Skip to content

Commit 625e4a2

Browse files
Update all non-major maven dependencies
1 parent 90f4670 commit 625e4a2

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>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>org.openapitools</groupId>
175175
<artifactId>jackson-databind-nullable</artifactId>
176-
<version>0.2.6</version>
176+
<version>0.2.7</version>
177177
<scope>provided</scope>
178178
</dependency>
179179
<dependency>
@@ -183,12 +183,12 @@
183183
<dependency>
184184
<groupId>commons-io</groupId>
185185
<artifactId>commons-io</artifactId>
186-
<version>2.18.0</version>
186+
<version>2.20.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.google.guava</groupId>
190190
<artifactId>guava</artifactId>
191-
<version>33.4.0-jre</version>
191+
<version>33.4.8-jre</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>io.opentelemetry</groupId>
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.apache.tika</groupId>
200200
<artifactId>tika-core</artifactId>
201-
<version>2.6.0</version>
201+
<version>2.9.4</version>
202202
</dependency>
203203

204204
<!--test-->

0 commit comments

Comments
 (0)