We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36402ae commit df58126Copy full SHA for df58126
uaa-server/build.gradle
@@ -13,7 +13,7 @@ repositories {
13
mavenCentral()
14
}
15
16
-ext.uaaVersion = '4.24.0'
+ext.uaaVersion = '4.30.0'
17
18
configurations {
19
uaa
@@ -50,7 +50,7 @@ cargo {
50
local {
51
outputFile = file("$buildDir/uaa-server.log")
52
installer {
53
- installUrl = 'https://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.35/bin/apache-tomcat-8.5.35.zip'
+ installUrl = 'https://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.43/bin/apache-tomcat-8.5.43.zip'
54
55
downloadDir = file("$buildDir/download")
56
extractDir = file("$buildDir/extract")
@@ -59,4 +59,4 @@ cargo {
59
property "UAA_CONFIG_PATH", "$projectDir"
60
61
62
-}
+}
0 commit comments