File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22
33plugins {
44 id ' org.springframework.boot' version ' 2.3.0.RELEASE' apply false
5- id ' io.github.gradle-nexus.publish-plugin' version ' 1.1 .0'
5+ id ' io.github.gradle-nexus.publish-plugin' version ' 1.3 .0'
66 id ' com.github.hierynomus.license' version ' 0.16.1'
7- id ' com.github.ben-manes.versions ' version ' 0.28.0 '
8- id ' org.sonarqube ' version ' 3.4.0.2513 '
7+ id ' org.sonarqube ' version ' 4.0.0.2929 '
8+ id ' com.github.ben-manes.versions ' version ' 0.46.0 '
99}
1010
1111ext {
12- appengineApiVersion = ' 1.9.80 '
12+ appengineApiVersion = ' 2.0.12 '
1313 awaitilityVersion = ' 4.2.0'
1414 commonsLoggingVersion = ' 1.2'
15- elasticacheClientVersion = ' 1.1.2 '
15+ elasticacheClientVersion = ' 1.2.0 '
1616 springCloudVersion = ' Hoxton.SR4'
1717 testcontainersVersion = ' 1.17.6'
18- xmemcachedVersion = ' 2.4.6 '
18+ xmemcachedVersion = ' 2.4.7 '
1919}
2020
2121ext. JAVA_GRADLE = " $rootDir /gradle/java.gradle"
You can’t perform that action at this time.
0 commit comments