Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 458d57b commit 87c18e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: paulhatch/[email protected]

- name: Create GitHub tag and release
uses: softprops/[email protected].5
uses: softprops/[email protected].8
with:
tag_name: ${{ steps.version.outputs.version_tag }}
generate_release_notes: true
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ logger.quiet("Gradle version: ${gradle.gradleVersion}")
plugins {
id("java-library")
id("com.diffplug.gradle.spotless") version "6.25.0" apply (false)
id("com.github.spotbugs") version "6.0.15" apply (false)
id("com.github.spotbugs") version "6.0.23" apply (false)
id("com.asarkar.gradle.build-time-tracker") version "4.3.0"
}

Expand Down Expand Up @@ -102,16 +102,16 @@ subprojects {
}

dependencies {
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("org.apache.logging.log4j:log4j-api:2.23.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.5")
implementation("com.google.guava:guava:33.2.0-jre")
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
implementation("org.apache.logging.log4j:log4j-api:2.24.0")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0")
implementation("com.github.spotbugs:spotbugs-annotations:4.8.6")
implementation("com.google.guava:guava:33.3.1-jre")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("com.google.truth:truth:1.4.2")
testImplementation("org.mockito:mockito-core:5.12.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("org.mockito:mockito-core:5.13.0")
testImplementation("org.mockito:mockito-junit-jupiter:5.13.0")

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

0 comments on commit 87c18e3

Please sign in to comment.