forked from I2P_Developers/i2p.i2p
Update Jetty and Tomcat versions in Gradle build scripts
This commit is contained in:
@ -9,8 +9,8 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
ext.jettyVersion = '9.2.22.v20170606'
|
||||
ext.tomcatVersion = '8.5.23'
|
||||
ext.jettyVersion = '9.2.25.v20180606'
|
||||
ext.tomcatVersion = '8.5.40'
|
||||
compile project(':core')
|
||||
compile 'org.eclipse.jetty:jetty-http:' + ext.jettyVersion
|
||||
compile 'org.eclipse.jetty:jetty-io:' + ext.jettyVersion
|
||||
|
Reference in New Issue
Block a user