Skip to content

Commit

Permalink
chore: Update Dependencies (#96933)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido authored Jun 26, 2024
1 parent 3a3f03a commit 350321a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ 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")
implementation("com.intershop.gradle.resourcelist:resourcelist-gradle-plugin:5.0.1")
}

0 comments on commit 350321a

Please sign in to comment.