File tree 2 files changed +3
-3
lines changed
buildSrc/src/main/java/org/springframework/build
2 files changed +3
-3
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.20.1 " );
53
+ checkstyle .setToolVersion ("10.20.2 " );
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 @@ -7,7 +7,7 @@ javaPlatform {
7
7
}
8
8
9
9
dependencies {
10
- api(platform(" com.fasterxml.jackson:jackson-bom:2.18.1 " ))
10
+ api(platform(" com.fasterxml.jackson:jackson-bom:2.18.2 " ))
11
11
api(platform(" io.micrometer:micrometer-bom:1.14.2" ))
12
12
api(platform(" io.netty:netty-bom:4.1.115.Final" ))
13
13
api(platform(" io.netty:netty5-bom:5.0.0.Alpha5" ))
@@ -54,7 +54,7 @@ dependencies {
54
54
api(" io.r2dbc:r2dbc-h2:1.0.0.RELEASE" )
55
55
api(" io.r2dbc:r2dbc-spi-test:1.0.0.RELEASE" )
56
56
api(" io.r2dbc:r2dbc-spi:1.0.0.RELEASE" )
57
- api(" io.reactivex.rxjava3:rxjava:3.1.9 " )
57
+ api(" io.reactivex.rxjava3:rxjava:3.1.10 " )
58
58
api(" io.smallrye.reactive:mutiny:1.10.0" )
59
59
api(" io.undertow:undertow-core:2.3.18.Final" )
60
60
api(" io.undertow:undertow-servlet:2.3.18.Final" )
You can’t perform that action at this time.
0 commit comments