Skip to content

Commit a72556f

Browse files
Update all non-major maven dependencies
1 parent 8a21fdb commit a72556f

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
@@ -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>
@@ -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>
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>org.springframework</groupId>
231231
<artifactId>spring-test</artifactId>
232-
<version>6.2.2</version>
232+
<version>6.2.3</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>io.jsonwebtoken</groupId>
@@ -319,12 +319,12 @@
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-remote-resources-plugin</artifactId>
322-
<version>3.0.0</version>
322+
<version>3.3.0</version>
323323
<dependencies>
324324
<dependency>
325325
<groupId>org.apache.maven.shared</groupId>
326326
<artifactId>maven-filtering</artifactId>
327-
<version>3.3.0</version>
327+
<version>3.4.0</version>
328328
</dependency>
329329
</dependencies>
330330
<configuration>

0 commit comments

Comments
 (0)