Skip to content

Commit

Permalink
chore: Update Tomcat dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Jun 26, 2024
1 parent 3a3f03a commit c5e0e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ signing {
dependencies {
implementation(gradleKotlinDsl())

compileOnly("org.apache.tomcat:tomcat-jasper:10.1.17")
compileOnly("org.apache.tomcat:tomcat-api:10.1.17")
compileOnly("org.apache.tomcat:tomcat-jasper:10.1.25")
compileOnly("org.apache.tomcat:tomcat-api:10.1.25")

compileOnly("com.intershop.icm:isml-parser:12.0.0")
implementation("com.intershop.gradle.resourcelist:resourcelist-gradle-plugin:5.0.0")
Expand Down

0 comments on commit c5e0e73

Please sign in to comment.