Skip to content

Commit 95b78d0

Browse files
committed
Upgrade Spring Framework to 5.1.6
1 parent 142fd7f commit 95b78d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

88-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.6.BUILD-SNAPSHOT'
88+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.6.RELEASE'
8989

9090
springRetryVersion = '1.2.4.RELEASE'
9191
}

0 commit comments

Comments
 (0)