Merge pull request 'Update dependency javax.servlet:javax.servlet-api to v3.1.0' (#4) from renovate/javax.servlet-javax.servlet-api-3.x into main
This commit is contained in:
commit
6efba8d81f
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':DynmapCoreAPI')
|
implementation project(':DynmapCoreAPI')
|
||||||
implementation 'javax.servlet:javax.servlet-api:3.1'
|
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
||||||
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
||||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ eclipse {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'javax.servlet:javax.servlet-api:3.1'
|
implementation 'javax.servlet:javax.servlet-api:3.1.0'
|
||||||
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117'
|
||||||
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
|
||||||
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue