Skip to content

Commit

Permalink
fix snyk analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Mar 2, 2024
1 parent 2aec818 commit c237760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
services.gradle.org:443
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run Snyk test
uses: snyk/actions/gradle-jdk11@master
uses: snyk/actions/gradle-jdk17@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ junit4 = "4.13.2"
junit5 = "5.10.2"
kotlin = "1.9.22"
lincheck = "2.26"
mockito = "5.10.0"
mockito = "5.11.0"
nexus-publish = "2.0.0-rc-2"
nullaway-core = "0.10.23"
nullaway-plugin = "2.0.0"
Expand Down

0 comments on commit c237760

Please sign in to comment.