Skip to content

Commit 8ac70dd

Browse files
fix(deps): update all dependencies
1 parent 9a1caf0 commit 8ac70dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@
4848
<dependency>
4949
<groupId>com.fasterxml.jackson.core</groupId>
5050
<artifactId>jackson-annotations</artifactId>
51-
<version>2.19.2</version>
51+
<version>2.20</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-databind</artifactId>
56-
<version>2.19.2</version>
56+
<version>2.20.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.guava</groupId>
6060
<artifactId>guava</artifactId>
61-
<version>33.4.8-jre</version>
61+
<version>33.5.0-jre</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.assertj</groupId>
6666
<artifactId>assertj-core</artifactId>
67-
<version>3.27.3</version>
67+
<version>3.27.6</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
7272
<artifactId>junit-jupiter-api</artifactId>
73-
<version>5.13.4</version>
73+
<version>5.14.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
</dependencies>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>com.spotify.fmt</groupId>
8282
<artifactId>fmt-maven-plugin</artifactId>
83-
<version>2.27</version>
83+
<version>2.29</version>
8484
<executions>
8585
<execution>
8686
<goals>
@@ -92,12 +92,12 @@
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-surefire-plugin</artifactId>
95-
<version>3.5.3</version>
95+
<version>3.5.4</version>
9696
</plugin>
9797
<plugin>
9898
<groupId>org.sonatype.central</groupId>
9999
<artifactId>central-publishing-maven-plugin</artifactId>
100-
<version>0.8.0</version>
100+
<version>0.9.0</version>
101101
<extensions>true</extensions>
102102
<configuration>
103103
<publishingServerId>central</publishingServerId>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-javadoc-plugin</artifactId>
111-
<version>3.11.2</version>
111+
<version>3.12.0</version>
112112
<executions>
113113
<execution>
114114
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)