Skip to content

Commit 4bb3d2c

Browse files
committed
Upgrade
1 parent 8c56edf commit 4bb3d2c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

wamp2spring-core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<artifactId>wamp2spring-core</artifactId>
1515

16-
<name>WAMP v2 Core for Spring 5</name>
17-
<description>Core library of WAMP v2 implementation based on the Spring 5 websocket support</description>
16+
<name>WAMP v2 Core for Spring 6</name>
17+
<description>Core library of WAMP v2 implementation based on the Spring 6 websocket support</description>
1818

1919
<dependencies>
2020

@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.msgpack</groupId>
4141
<artifactId>jackson-dataformat-msgpack</artifactId>
42-
<version>0.9.5</version>
42+
<version>0.9.8</version>
4343
</dependency>
4444

4545
<dependency>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.github.ben-manes.caffeine</groupId>
5959
<artifactId>caffeine</artifactId>
60-
<version>2.9.3</version>
60+
<version>3.1.8</version>
6161
</dependency>
6262

6363
<!-- TEST DEPENDENCIES -->
@@ -79,14 +79,14 @@
7979
<dependency>
8080
<groupId>org.mockito</groupId>
8181
<artifactId>mockito-core</artifactId>
82-
<version>5.10.0</version>
82+
<version>5.11.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585

8686
<dependency>
8787
<groupId>nl.jqno.equalsverifier</groupId>
8888
<artifactId>equalsverifier</artifactId>
89-
<version>3.15.7</version>
89+
<version>3.15.8</version>
9090
<scope>test</scope>
9191
</dependency>
9292

wamp2spring-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@
7676
<dependency>
7777
<groupId>org.mockito</groupId>
7878
<artifactId>mockito-core</artifactId>
79-
<version>5.10.0</version>
79+
<version>5.11.0</version>
8080
<scope>test</scope>
8181
</dependency>
8282

8383
<dependency>
8484
<groupId>nl.jqno.equalsverifier</groupId>
8585
<artifactId>equalsverifier</artifactId>
86-
<version>3.15.7</version>
86+
<version>3.15.8</version>
8787
<scope>test</scope>
8888
</dependency>
8989

wamp2spring-servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@
7575
<dependency>
7676
<groupId>org.mockito</groupId>
7777
<artifactId>mockito-core</artifactId>
78-
<version>5.10.0</version>
78+
<version>5.11.0</version>
7979
<scope>test</scope>
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>nl.jqno.equalsverifier</groupId>
8484
<artifactId>equalsverifier</artifactId>
85-
<version>3.15.7</version>
85+
<version>3.15.8</version>
8686
<scope>test</scope>
8787
</dependency>
8888

0 commit comments

Comments
 (0)