Skip to content

Commit 6867146

Browse files
authored
Merge branch 'master' into include_ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
2 parents d8fbd7e + 032c288 commit 6867146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-compiler-plugin</artifactId>
74-
<version>3.10.1</version>
74+
<version>3.13.0</version>
7575
<configuration>
7676
<source>17</source>
7777
<target>17</target>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.puppycrawl.tools</groupId>
112112
<artifactId>checkstyle</artifactId>
113-
<version>9.3</version>
113+
<version>10.16.0</version>
114114
</dependency>
115115
</dependencies>
116116
</plugin>

0 commit comments

Comments
 (0)