Skip to content

Commit ca96341

Browse files
committed
Upgrade to Reactor 2023.0.0
Includes Protobuf 3.25.0, Artemis 2.31.2, Checkstyle 10.12.5 Closes gh-31557
1 parent 0e6bf09 commit ca96341

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildSrc/src/main/java/org/springframework/build/CheckstyleConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void apply(Project project) {
5050
project.getPlugins().apply(CheckstylePlugin.class);
5151
project.getTasks().withType(Checkstyle.class).forEach(checkstyle -> checkstyle.getMaxHeapSize().set("1g"));
5252
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
53-
checkstyle.setToolVersion("10.12.4");
53+
checkstyle.setToolVersion("10.12.5");
5454
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
5555
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
5656
DependencySet checkstyleDependencies = project.getConfigurations().getByName("checkstyle").getDependencies();

framework-platform/framework-platform.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
api(platform("io.micrometer:micrometer-bom:1.12.0"))
1212
api(platform("io.netty:netty-bom:4.1.101.Final"))
1313
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
14-
api(platform("io.projectreactor:reactor-bom:2023.0.0-RC1"))
14+
api(platform("io.projectreactor:reactor-bom:2023.0.0"))
1515
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1616
api(platform("org.apache.groovy:groovy-bom:4.0.15"))
1717
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
@@ -30,7 +30,7 @@ dependencies {
3030
api("com.google.code.findbugs:findbugs:3.0.1")
3131
api("com.google.code.findbugs:jsr305:3.0.2")
3232
api("com.google.code.gson:gson:2.10.1")
33-
api("com.google.protobuf:protobuf-java-util:3.24.4")
33+
api("com.google.protobuf:protobuf-java-util:3.25.0")
3434
api("com.h2database:h2:2.2.224")
3535
api("com.jayway.jsonpath:json-path:2.8.0")
3636
api("com.rometools:rome:1.19.0")
@@ -93,8 +93,8 @@ dependencies {
9393
api("org.apache.activemq:activemq-broker:5.17.6")
9494
api("org.apache.activemq:activemq-kahadb-store:5.17.6")
9595
api("org.apache.activemq:activemq-stomp:5.17.6")
96-
api("org.apache.activemq:artemis-junit-5:2.29.0")
97-
api("org.apache.activemq:artemis-jakarta-client:2.29.0")
96+
api("org.apache.activemq:artemis-jakarta-client:2.31.2")
97+
api("org.apache.activemq:artemis-junit-5:2.31.2")
9898
api("org.apache.commons:commons-pool2:2.9.0")
9999
api("org.apache.derby:derby:10.16.1.1")
100100
api("org.apache.derby:derbyclient:10.16.1.1")

0 commit comments

Comments
 (0)