Skip to content

Commit 20dcba4

Browse files
committed
Bump dependencies.
1 parent 9873024 commit 20dcba4

File tree

4 files changed

+1990
-505
lines changed

4 files changed

+1990
-505
lines changed

build.gradle.kts

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4839
repositories {
@@ -51,16 +42,16 @@ repositories {
5142

5243
dependencies {
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

6657
java {

0 commit comments

Comments
 (0)