@@ -27,22 +27,13 @@ plugins {
2727 id(" com.github.jk1.dependency-license-report" ) version " 2.9"
2828
2929 // run Sonar analysis
30- id(" org.sonarqube" ) version " 6.0.1.5171 "
30+ id(" org.sonarqube" ) version " 6.1.0.5360 "
3131
3232 // get current Git branch name
3333 id(" org.ajoberstar.grgit" ) version " 5.3.0"
3434
3535 // JarHC Gradle plugin
36- id(" org.jarhc" ) version " 1.1.1"
37- }
38-
39- buildscript {
40- dependencies {
41- // fix CVE-2023-3635 in Okio < 3.4.0
42- // (indirect dependency of Gradle Versions Plugin 0.51.0)
43- classpath(" com.squareup.okio:okio:3.10.2" )
44- classpath(" com.squareup.okio:okio-jvm:3.10.2" )
45- }
36+ id(" org.jarhc" ) version " 1.2.0"
4637}
4738
4839repositories {
@@ -51,16 +42,16 @@ repositories {
5142
5243dependencies {
5344 implementation(" org.apache.commons:commons-lang3:3.17.0" )
54- implementation(" commons-io:commons-io:2.18 .0" )
45+ implementation(" commons-io:commons-io:2.19 .0" )
5546 implementation(" com.google.inject:guice:5.1.0" )
56- implementation(" org.slf4j:slf4j-api:2.0.16 " )
57- runtimeOnly(" org.slf4j:slf4j-simple:2.0.16 " )
47+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
48+ runtimeOnly(" org.slf4j:slf4j-simple:2.0.17 " )
5849 testImplementation(" junit:junit:4.13.2" )
59- testImplementation(" org.mockito:mockito-core:5.15.2 " )
50+ testImplementation(" org.mockito:mockito-core:5.17.0 " )
6051
6152 // fix vulnerabilities in transitive dependencies
6253 // fix CVE-2018-10237 and CVE-2020-8908
63- implementation(" com.google.guava:guava:33.4.0 -jre" )
54+ implementation(" com.google.guava:guava:33.4.8 -jre" )
6455}
6556
6657java {
0 commit comments