File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<artifactId >wamp2spring-core</artifactId >
15
15
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 >
18
18
19
19
<dependencies >
20
20
39
39
<dependency >
40
40
<groupId >org.msgpack</groupId >
41
41
<artifactId >jackson-dataformat-msgpack</artifactId >
42
- <version >0.9.5 </version >
42
+ <version >0.9.8 </version >
43
43
</dependency >
44
44
45
45
<dependency >
57
57
<dependency >
58
58
<groupId >com.github.ben-manes.caffeine</groupId >
59
59
<artifactId >caffeine</artifactId >
60
- <version >2.9.3 </version >
60
+ <version >3.1.8 </version >
61
61
</dependency >
62
62
63
63
<!-- TEST DEPENDENCIES -->
79
79
<dependency >
80
80
<groupId >org.mockito</groupId >
81
81
<artifactId >mockito-core</artifactId >
82
- <version >5.10 .0</version >
82
+ <version >5.11 .0</version >
83
83
<scope >test</scope >
84
84
</dependency >
85
85
86
86
<dependency >
87
87
<groupId >nl.jqno.equalsverifier</groupId >
88
88
<artifactId >equalsverifier</artifactId >
89
- <version >3.15.7 </version >
89
+ <version >3.15.8 </version >
90
90
<scope >test</scope >
91
91
</dependency >
92
92
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >org.mockito</groupId >
78
78
<artifactId >mockito-core</artifactId >
79
- <version >5.10 .0</version >
79
+ <version >5.11 .0</version >
80
80
<scope >test</scope >
81
81
</dependency >
82
82
83
83
<dependency >
84
84
<groupId >nl.jqno.equalsverifier</groupId >
85
85
<artifactId >equalsverifier</artifactId >
86
- <version >3.15.7 </version >
86
+ <version >3.15.8 </version >
87
87
<scope >test</scope >
88
88
</dependency >
89
89
Original file line number Diff line number Diff line change 75
75
<dependency >
76
76
<groupId >org.mockito</groupId >
77
77
<artifactId >mockito-core</artifactId >
78
- <version >5.10 .0</version >
78
+ <version >5.11 .0</version >
79
79
<scope >test</scope >
80
80
</dependency >
81
81
82
82
<dependency >
83
83
<groupId >nl.jqno.equalsverifier</groupId >
84
84
<artifactId >equalsverifier</artifactId >
85
- <version >3.15.7 </version >
85
+ <version >3.15.8 </version >
86
86
<scope >test</scope >
87
87
</dependency >
88
88
You can’t perform that action at this time.
0 commit comments