|
61 | 61 | <dependency> |
62 | 62 | <groupId>org.slf4j</groupId> |
63 | 63 | <artifactId>slf4j-api</artifactId> |
64 | | - <version>1.7.36</version> |
| 64 | + <version>2.0.17</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.slf4j</groupId> |
68 | 68 | <artifactId>slf4j-simple</artifactId> |
69 | | - <version>1.7.36</version> |
| 69 | + <version>2.0.17</version> |
70 | 70 | <scope>test</scope> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>org.springframework</groupId> |
74 | 74 | <artifactId>spring-context</artifactId> |
75 | | - <version>5.2.22.RELEASE</version> |
| 75 | + <version>6.2.8</version> |
76 | 76 | </dependency> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.springframework</groupId> |
79 | 79 | <artifactId>spring-test</artifactId> |
80 | | - <version>5.2.22.RELEASE</version> |
| 80 | + <version>6.2.8</version> |
81 | 81 | </dependency> |
82 | 82 | <dependency> |
83 | 83 | <groupId>org.springframework</groupId> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>org.springframework</groupId> |
89 | 89 | <artifactId>spring-webmvc</artifactId> |
90 | | - <version>5.2.22.RELEASE</version> |
| 90 | + <version>6.2.8</version> |
91 | 91 | <scope>test</scope> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.springframework.boot</groupId> |
95 | 95 | <artifactId>spring-boot</artifactId> |
96 | | - <version>2.3.12.RELEASE</version> |
| 96 | + <version>3.5.3</version> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>org.springframework.boot</groupId> |
100 | 100 | <artifactId>spring-boot-test</artifactId> |
101 | | - <version>2.3.12.RELEASE</version> |
| 101 | + <version>3.5.3</version> |
102 | 102 | <scope>test</scope> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>org.springframework.boot</groupId> |
106 | 106 | <artifactId>spring-boot-test-autoconfigure</artifactId> |
107 | | - <version>2.3.12.RELEASE</version> |
| 107 | + <version>3.5.3</version> |
108 | 108 | <scope>test</scope> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.springframework.security</groupId> |
112 | 112 | <artifactId>spring-security-config</artifactId> |
113 | | - <version>5.4.10</version> |
| 113 | + <version>6.5.1</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.springframework.security</groupId> |
|
0 commit comments