|
170 | 170 | <optional>true</optional> |
171 | 171 | </dependency> |
172 | 172 |
|
173 | | - <!--Spring Security--> |
174 | | - <dependency> |
175 | | - <groupId>org.springframework.boot</groupId> |
176 | | - <artifactId>spring-boot-security</artifactId> |
177 | | - <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-security;external_dependency} --> |
178 | | - <optional>true</optional> |
179 | | - </dependency> |
180 | | - |
181 | 173 | <!--Jackson--> |
182 | 174 | <dependency> |
183 | 175 | <groupId>org.springframework.boot</groupId> |
|
352 | 344 | <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-configuration-processor;external_dependency} --> |
353 | 345 | <optional>true</optional> |
354 | 346 | </dependency> |
355 | | - |
356 | | - <!-- Spring Security--> |
357 | 347 | <dependency> |
358 | | - <groupId>org.springframework.security</groupId> |
359 | | - <artifactId>spring-security-oauth2-client</artifactId> |
360 | | - <version>7.0.0</version> <!-- {x-version-update;springboot4_org.springframework.security:spring-security-oauth2-client;external_dependency} --> |
| 348 | + <groupId>org.springframework.boot</groupId> |
| 349 | + <artifactId>spring-boot-http-converter</artifactId> |
| 350 | + <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-http-converter;external_dependency} --> |
361 | 351 | <optional>true</optional> |
362 | 352 | </dependency> |
| 353 | + |
| 354 | + <!-- Spring Security--> |
363 | 355 | <dependency> |
364 | | - <groupId>org.springframework.security</groupId> |
365 | | - <artifactId>spring-security-oauth2-resource-server</artifactId> |
366 | | - <version>7.0.0</version> <!-- {x-version-update;springboot4_org.springframework.security:spring-security-oauth2-resource-server;external_dependency} --> |
| 356 | + <groupId>org.springframework.boot</groupId> |
| 357 | + <artifactId>spring-boot-security</artifactId> |
| 358 | + <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-security;external_dependency} --> |
367 | 359 | <optional>true</optional> |
368 | 360 | </dependency> |
369 | 361 | <dependency> |
370 | | - <groupId>org.springframework.security</groupId> |
371 | | - <artifactId>spring-security-oauth2-jose</artifactId> |
372 | | - <version>7.0.0</version> <!-- {x-version-update;springboot4_org.springframework.security:spring-security-oauth2-jose;external_dependency} --> |
| 362 | + <groupId>org.springframework.boot</groupId> |
| 363 | + <artifactId>spring-boot-security-oauth2-client</artifactId> |
| 364 | + <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-security-oauth2-client;external_dependency} --> |
373 | 365 | <optional>true</optional> |
374 | 366 | </dependency> |
375 | 367 | <dependency> |
376 | | - <groupId>org.springframework.security</groupId> |
377 | | - <artifactId>spring-security-config</artifactId> |
378 | | - <version>7.0.0</version> <!-- {x-version-update;springboot4_org.springframework.security:spring-security-config;external_dependency} --> |
| 368 | + <groupId>org.springframework.boot</groupId> |
| 369 | + <artifactId>spring-boot-security-oauth2-resource-server</artifactId> |
| 370 | + <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-security-oauth2-resource-server;external_dependency} --> |
379 | 371 | <optional>true</optional> |
380 | 372 | </dependency> |
381 | 373 |
|
|
415 | 407 | </dependency> |
416 | 408 |
|
417 | 409 | <!-- TEST--> |
418 | | - <dependency> |
419 | | - <groupId>org.springframework.boot</groupId> |
420 | | - <artifactId>spring-boot-security-oauth2-client</artifactId> |
421 | | - <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-security-oauth2-client;external_dependency} --> |
422 | | - <scope>test</scope> |
423 | | - </dependency> |
424 | | - <dependency> |
425 | | - <groupId>org.springframework.boot</groupId> |
426 | | - <artifactId>spring-boot-http-converter</artifactId> |
427 | | - <version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-http-converter;external_dependency} --> |
428 | | - <scope>test</scope> |
429 | | - </dependency> |
430 | 410 | <dependency> |
431 | 411 | <groupId>org.springframework.boot</groupId> |
432 | 412 | <artifactId>spring-boot-starter-test</artifactId> |
|
559 | 539 | <include>org.springframework.boot:spring-boot-jms:[4.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.boot:spring-boot-jms;external_dependency} --> |
560 | 540 | <include>org.springframework.boot:spring-boot-restclient:[4.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.boot:spring-boot-restclient;external_dependency} --> |
561 | 541 | <include>org.springframework.boot:spring-boot-security:[4.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.boot:spring-boot-security;external_dependency} --> |
| 542 | + <include>org.springframework.boot:spring-boot-security-oauth2-client:[4.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.boot:spring-boot-security-oauth2-client;external_dependency} --> |
| 543 | + <include>org.springframework.boot:spring-boot-security-oauth2-resource-server:[4.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.boot:spring-boot-security-oauth2-resource-server;external_dependency} --> |
562 | 544 | <include>org.springframework.cloud:spring-cloud-starter-stream-kafka:[5.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.cloud:spring-cloud-starter-stream-kafka;external_dependency} --> |
563 | | - <include>org.springframework.security:spring-security-config:[7.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.security:spring-security-config;external_dependency} --> |
564 | | - <include>org.springframework.security:spring-security-oauth2-client:[7.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.security:spring-security-oauth2-client;external_dependency} --> |
565 | | - <include>org.springframework.security:spring-security-oauth2-jose:[7.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.security:spring-security-oauth2-jose;external_dependency} --> |
566 | | - <include>org.springframework.security:spring-security-oauth2-resource-server:[7.0.0]</include> <!-- {x-include-update;springboot4_org.springframework.security:spring-security-oauth2-resource-server;external_dependency} --> |
567 | 545 | <include>org.springframework:spring-context-support:[7.0.1]</include> <!-- {x-include-update;springboot4_org.springframework:spring-context-support;external_dependency} --> |
568 | 546 | <include>org.springframework:spring-tx:[7.0.1]</include> <!-- {x-include-update;springboot4_org.springframework:spring-tx;external_dependency} --> |
569 | 547 | </includes> |
|
0 commit comments