We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915127f commit e833d24Copy full SHA for e833d24
build.gradle
@@ -22,7 +22,7 @@ subprojects {
22
developmentOnly 'org.springframework.boot:spring-boot-devtools'
23
24
implementation 'org.kohsuke:github-api:1.327'
25
- implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.0'
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2'
26
implementation 'com.google.code.gson:gson:2.12.1'
27
implementation 'com.contrastsecurity:java-sarif:2.0'
28
testImplementation "org.mockito:mockito-core:5.+"
0 commit comments