Skip to content

Commit 3435c94

Browse files
Update all non-major maven dependencies
1 parent e7446de commit 3435c94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>disputes-api</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>disputes-api</name>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.openapitools</groupId>
176176
<artifactId>jackson-databind-nullable</artifactId>
177-
<version>0.2.6</version>
177+
<version>0.2.7</version>
178178
<scope>provided</scope>
179179
</dependency>
180180
<dependency>
@@ -184,12 +184,12 @@
184184
<dependency>
185185
<groupId>commons-io</groupId>
186186
<artifactId>commons-io</artifactId>
187-
<version>2.18.0</version>
187+
<version>2.20.0</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>com.google.guava</groupId>
191191
<artifactId>guava</artifactId>
192-
<version>33.4.0-jre</version>
192+
<version>33.5.0-jre</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>io.opentelemetry</groupId>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>org.apache.tika</groupId>
201201
<artifactId>tika-core</artifactId>
202-
<version>2.6.0</version>
202+
<version>2.9.4</version>
203203
</dependency>
204204

205205
<!--test-->

0 commit comments

Comments
 (0)