Skip to content

Commit fc752bb

Browse files
authored
Merge branch 'main' into dev
2 parents c300a6d + 8ad79e5 commit fc752bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
<jjwt.version>0.12.5</jjwt.version>
4545
<lombok.version>1.18.32</lombok.version>
4646
<jedis.version>5.1.3</jedis.version>
47-
<checkstyle.version>3.3.1</checkstyle.version>
47+
<checkstyle.version>3.4.0</checkstyle.version>
4848
<junit-version>5.10.2</junit-version>
4949
<testcontainers.version>1.19.8</testcontainers.version>
50-
<jacoco.version>0.8.11</jacoco.version>
50+
<jacoco.version>0.8.12</jacoco.version>
5151
</properties>
5252

5353
<dependencies>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.2.5</version>
106+
<version>3.3.0</version>
107107
</plugin>
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.sonatype.central</groupId>
233233
<artifactId>central-publishing-maven-plugin</artifactId>
234-
<version>0.4.0</version>
234+
<version>0.5.0</version>
235235
<extensions>true</extensions>
236236
<configuration>
237237
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)