Skip to content

Commit 482532e

Browse files
authored
Merge branch 'master' into feat/add-smooth-sort
2 parents 1f1caf7 + 69d8406 commit 482532e

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
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.puppycrawl.tools</groupId>
114114
<artifactId>checkstyle</artifactId>
115-
<version>11.1.0</version>
115+
<version>12.0.0</version>
116116
</dependency>
117117
</dependencies>
118118
</plugin>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-pmd-plugin</artifactId>
143-
<version>3.27.0</version>
143+
<version>3.28.0</version>
144144
<configuration>
145145
<rulesets>
146146
<ruleset>/rulesets/java/maven-pmd-plugin-default.xml</ruleset>

0 commit comments

Comments
 (0)