Skip to content

Commit bead470

Browse files
Update all non-major maven dependencies
1 parent 7318fa4 commit bead470

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
@@ -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>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>jakarta.inject</groupId>
156156
<artifactId>jakarta.inject-api</artifactId>
157-
<version>2.0.1</version>
157+
<version>2.0.1.MR</version>
158158
<scope>provided</scope>
159159
</dependency>
160160
<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.19.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.4.7-jre</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>io.opentelemetry</groupId>

0 commit comments

Comments
 (0)