We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055e145 commit be39de8Copy full SHA for be39de8
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>disputes-api</artifactId>
13
- <version>1.0.0</version>
+ <version>1.0.1</version>
14
<packaging>jar</packaging>
15
16
<name>disputes-api</name>
@@ -154,7 +154,7 @@
154
<dependency>
155
<groupId>jakarta.inject</groupId>
156
<artifactId>jakarta.inject-api</artifactId>
157
- <version>2.0.1</version>
+ <version>2.0.1.MR</version>
158
<scope>provided</scope>
159
</dependency>
160
@@ -189,7 +189,7 @@
189
190
<groupId>com.google.guava</groupId>
191
<artifactId>guava</artifactId>
192
- <version>33.4.0-jre</version>
+ <version>33.4.5-jre</version>
193
194
195
<groupId>io.opentelemetry</groupId>
0 commit comments