We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f42bcf + 921c9c0 commit bd88b87Copy full SHA for bd88b87
1 file changed
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
exclude group: 'xml-apis'
50
}
51
implementation ('xerces:xercesImpl:2.12.2'){transitive=false}
52
- implementation 'org.eclipse.jetty:jetty-server:12.1.4'
+ implementation 'org.eclipse.jetty:jetty-server:12.1.6'
53
implementation 'org.eclipse.jetty.ee10:jetty-ee10-servlet:12.1.5'
54
implementation ('com.googlecode.json-simple:json-simple:1.1.1'){transitive=false}
55
implementation 'commons-configuration:commons-configuration:1.10'
0 commit comments