Skip to content

Commit

Permalink
Merge pull request #33 from IntershopCommunicationsAG/82045-UpdateIsm…
Browse files Browse the repository at this point in the history
…lParser

#82045: update isml parser to version '11.1.2'
  • Loading branch information
SteBoe82 authored Feb 2, 2023
2 parents c14a151 + 76d841a commit daea1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1")
compileOnly("com.intershop.icm:isml-parser:11.1.2")
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.0"
const val ISML_COMPILER_VERSION = "11.1.2"

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

0 comments on commit daea1f3

Please sign in to comment.