Skip to content

Commit

Permalink
Update all dependencies (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 95e5c37 commit a37cd10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: unit-tests-${{ matrix.os }}
fail_ci_if_error: true
Expand All @@ -54,7 +54,7 @@ jobs:
./gradlew clean integrationTest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: integration-tests-${{ matrix.os }}
fail_ci_if_error: true
Expand All @@ -77,7 +77,7 @@ jobs:
uses: paulhatch/[email protected]

- name: Create GitHub tag and release
uses: softprops/action-gh-release@v2.0.5
uses: softprops/action-gh-release@v2.2.0
with:
tag_name: ${{ steps.version.outputs.version_tag }}
generate_release_notes: true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ guava = "33.4.0-jre"
# test libs
junit = "5.11.4"
truth = "1.4.4"
mockito = "5.14.2"
mockito = "5.15.2"

[libraries]
spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "spotbugs" }
Expand Down

0 comments on commit a37cd10

Please sign in to comment.