Parcourir la source

Update to spring-build-conventions:0.0.23.2.RELEASE

Closes gh-10029
Rob Winch il y a 4 ans
Parent
commit
a752919cc9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -1,6 +1,6 @@
 buildscript {
 	dependencies {
-		classpath 'io.spring.gradle:spring-build-conventions:0.0.23.1.RELEASE'
+		classpath 'io.spring.gradle:spring-build-conventions:0.0.23.2.RELEASE'
 		classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
 		classpath 'io.spring.nohttp:nohttp-gradle:0.0.8'
 		classpath "io.freefair.gradle:aspectj-plugin:4.0.2"