Skip to content

Commit cc8e3e1

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------- | ------ | ----- | | github-runners | macos | 11 | 13 | | maven | org.sosy-lab:java-smt | 3.14.3 | 4.0.3 |
1 parent fa9fcb8 commit cc8e3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
publish:
7272
needs: build
7373

74-
runs-on: macos-11
74+
runs-on: macos-13
7575

7676
steps:
7777
- uses: actions/checkout@v3

gradle/projects.libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ junit = "5.9.2"
88
junitLauncher = "1.9.2"
99
kotlin = "1.8.21"
1010
kotest = "5.6.1"
11-
javaSmt = "3.14.3"
11+
javaSmt = "4.0.3"
1212
javaCompileTesting = "0.21.0"
1313
apacheCommonsText = "1.10.0"
1414
sarif4k = "0.3.0"

0 commit comments

Comments
 (0)