Skip to content

Commit adfb3dd

Browse files
committed
Update to Jetty 8.1.22.v20160922
Fixes gh-8266
1 parent 1ba1fb6 commit adfb3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/xml/cas/cassample/cassample.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'jetty'
55
apply plugin: 'groovy'
66

77
def excludeModules = ['spring-security-acl', 'jsr250-api', 'spring-jdbc', 'spring-tx']
8-
def jettyVersion = '8.1.9.v20130131'
8+
def jettyVersion = '8.1.22.v20160922'
99
def keystore = "$rootDir/samples/certificates/server.jks"
1010
def password = 'password'
1111

0 commit comments

Comments
 (0)