File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
<properties >
47
47
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
48
- <spring .version>6.2.6 </spring .version>
49
- <spring .boot.version>3.4.5 </spring .boot.version>
48
+ <spring .version>6.2.9 </spring .version>
49
+ <spring .boot.version>3.4.8 </spring .boot.version>
50
50
<jackson .version>2.19.2</jackson .version>
51
51
<jackson-dataformat .version>2.19.2</jackson-dataformat .version>
52
- <spring-security .version>6.4.5 </spring-security .version>
52
+ <spring-security .version>6.5.2 </spring-security .version>
53
53
<main .basedir>${project.basedir} </main .basedir>
54
54
</properties >
55
55
Original file line number Diff line number Diff line change 45
45
<scope >test</scope >
46
46
</dependency >
47
47
48
+ <dependency >
49
+ <groupId >org.junit.jupiter</groupId >
50
+ <artifactId >junit-jupiter-engine</artifactId >
51
+ <version >5.13.1</version > <scope >test</scope >
52
+ </dependency >
53
+
48
54
<dependency >
49
55
<groupId >org.springframework.boot</groupId >
50
56
<artifactId >spring-boot-starter-websocket</artifactId >
You can’t perform that action at this time.
0 commit comments