Skip to content

Commit

Permalink
fix(deps): update dependency tools.aqua:z3-turnkey to v4.12.5 (#5647)
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] committed Jan 30, 2024
1 parent 5641fde commit da0c252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoon-dataflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
implementation group: 'fr.inria.gforge.spoon', name: 'spoon-core', version: '+'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.6.0'
implementation group: 'tools.aqua', name: 'z3-turnkey', version: '4.12.4'
implementation group: 'tools.aqua', name: 'z3-turnkey', version: '4.12.5'
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}

Expand Down

0 comments on commit da0c252

Please sign in to comment.