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 Jul 23, 2023
1 parent bc8f84b commit 83fed8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")

plugins {
id("java-library")
id("com.diffplug.gradle.spotless") version "6.19.0" apply (false)
id("com.diffplug.gradle.spotless") version "6.20.0" apply (false)
id("com.github.spotbugs") version "5.0.14" apply (false)
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
}
Expand Down Expand Up @@ -102,20 +102,20 @@ subprojects {

dependencies {
val log4jVersion = "2.20.0"
val guavaVersion = "32.0.1-jre"
val guavaVersion = "32.1.1-jre"
implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
implementation("com.github.spotbugs:spotbugs-annotations:4.7.3")
implementation("com.google.guava:guava:$guavaVersion")

val junitVersion = "5.9.3"
val junitVersion = "5.10.0"
val truthVersion = "1.1.5"
val mockitoVersion = "5.4.0"
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
testImplementation("com.google.truth:truth:$truthVersion")
testImplementation("com.google.truth.extensions:truth-java8-extension:$truthVersion")
testImplementation("org.mockito:mockito-core:$mockitoVersion")
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")
testImplementation("com.google.jimfs:jimfs:1.2")
testImplementation("com.google.jimfs:jimfs:1.3.0")

configurations.all {
exclude("org.assertj")
Expand Down

0 comments on commit 83fed8f

Please sign in to comment.