Skip to content

Commit b3a5473

Browse files
committed
Merge branch '6.2.x'
# Conflicts: # framework-docs/modules/ROOT/pages/data-access/orm/hibernate.adoc # spring-orm/src/main/java/org/springframework/orm/hibernate5/package-info.java # spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaDialect.java # spring-orm/src/main/java/org/springframework/orm/jpa/vendor/HibernateJpaVendorAdapter.java
2 parents 543314f + 61474cc commit b3a5473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.25.0");
53+
checkstyle.setToolVersion("10.26.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();

0 commit comments

Comments
 (0)