Skip to content

Commit cd595ba

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

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
@@ -48,12 +48,12 @@
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>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.assertj</groupId>
6666
<artifactId>assertj-core</artifactId>
67-
<version>3.27.3</version>
67+
<version>3.27.4</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
@@ -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.11.3</version>
112112
<executions>
113113
<execution>
114114
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)