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.
2 parents ec79371 + ff9b122 commit a332289Copy full SHA for a332289
tomcat-base/build.gradle
@@ -38,7 +38,7 @@ subprojects {
38
implementation "org.apache.tomcat:tomcat-jasper-el:${tomcatVersion}"
39
implementation "org.apache.tomcat:tomcat-jsp-api:${tomcatVersion}"
40
implementation "eu.xenit.logging:json-logging:${jsonLoggingVersion}"
41
- implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
42
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
43
testImplementation("org.junit-pioneer:junit-pioneer:2.1.0")
44
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
0 commit comments