Skip to content

Commit df58126

Browse files
authored
Update build.gradle
Update to the URL for the Tomcat download backing the UAA server. Update to the UAA version.
1 parent 36402ae commit df58126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uaa-server/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
mavenCentral()
1414
}
1515

16-
ext.uaaVersion = '4.24.0'
16+
ext.uaaVersion = '4.30.0'
1717

1818
configurations {
1919
uaa
@@ -50,7 +50,7 @@ cargo {
5050
local {
5151
outputFile = file("$buildDir/uaa-server.log")
5252
installer {
53-
installUrl = 'https://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.35/bin/apache-tomcat-8.5.35.zip'
53+
installUrl = 'https://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.43/bin/apache-tomcat-8.5.43.zip'
5454

5555
downloadDir = file("$buildDir/download")
5656
extractDir = file("$buildDir/extract")
@@ -59,4 +59,4 @@ cargo {
5959
property "UAA_CONFIG_PATH", "$projectDir"
6060
}
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)