diff --git a/code-transformation/build.gradle b/code-transformation/build.gradle index b4083d5be..a8981170a 100644 --- a/code-transformation/build.gradle +++ b/code-transformation/build.gradle @@ -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:+"