Browse Source

Pull request #5905: REPORT-55377 升级tomcat到8.5.69

Merge in DESIGN/design from ~VITO/c-design:release/11.0 to release/11.0

* commit 'debf13688c36fa55ee3ce300d50854d5b3fa7c17':
  REPORT-55377 升级tomcat到8.5.69
bugfix/11.0
vito 3 years ago
parent
commit
a86f3f433e
  1. 6
      build.gradle

6
build.gradle

@ -49,8 +49,8 @@ allprojects {
idea {
module {
inheritOutputDirs = false
outputDir = file(outputPath +"/classes")
testOutputDir = file(outputPath +"/test-classes")
outputDir = file(outputPath + "/classes")
testOutputDir = file(outputPath + "/test-classes")
languageLevel = new IdeaLanguageLevel(sourceCompatibility)
targetBytecodeVersion = targetCompatibility
}
@ -68,7 +68,7 @@ allprojects {
implementation 'org.swingexplorer:swexpl:2.0.1'
implementation 'org.swingexplorer:swag:1.0'
implementation 'net.java.dev.jna:jna:5.4.0'
implementation 'org.apache.tomcat:tomcat-catalina:8.5.57'
implementation 'org.apache.tomcat:tomcat-catalina:8.5.69'
implementation 'io.socket:socket.io-client:0.7.0'
implementation 'com.fr.third:fine-third:' + frVersion
implementation 'com.fr.core:fine-core:' + frDevVersion

Loading…
Cancel
Save