@@ -48,7 +48,10 @@ java {
4848 withSourcesJar()
4949}
5050
51- checkstyle. toolVersion = ' 5.6'
51+ // checkstyle settings
52+ // general checkstyle availability: https://checkstyle.sourceforge.io/releasenotes.html
53+ // compatibility with sonar https://docs.sonarqube.org/latest/instance-administration/plugin-version-matrix/
54+ checkstyle. toolVersion = ' 8.40'
5255checkstyle. ignoreFailures = true
5356checkstyle. configFile = file(" $rootProject . rootDir /config/checkstyle/checkstyle.xml" )
5457checkstyle. configProperties = [' samedir' : " $rootProject . rootDir /config/checkstyle" ]
9093test. finalizedBy jacocoTestReport
9194
9295dependencies {
93- implementation group : ' ch.qos.logback' , name : ' logback-classic' , version :' 1.2.7 '
94- implementation group : ' org.slf4j' , name : ' jcl-over-slf4j' , version :' 1.7.32 '
95- implementation group : ' org.slf4j' , name : ' jul-to-slf4j' , version :' 1.7.32 '
96+ implementation group : ' ch.qos.logback' , name : ' logback-classic' , version :' 1.2.10 '
97+ implementation group : ' org.slf4j' , name : ' jcl-over-slf4j' , version :' 1.7.35 '
98+ implementation group : ' org.slf4j' , name : ' jul-to-slf4j' , version :' 1.7.35 '
9699 api group : ' org.apache.httpcomponents' , name : ' httpmime' , version :' 4.5.13' // this includes httpclient too
97100 implementation group : ' commons-io' , name : ' commons-io' , version : ' 2.11.0'
98101 implementation group : ' org.brotli' , name : ' dec' , version : ' 0.1.2'
@@ -104,9 +107,9 @@ dependencies {
104107 testImplementation group : ' junit' , name : ' junit' , version :' 4.13.2'
105108 testImplementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
106109 testImplementation group : ' org.mockito' , name : ' mockito-all' , version :' 1.10.19'
107- testImplementation group : ' io.netty' , name : ' netty-all' , version : ' 4.1.71 .Final'
110+ testImplementation group : ' io.netty' , name : ' netty-all' , version : ' 4.1.73 .Final'
108111 testImplementation group : ' org.eclipse.jetty' , name : ' jetty-server' , version : ' 9.4.44.v20210927'
109- testImplementation group : ' org.springframework' , name : ' spring-core' , version : ' 5.3.13 '
112+ testImplementation group : ' org.springframework' , name : ' spring-core' , version : ' 5.3.15 '
110113 testImplementation group : ' com.nixxcode.jvmbrotli' , name : ' jvmbrotli' , version : ' 0.2.0'
111114 testImplementation group : ' com.nixxcode.jvmbrotli' , name : ' jvmbrotli-win32-x86-amd64' , version : ' 0.2.0'
112115 testImplementation group : ' com.nixxcode.jvmbrotli' , name : ' jvmbrotli-linux-x86-amd64' , version : ' 0.2.0'
0 commit comments