Skip to content

Commit 3d76427

Browse files
committed
Ugrade Gradle, Spring, Retry versions
1 parent c9443ee commit 3d76427

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
}
1212

1313
plugins {
14-
id 'org.sonarqube' version '2.5'
14+
id 'org.sonarqube' version '2.7.1'
1515
id 'base'
1616
id 'project-report'
1717
id 'idea'
@@ -86,8 +86,8 @@ subprojects { subproject ->
8686
mockitoVersion = '1.10.19'
8787
scalaVersion = '2.11'
8888
slf4jVersion = '1.7.25'
89-
springRetryVersion = '1.2.4.RELEASE'
90-
springVersion = '4.3.25.RELEASE'
89+
springRetryVersion = '1.2.5.RELEASE'
90+
springVersion = '4.3.27.RELEASE'
9191

9292
idPrefix = 'kafka'
9393

gradle/wrapper/gradle-wrapper.jar

1.43 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Aug 08 09:21:13 EDT 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip

0 commit comments

Comments
 (0)