File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/java/org/springframework/build Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void apply(Project project) {
50
50
project .getPlugins ().apply (CheckstylePlugin .class );
51
51
project .getTasks ().withType (Checkstyle .class ).forEach (checkstyle -> checkstyle .getMaxHeapSize ().set ("1g" ));
52
52
CheckstyleExtension checkstyle = project .getExtensions ().getByType (CheckstyleExtension .class );
53
- checkstyle .setToolVersion ("10.12.3 " );
53
+ checkstyle .setToolVersion ("10.12.4 " );
54
54
checkstyle .getConfigDirectory ().set (project .getRootProject ().file ("src/checkstyle" ));
55
55
String version = SpringJavaFormatPlugin .class .getPackage ().getImplementationVersion ();
56
56
DependencySet checkstyleDependencies = project .getConfigurations ().getByName ("checkstyle" ).getDependencies ();
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ dependencies {
11
11
api(platform(" io.micrometer:micrometer-bom:1.12.0-RC1" ))
12
12
api(platform(" io.netty:netty-bom:4.1.100.Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
14
- api(platform(" io.projectreactor:reactor-bom:2023.0.0-M3 " ))
14
+ api(platform(" io.projectreactor:reactor-bom:2023.0.0-RC1 " ))
15
15
api(platform(" io.rsocket:rsocket-bom:1.1.3" ))
16
16
api(platform(" org.apache.groovy:groovy-bom:4.0.15" ))
17
17
api(platform(" org.apache.logging.log4j:log4j-bom:2.20.0" ))
18
- api(platform(" org.eclipse.jetty:jetty-bom:12.0.1 " ))
19
- api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.1 " ))
18
+ api(platform(" org.eclipse.jetty:jetty-bom:12.0.2 " ))
19
+ api(platform(" org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.2 " ))
20
20
api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3" ))
21
21
api(platform(" org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0" ))
22
22
api(platform(" org.junit:junit-bom:5.10.0" ))
You can’t perform that action at this time.
0 commit comments