Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 662f996 commit 239ada2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")
plugins {
id("java-library")
id("com.diffplug.gradle.spotless") version "6.22.0" apply (false)
id("com.github.spotbugs") version "5.1.5" apply (false)
id("com.github.spotbugs") version "5.2.4" apply (false)
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
}

@@ -101,15 +101,15 @@ subprojects {
}

dependencies {
val log4jVersion = "2.20.0"
val log4jVersion = "2.22.0"
val guavaVersion = "32.1.3-jre"
implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.0")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.1")
implementation("com.google.guava:guava:$guavaVersion")

val junitVersion = "5.10.0"
val junitVersion = "5.10.1"
val truthVersion = "1.1.5"
val mockitoVersion = "5.6.0"
val mockitoVersion = "5.7.0"
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testImplementation("com.google.truth:truth:$truthVersion")
testImplementation("com.google.truth.extensions:truth-java8-extension:$truthVersion")

0 comments on commit 239ada2

Please sign in to comment.