Skip to content

Commit 4734837

Browse files
committed
Upgrade to Netty 4.2.10, Hibernate ORM 7.2.4, Checkstyle 13.2
1 parent 4a13655 commit 4734837

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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("13.1.0");
53+
checkstyle.setToolVersion("13.2.0");
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ javaPlatform {
99
dependencies {
1010
api(platform("com.fasterxml.jackson:jackson-bom:2.20.2"))
1111
api(platform("io.micrometer:micrometer-bom:1.16.3"))
12-
api(platform("io.netty:netty-bom:4.2.9.Final"))
12+
api(platform("io.netty:netty-bom:4.2.10.Final"))
1313
api(platform("io.projectreactor:reactor-bom:2025.0.3"))
1414
api(platform("io.rsocket:rsocket-bom:1.1.5"))
1515
api(platform("org.apache.groovy:groovy-bom:5.0.4"))
@@ -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.3.Final")
123+
api("org.hibernate.orm:hibernate-core:7.2.4.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)