Updated CheckStyle so that new Java features such as string blocks are supported, but without requiring to change anything else

This commit is contained in:
Jean-François Morin
2024-05-08 15:22:56 -04:00
parent 8a904838a1
commit ef8c621a0f

View File

@@ -295,7 +295,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.30</version>
<version>8.38</version>
</dependency>
</dependencies>
</plugin>