Skip to content

Commit f2bbcda

Browse files
authored
Merge pull request #157 from igorbolic/plugins-and-dependencies-update
Update dependencies and Gradle plugin versions
2 parents 24a3f9d + 2f4cde8 commit f2bbcda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
22

33
plugins {
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

1111
ext {
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

2121
ext.JAVA_GRADLE = "$rootDir/gradle/java.gradle"

0 commit comments

Comments
 (0)