Skip to content

Commit

Permalink
chore: update dependency org.assertj:assertj-guava to v3.25.3 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 22, 2024
1 parent e5cebab commit b7398b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'lithic-com/lithic-java'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion lithic-java-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation(project(":lithic-java-client-okhttp"))
testImplementation("com.github.tomakehurst:wiremock-jre8:2.33.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.assertj:assertj-guava:3.5.0")
testImplementation("org.assertj:assertj-guava:3.25.3")
testImplementation("org.slf4j:slf4j-simple:1.7.36")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
Expand Down

0 comments on commit b7398b7

Please sign in to comment.