We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30c3e7 commit 01d414aCopy full SHA for 01d414a
1 file changed
build.gradle
@@ -25,7 +25,7 @@ subprojects {
25
// implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
26
// implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
27
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.1'
28
- implementation 'com.google.code.gson:gson:2.11.0'
+ implementation 'com.google.code.gson:gson:2.12.1'
29
implementation 'com.contrastsecurity:java-sarif:2.0'
30
testImplementation "org.mockito:mockito-core:5.+"
31
}
0 commit comments