Skip to content

Commit

Permalink
Merge pull request #208 from eurofurence/issue-201-package-multiple-t…
Browse files Browse the repository at this point in the history
…imes

support for new backend features
  • Loading branch information
Jumpy-Squirrel authored Dec 13, 2024
2 parents 2222260 + 3d8138a commit 756e3b2
Show file tree
Hide file tree
Showing 27 changed files with 639 additions and 391 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ sourceSets {
}

dependencies {
// providedCompile 'org.apache.tomcat:tomcat-servlet-api:10.1.33'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.33'
// providedCompile 'org.apache.tomcat:tomcat-servlet-api:10.1.34'
implementation 'org.apache.tomcat:tomcat-servlet-api:10.1.34'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.velocity:velocity-engine-core:2.4.1'
implementation 'org.apache.commons:commons-text:1.12.0'
Expand All @@ -57,7 +57,7 @@ dependencies {
implementation 'commons-codec:commons-codec:1.17.1'

// embed tomcat 10.1
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.33'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.34'

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

0 comments on commit 756e3b2

Please sign in to comment.