Skip to content

Commit ca8a1ea

Browse files
committed
Upgrade to Log4J 2.26, Groovy 5.0.6, Tomcat 11.0.22, Jetty 12.1.9, Hibernate ORM 7.2.14, Checkstyle 13.4.2
1 parent cfb8dc6 commit ca8a1ea

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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("13.4.0");
53+
checkstyle.setToolVersion("13.4.2");
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies {
1212
api(platform("io.netty:netty-bom:4.2.13.Final"))
1313
api(platform("io.projectreactor:reactor-bom:2025.0.5"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
15-
api(platform("org.apache.groovy:groovy-bom:5.0.5"))
16-
api(platform("org.apache.logging.log4j:log4j-bom:2.25.4"))
15+
api(platform("org.apache.groovy:groovy-bom:5.0.6"))
16+
api(platform("org.apache.logging.log4j:log4j-bom:2.26.0"))
1717
api(platform("org.assertj:assertj-bom:3.27.7"))
18-
api(platform("org.eclipse.jetty:jetty-bom:12.1.7"))
19-
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.7"))
18+
api(platform("org.eclipse.jetty:jetty-bom:12.1.9"))
19+
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.9"))
2020
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
2121
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
2222
api(platform("org.junit:junit-bom:6.0.3"))
@@ -96,10 +96,10 @@ dependencies {
9696
api("org.apache.httpcomponents.client5:httpclient5:5.6")
9797
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.4.2")
9898
api("org.apache.poi:poi-ooxml:5.5.1")
99-
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.20")
100-
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.20")
101-
api("org.apache.tomcat:tomcat-util:11.0.20")
102-
api("org.apache.tomcat:tomcat-websocket:11.0.20")
99+
api("org.apache.tomcat.embed:tomcat-embed-core:11.0.22")
100+
api("org.apache.tomcat.embed:tomcat-embed-websocket:11.0.22")
101+
api("org.apache.tomcat:tomcat-util:11.0.22")
102+
api("org.apache.tomcat:tomcat-websocket:11.0.22")
103103
api("org.aspectj:aspectjrt:1.9.25")
104104
api("org.aspectj:aspectjtools:1.9.25")
105105
api("org.aspectj:aspectjweaver:1.9.25")
@@ -120,7 +120,7 @@ dependencies {
120120
api("org.glassfish:jakarta.el:4.0.2")
121121
api("org.graalvm.sdk:graal-sdk:22.3.1")
122122
api("org.hamcrest:hamcrest:3.0")
123-
api("org.hibernate.orm:hibernate-core:7.2.13.Final")
123+
api("org.hibernate.orm:hibernate-core:7.2.14.Final")
124124
api("org.hibernate.validator:hibernate-validator:9.1.0.Final")
125125
api("org.hsqldb:hsqldb:2.7.4")
126126
api("org.htmlunit:htmlunit:4.21.0")

0 commit comments

Comments
 (0)