Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package               | from   | to    |
| -------------- | --------------------- | ------ | ----- |
| github-runners | macos                 | 11     | 13    |
| maven          | org.sosy-lab:java-smt | 3.14.3 | 4.0.2 |
  • Loading branch information
renovate[bot] committed Aug 9, 2023
1 parent fa9fcb8 commit b58e508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
publish:
needs: build

runs-on: macos-11
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ junit = "5.9.2"
junitLauncher = "1.9.2"
kotlin = "1.8.21"
kotest = "5.6.1"
javaSmt = "3.14.3"
javaSmt = "4.0.2"
javaCompileTesting = "0.21.0"
apacheCommonsText = "1.10.0"
sarif4k = "0.3.0"
Expand Down

0 comments on commit b58e508

Please sign in to comment.