File tree 2 files changed +4
-4
lines changed
buildSrc/src/main/java/org/springframework/build
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.21.4 " );
53
+ checkstyle .setToolVersion ("10.22.0 " );
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 @@ -30,7 +30,7 @@ dependencies {
30
30
api(" com.google.code.findbugs:findbugs:3.0.1" )
31
31
api(" com.google.code.findbugs:jsr305:3.0.2" )
32
32
api(" com.google.code.gson:gson:2.12.1" )
33
- api(" com.google.protobuf:protobuf-java-util:4.30.0 " )
33
+ api(" com.google.protobuf:protobuf-java-util:4.30.2 " )
34
34
api(" com.h2database:h2:2.3.232" )
35
35
api(" com.jayway.jsonpath:json-path:2.9.0" )
36
36
api(" com.networknt:json-schema-validator:1.5.3" )
@@ -97,8 +97,8 @@ dependencies {
97
97
api(" org.apache.derby:derby:10.16.1.1" )
98
98
api(" org.apache.derby:derbyclient:10.16.1.1" )
99
99
api(" org.apache.derby:derbytools:10.16.1.1" )
100
- api(" org.apache.httpcomponents.client5:httpclient5:5.4.2 " )
101
- api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.3.3 " )
100
+ api(" org.apache.httpcomponents.client5:httpclient5:5.4.3 " )
101
+ api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.3.4 " )
102
102
api(" org.apache.poi:poi-ooxml:5.2.5" )
103
103
api(" org.apache.tomcat.embed:tomcat-embed-core:11.0.5" )
104
104
api(" org.apache.tomcat.embed:tomcat-embed-websocket:11.0.5" )
You can’t perform that action at this time.
0 commit comments