Skip to content

Commit

Permalink
fix(deps): update dependency com.google.truth:truth to v1.3.0 (#1481)
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 19, 2024
1 parent bdd655d commit e2f467f
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 @@ -15,7 +15,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.2.0"
testImplementation "com.google.truth:truth:1.3.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 e2f467f

Please sign in to comment.