Skip to content

Commit 8fab169

Browse files
committed
Update dependencies except for Spring
1 parent 681a199 commit 8fab169

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
<javax.annotation.version>1.3.2</javax.annotation.version>
4242
<snakeyaml.version>2.1</snakeyaml.version>
4343
<slf4j.version>2.0.7</slf4j.version>
44-
<caffeine.version>2.9.3</caffeine.version>
45-
<protobuf.version>3.24.0</protobuf.version>
44+
<caffeine.version>3.1.8</caffeine.version>
45+
<protobuf.version>3.24.1</protobuf.version>
4646
<junit.version>4.13</junit.version>
4747
<bucket4j.version>7.6.0</bucket4j.version>
4848
<bouncycastle.version>1.76</bouncycastle.version>
4949
<gson.version>2.10.1</gson.version>
5050
<jsr305.version>3.0.2</jsr305.version>
51-
<okhttp3.version>4.10.0</okhttp3.version>
51+
<okhttp3.version>4.11.0</okhttp3.version>
5252
<swagger-core.version>1.6.11</swagger-core.version>
5353
<sundrio.version>0.100.3</sundrio.version>
5454
<gsonfire.version>1.8.5</gsonfire.version>
@@ -59,7 +59,7 @@
5959
<common.codec.version>1.16.0</common.codec.version>
6060
<spring.boot.version>2.7.12</spring.boot.version>
6161
<spring.version>5.3.23</spring.version>
62-
<prometheus.client.version>0.15.0</prometheus.client.version>
62+
<prometheus.client.version>0.16.0</prometheus.client.version>
6363
<reflections.version>0.10.2</reflections.version>
6464

6565
<e2e.skip>true</e2e.skip>
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>ch.qos.logback</groupId>
235235
<artifactId>logback-classic</artifactId>
236-
<version>1.3.11</version>
236+
<version>1.4.11</version>
237237
<scope>test</scope>
238238
</dependency>
239239
<dependency>
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>4.11.0</version>
248+
<version>5.4.0</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>

0 commit comments

Comments
 (0)