|
30 | 30 | <plugin>
|
31 | 31 | <groupId>org.springframework.boot</groupId>
|
32 | 32 | <artifactId>spring-boot-maven-plugin</artifactId>
|
33 |
| - <version>3.3.7</version> |
| 33 | + <version>3.4.7</version> |
34 | 34 | <executions>
|
35 | 35 | <execution>
|
36 | 36 | <goals>
|
|
63 | 63 | <!-- Import dependency management from Spring Boot -->
|
64 | 64 | <groupId>org.springframework.boot</groupId>
|
65 | 65 | <artifactId>spring-boot-dependencies</artifactId>
|
66 |
| - <version>3.3.7</version> |
| 66 | + <version>3.4.7</version> |
67 | 67 | <type>pom</type>
|
68 | 68 | <scope>import</scope>
|
69 | 69 | </dependency>
|
|
72 | 72 | <artifactId>spring-webmvc</artifactId>
|
73 | 73 | <version>6.1.14</version>
|
74 | 74 | </dependency>
|
| 75 | + <dependency> |
| 76 | + <groupId>org.springframework.security</groupId> |
| 77 | + <artifactId>spring-security-crypto</artifactId> |
| 78 | + <version>6.3.8</version> |
| 79 | + </dependency> |
75 | 80 | </dependencies>
|
76 | 81 | </dependencyManagement>
|
77 | 82 |
|
|
122 | 127 | <dependency>
|
123 | 128 | <groupId>org.springframework.boot</groupId>
|
124 | 129 | <artifactId>spring-boot-starter-security</artifactId>
|
125 |
| - <version>3.3.7</version> |
| 130 | + <version>3.4.7</version> |
126 | 131 | </dependency>
|
127 | 132 | <dependency>
|
128 | 133 | <groupId>org.springframework.boot</groupId>
|
129 | 134 | <artifactId>spring-boot-starter-web</artifactId>
|
130 |
| - <version>3.3.7</version> |
| 135 | + <version>3.4.7</version> |
131 | 136 | </dependency>
|
132 | 137 | <dependency>
|
133 | 138 | <groupId>org.springframework</groupId>
|
134 | 139 | <artifactId>spring-web</artifactId>
|
135 |
| - <version>6.1.15</version> |
| 140 | + <version>6.1.21</version> |
136 | 141 | </dependency>
|
137 | 142 | <dependency>
|
138 | 143 | <groupId>org.springframework.security</groupId>
|
|
178 | 183 | <dependency>
|
179 | 184 | <groupId>org.springframework</groupId>
|
180 | 185 | <artifactId>spring-test</artifactId>
|
181 |
| - <version>6.1.15</version> |
| 186 | + <version>6.1.21</version> |
182 | 187 | <scope>test</scope>
|
183 | 188 | <exclusions>
|
184 | 189 | <exclusion>
|
|
211 | 216 | </exclusion>
|
212 | 217 | </exclusions>
|
213 | 218 | </dependency>
|
214 |
| - |
215 |
| - <dependency> |
216 |
| - <groupId>org.springframework</groupId> |
217 |
| - <artifactId>spring-beans</artifactId> |
218 |
| - <version>6.1.15</version> |
219 |
| - </dependency> |
220 |
| - |
221 | 219 | <dependency>
|
222 | 220 | <groupId>org.springframework.boot</groupId>
|
223 | 221 | <artifactId>spring-boot-test</artifactId>
|
|
319 | 317 | <dependency>
|
320 | 318 | <groupId>org.springframework.boot</groupId>
|
321 | 319 | <artifactId>spring-boot-starter-test</artifactId>
|
322 |
| - <version>3.3.7</version> |
| 320 | + <version>3.4.7</version> |
323 | 321 | <scope>test</scope>
|
324 | 322 | <exclusions>
|
325 | 323 | <exclusion>
|
|
0 commit comments