Skip to content

Commit 88f57fa

Browse files
committed
Upgrade to SF 5.1.0, Gradle 4.10.2
1 parent 42c5435 commit 88f57fa

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ subprojects { subproject ->
8686
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
8787
reactorVersion = '3.1.6.RELEASE'
8888

89-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RC3'
89+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RELEASE'
9090

9191
springRetryVersion = '1.2.2.RELEASE'
9292
}

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)