Skip to content

Commit b8c74af

Browse files
Netyyyygithub-actions
andauthored
Upgrade external dependencies to align with Spring Boot 3.3.2 (#41294)
Co-authored-by: github-actions <[email protected]>
1 parent 8aadbfe commit b8c74af

File tree

36 files changed

+951
-948
lines changed

36 files changed

+951
-948
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -448,37 +448,37 @@ spring_redis.clients:jedis;3.8.0
448448

449449
# sdk\spring\pom.xml modules
450450
springboot3_com.diffplug.spotless:spotless-maven-plugin;2.30.0
451-
springboot3_com.fasterxml.jackson.core:jackson-annotations;2.17.1
452-
springboot3_com.fasterxml.jackson.core:jackson-core;2.17.1
453-
springboot3_com.fasterxml.jackson.core:jackson-databind;2.17.1
454-
springboot3_com.fasterxml.jackson.dataformat:jackson-dataformat-xml;2.17.1
455-
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jdk8;2.17.1
456-
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jsr310;2.17.1
457-
springboot3_com.fasterxml.jackson.module:jackson-module-afterburner;2.17.1
458-
springboot3_com.fasterxml.jackson.module:jackson-module-parameter-names;2.17.1
451+
springboot3_com.fasterxml.jackson.core:jackson-annotations;2.17.2
452+
springboot3_com.fasterxml.jackson.core:jackson-core;2.17.2
453+
springboot3_com.fasterxml.jackson.core:jackson-databind;2.17.2
454+
springboot3_com.fasterxml.jackson.dataformat:jackson-dataformat-xml;2.17.2
455+
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jdk8;2.17.2
456+
springboot3_com.fasterxml.jackson.datatype:jackson-datatype-jsr310;2.17.2
457+
springboot3_com.fasterxml.jackson.module:jackson-module-afterburner;2.17.2
458+
springboot3_com.fasterxml.jackson.module:jackson-module-parameter-names;2.17.2
459459
springboot3_com.github.spotbugs:spotbugs-maven-plugin;4.8.2.0
460460
springboot3_com.google.code.findbugs:jsr305;3.0.2
461461
springboot3_com.mysql:mysql-connector-j;8.3.0
462462
springboot3_com.nimbusds:nimbus-jose-jwt;9.37.3
463463
springboot3_io.lettuce:lettuce-core;6.3.2.RELEASE
464-
springboot3_io.micrometer:micrometer-core;1.13.1
464+
springboot3_io.micrometer:micrometer-core;1.13.2
465465
springboot3_io.netty:netty-buffer;4.1.111.Final
466466
springboot3_io.netty:netty-codec-http;4.1.111.Final
467467
springboot3_io.netty:netty-common;4.1.111.Final
468468
springboot3_io.netty:netty-handler;4.1.111.Final
469469
springboot3_io.netty:netty-transport-native-epoll;4.1.111.Final
470470
springboot3_io.netty:netty-transport-native-kqueue;4.1.111.Final
471471
springboot3_io.netty:netty-transport;4.1.111.Final
472-
springboot3_io.projectreactor.netty:reactor-netty;1.1.20
473-
springboot3_io.projectreactor:reactor-test;3.6.7
472+
springboot3_io.projectreactor.netty:reactor-netty;1.1.21
473+
springboot3_io.projectreactor:reactor-test;3.6.8
474474
springboot3_jakarta.servlet:jakarta.servlet-api;6.0.0
475475
springboot3_jakarta.validation:jakarta.validation-api;3.0.2
476476
springboot3_javax.annotation:javax.annotation-api;1.3.2
477477
springboot3_junit:junit;4.13.2
478-
springboot3_net.bytebuddy:byte-buddy-agent;1.14.17
479-
springboot3_net.bytebuddy:byte-buddy;1.14.17
478+
springboot3_net.bytebuddy:byte-buddy-agent;1.14.18
479+
springboot3_net.bytebuddy:byte-buddy;1.14.18
480480
springboot3_org.apache.commons:commons-lang3;3.14.0
481-
springboot3_org.apache.kafka:kafka-clients;3.7.0
481+
springboot3_org.apache.kafka:kafka-clients;3.7.1
482482
springboot3_org.apache.maven.plugins:maven-antrun-plugin;3.1.0
483483
springboot3_org.apache.maven.plugins:maven-compiler-plugin;3.13.0
484484
springboot3_org.apache.maven.plugins:maven-enforcer-plugin;3.4.1
@@ -490,58 +490,58 @@ springboot3_org.apache.qpid:qpid-jms-client;2.0.0
490490
springboot3_org.assertj:assertj-core;3.25.3
491491
springboot3_org.hibernate.validator:hibernate-validator;8.0.1.Final
492492
springboot3_org.javatuples:javatuples;1.2
493-
springboot3_org.junit.jupiter:junit-jupiter;5.10.2
494-
springboot3_org.junit.vintage:junit-vintage-engine;5.10.2
493+
springboot3_org.junit.jupiter:junit-jupiter;5.10.3
494+
springboot3_org.junit.vintage:junit-vintage-engine;5.10.3
495495
springboot3_org.messaginghub:pooled-jms;3.1.6
496496
springboot3_org.mockito:mockito-core;5.11.0
497497
springboot3_org.postgresql:postgresql;42.7.3
498498
springboot3_org.revapi:revapi-maven-plugin;0.14.6
499499
springboot3_org.slf4j:slf4j-api;2.0.13
500500
springboot3_org.slf4j:slf4j-simple;2.0.13
501-
springboot3_org.springframework.boot:spring-boot-actuator-autoconfigure;3.3.1
502-
springboot3_org.springframework.boot:spring-boot-actuator;3.3.1
503-
springboot3_org.springframework.boot:spring-boot-autoconfigure;3.3.1
504-
springboot3_org.springframework.boot:spring-boot-configuration-metadata;3.3.1
505-
springboot3_org.springframework.boot:spring-boot-configuration-processor;3.3.1
506-
springboot3_org.springframework.boot:spring-boot-dependencies;3.3.1
507-
springboot3_org.springframework.boot:spring-boot-starter-actuator;3.3.1
508-
springboot3_org.springframework.boot:spring-boot-starter-integration;3.3.1
509-
springboot3_org.springframework.boot:spring-boot-starter-parent;3.3.1
510-
springboot3_org.springframework.boot:spring-boot-starter-test;3.3.1
511-
springboot3_org.springframework.boot:spring-boot-starter-web;3.3.1
512-
springboot3_org.springframework.boot:spring-boot-starter;3.3.1
513-
springboot3_org.springframework.boot:spring-boot-test;3.3.1
514-
springboot3_org.springframework.boot:spring-boot-testcontainers;3.3.1
515-
springboot3_org.springframework.cloud:spring-cloud-bus;4.1.1
516-
springboot3_org.springframework.cloud:spring-cloud-context;4.1.3
517-
springboot3_org.springframework.cloud:spring-cloud-dependencies;2023.0.2
518-
springboot3_org.springframework.cloud:spring-cloud-starter-bootstrap;4.1.3
519-
springboot3_org.springframework.cloud:spring-cloud-starter-stream-kafka;4.1.2
520-
springboot3_org.springframework.cloud:spring-cloud-stream-test-binder;4.1.2
521-
springboot3_org.springframework.cloud:spring-cloud-stream;4.1.2
522-
springboot3_org.springframework.data:spring-data-commons;3.3.1
523-
springboot3_org.springframework.data:spring-data-redis;3.3.1
524-
springboot3_org.springframework.integration:spring-integration-core;6.3.1
525-
springboot3_org.springframework.kafka:spring-kafka;3.2.1
526-
springboot3_org.springframework.retry:spring-retry;2.0.6
501+
springboot3_org.springframework.boot:spring-boot-actuator-autoconfigure;3.3.2
502+
springboot3_org.springframework.boot:spring-boot-actuator;3.3.2
503+
springboot3_org.springframework.boot:spring-boot-autoconfigure;3.3.2
504+
springboot3_org.springframework.boot:spring-boot-configuration-metadata;3.3.2
505+
springboot3_org.springframework.boot:spring-boot-configuration-processor;3.3.2
506+
springboot3_org.springframework.boot:spring-boot-dependencies;3.3.2
507+
springboot3_org.springframework.boot:spring-boot-starter-actuator;3.3.2
508+
springboot3_org.springframework.boot:spring-boot-starter-integration;3.3.2
509+
springboot3_org.springframework.boot:spring-boot-starter-parent;3.3.2
510+
springboot3_org.springframework.boot:spring-boot-starter-test;3.3.2
511+
springboot3_org.springframework.boot:spring-boot-starter-web;3.3.2
512+
springboot3_org.springframework.boot:spring-boot-starter;3.3.2
513+
springboot3_org.springframework.boot:spring-boot-test;3.3.2
514+
springboot3_org.springframework.boot:spring-boot-testcontainers;3.3.2
515+
springboot3_org.springframework.cloud:spring-cloud-bus;4.1.2
516+
springboot3_org.springframework.cloud:spring-cloud-context;4.1.4
517+
springboot3_org.springframework.cloud:spring-cloud-dependencies;2023.0.3
518+
springboot3_org.springframework.cloud:spring-cloud-starter-bootstrap;4.1.4
519+
springboot3_org.springframework.cloud:spring-cloud-starter-stream-kafka;4.1.3
520+
springboot3_org.springframework.cloud:spring-cloud-stream-test-binder;4.1.3
521+
springboot3_org.springframework.cloud:spring-cloud-stream;4.1.3
522+
springboot3_org.springframework.data:spring-data-commons;3.3.2
523+
springboot3_org.springframework.data:spring-data-redis;3.3.2
524+
springboot3_org.springframework.integration:spring-integration-core;6.3.2
525+
springboot3_org.springframework.kafka:spring-kafka;3.2.2
526+
springboot3_org.springframework.retry:spring-retry;2.0.7
527527
springboot3_org.springframework.security:spring-security-config;6.3.1
528528
springboot3_org.springframework.security:spring-security-oauth2-client;6.3.1
529529
springboot3_org.springframework.security:spring-security-oauth2-jose;6.3.1
530530
springboot3_org.springframework.security:spring-security-oauth2-resource-server;6.3.1
531531
springboot3_org.springframework.security:spring-security-web;6.3.1
532-
springboot3_org.springframework:spring-beans;6.1.10
533-
springboot3_org.springframework:spring-context-support;6.1.10
534-
springboot3_org.springframework:spring-context;6.1.10
535-
springboot3_org.springframework:spring-core-test;6.1.10
536-
springboot3_org.springframework:spring-core;6.1.10
537-
springboot3_org.springframework:spring-expression;6.1.10
538-
springboot3_org.springframework:spring-jdbc;6.1.10
539-
springboot3_org.springframework:spring-jms;6.1.10
540-
springboot3_org.springframework:spring-messaging;6.1.10
541-
springboot3_org.springframework:spring-test;6.1.10
542-
springboot3_org.springframework:spring-tx;6.1.10
543-
springboot3_org.springframework:spring-web;6.1.10
544-
springboot3_org.springframework:spring-webmvc;6.1.10
532+
springboot3_org.springframework:spring-beans;6.1.11
533+
springboot3_org.springframework:spring-context-support;6.1.11
534+
springboot3_org.springframework:spring-context;6.1.11
535+
springboot3_org.springframework:spring-core-test;6.1.11
536+
springboot3_org.springframework:spring-core;6.1.11
537+
springboot3_org.springframework:spring-expression;6.1.11
538+
springboot3_org.springframework:spring-jdbc;6.1.11
539+
springboot3_org.springframework:spring-jms;6.1.11
540+
springboot3_org.springframework:spring-messaging;6.1.11
541+
springboot3_org.springframework:spring-test;6.1.11
542+
springboot3_org.springframework:spring-tx;6.1.11
543+
springboot3_org.springframework:spring-web;6.1.11
544+
springboot3_org.springframework:spring-webmvc;6.1.11
545545
springboot3_org.testcontainers:testcontainers;1.19.8
546546
springboot3_org.testcontainers:junit-jupiter;1.19.8
547547
springboot3_org.testcontainers:azure;1.19.8

sdk/spring/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Release History
22

33
## 5.15.0 (Unreleased)
4+
Upgrade Spring Boot dependencies version to 3.3.2 and Spring Cloud dependencies version to 2023.0.3
45

56
### Spring Cloud Azure Dependencies (BOM)
67

0 commit comments

Comments
 (0)