Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.2.0 (#1381)
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 Dec 19, 2023
1 parent d8a5419 commit 1ec5cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-transformation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.8.0.202311291450-r'
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit.ssh.apache', version: '6.8.0.202311291450-r'
implementation project(path: ':matcher')
testImplementation "com.google.truth:truth:1.1.5"
testImplementation "com.google.truth:truth:1.2.0"
implementation "com.github.docker-java:docker-java-core:+"
implementation "com.github.docker-java:docker-java-transport-httpclient5:+"
implementation "com.contrastsecurity:java-sarif:+"
Expand Down

0 comments on commit 1ec5cdf

Please sign in to comment.