Skip to content

Commit

Permalink
chore(deps): bump tomcat and jackson dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Jul 13, 2024
1 parent cadb1e6 commit 3fc10e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@ sourceSets {
}

dependencies {
// providedCompile 'org.apache.tomcat:tomcat-servlet-api:8.5.91'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.19'
// providedCompile 'org.apache.tomcat:tomcat-servlet-api:10.1.26'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.26'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.velocity:velocity-engine-core:2.3'
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'co.elastic.logging:logback-ecs-encoder:1.6.0'
implementation 'ch.qos.logback:logback-classic:1.5.6'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'commons-validator:commons-validator:1.9.0'
// security updates
implementation 'commons-codec:commons-codec:1.17.0'

// embed tomcat 10
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.24'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.26'

implementation 'co.elastic.logging:jul-ecs-formatter:1.6.0'
implementation 'co.elastic.logging:ecs-logging-core:1.6.0'
Expand Down

0 comments on commit 3fc10e4

Please sign in to comment.