Skip to content

Commit

Permalink
#86199: Updated isml-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanh1 committed Jun 15, 2023
1 parent daea1f3 commit fb5a7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
/bin/
/.apt_generated/
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ dependencies {
compileOnly("org.apache.tomcat:tomcat-jasper:10.0.23")
compileOnly("org.apache.tomcat:tomcat-api:10.0.23")

compileOnly("com.intershop.icm:isml-parser:11.1.2")
compileOnly("com.intershop.icm:isml-parser:11.1.3")
implementation("com.intershop.gradle.resourcelist:resourcelist-gradle-plugin:4.4.1")

testImplementation("com.intershop.gradle.test:test-gradle-plugin:4.1.2")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ open class IsmlExtension @Inject constructor(objectFactory: ObjectFactory, proje
/**
* Default ISML compiler version.
*/
const val ISML_COMPILER_VERSION = "11.1.2"
const val ISML_COMPILER_VERSION = "11.1.3"

/**
* Gradle configuration for jsp compiler.
Expand Down

0 comments on commit fb5a7ec

Please sign in to comment.