Skip to content

Commit f43917c

Browse files
Update all non-major maven dependencies
1 parent d9b4b06 commit f43917c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

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

1212
<artifactId>disputes-api</artifactId>
13-
<version>0.0.3</version>
13+
<version>0.0.4</version>
1414
<packaging>jar</packaging>
1515

1616
<name>disputes-api</name>
@@ -155,13 +155,13 @@
155155
<dependency>
156156
<groupId>jakarta.inject</groupId>
157157
<artifactId>jakarta.inject-api</artifactId>
158-
<version>2.0.1</version>
158+
<version>2.0.1.MR</version>
159159
<scope>provided</scope>
160160
</dependency>
161161
<dependency>
162162
<groupId>io.swagger</groupId>
163163
<artifactId>swagger-annotations</artifactId>
164-
<version>1.6.8</version>
164+
<version>1.6.15</version>
165165
<scope>provided</scope>
166166
</dependency>
167167
<dependency>
@@ -191,7 +191,7 @@
191191
<dependency>
192192
<groupId>org.openapitools</groupId>
193193
<artifactId>jackson-databind-nullable</artifactId>
194-
<version>0.2.3</version>
194+
<version>0.2.6</version>
195195
<scope>provided</scope>
196196
</dependency>
197197
<dependency>
@@ -201,12 +201,12 @@
201201
<dependency>
202202
<groupId>commons-io</groupId>
203203
<artifactId>commons-io</artifactId>
204-
<version>2.14.0</version>
204+
<version>2.18.0</version>
205205
</dependency>
206206
<dependency>
207207
<groupId>com.google.guava</groupId>
208208
<artifactId>guava</artifactId>
209-
<version>32.0.0-jre</version>
209+
<version>32.1.3-jre</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>io.opentelemetry</groupId>
@@ -308,12 +308,12 @@
308308
<plugin>
309309
<groupId>org.apache.maven.plugins</groupId>
310310
<artifactId>maven-remote-resources-plugin</artifactId>
311-
<version>3.0.0</version>
311+
<version>3.3.0</version>
312312
<dependencies>
313313
<dependency>
314314
<groupId>org.apache.maven.shared</groupId>
315315
<artifactId>maven-filtering</artifactId>
316-
<version>3.3.0</version>
316+
<version>3.4.0</version>
317317
</dependency>
318318
</dependencies>
319319
<configuration>

0 commit comments

Comments
 (0)