Skip to content

Commit a123544

Browse files
authored
Merge pull request #11324 from erichelgeson/eric/3.3.10-updates
Dependancy updates for next 3.3.x release.
2 parents 206b582 + 098c656 commit a123544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
gspVersion = '3.3.2'
3232
legacyConvertersVersion = "3.3.1"
3333
testingSupportVersion = "1.1.5"
34-
datastoreVersion = "6.1.11.RELEASE"
34+
datastoreVersion = "6.1.12.RELEASE"
3535
hibernate4Version = "6.1.8.RELEASE"
3636
antTraxVersion = "1.7.1"
3737
antVersion = "1.9.7"
@@ -41,14 +41,14 @@ ext {
4141
commonsLangVersion = "2.6"
4242
gdocEngineVersion = "1.0.1"
4343

44-
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.15"
44+
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.17"
4545
jansiVersion = "1.14"
4646
jlineVersion = "2.12"
4747
jnaVersion = "4.2.2"
4848
slf4jVersion = "1.7.25"
4949

5050
spockVersion = '1.1-groovy-2.4'
51-
springBootVersion = "1.5.19.RELEASE"
51+
springBootVersion = "1.5.21.RELEASE"
5252
springLoadedVersion = "1.2.8.RELEASE"
5353
directoryWatcherVersion = "0.5.1"
5454
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
@@ -57,7 +57,7 @@ ext {
5757
concurrentlinkedhashmapVersion = "1.4.2"
5858
cglibVersion = "2.2.2"
5959
objenesisVersion = "1.4"
60-
tomcatVersion = "8.5.35"
60+
tomcatVersion = "8.5.40"
6161
tomcatLog4jVersion = "8.5.2"
6262
servletApiVersion = "3.0.1"
6363

0 commit comments

Comments
 (0)