Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jan 22, 2024
1 parent e97871e commit 8e35e1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
version = '3.4.0-SNAPSHOT'

ext {
groovyVersion = '4.0.14'
groovyVersion = '4.0.18'
thymeleafVersion = '3.1.2.RELEASE'
}
}
10 changes: 5 additions & 5 deletions thymeleaf-layout-dialect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ configurations.all {

dependencies {
api "org.apache.groovy:groovy:${groovyVersion}"
implementation 'nz.net.ultraq.groovy:groovy-extensions:2.1.0'
implementation 'nz.net.ultraq.groovy:groovy-extensions:2.2.0'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-expression-processor:3.2.0'
implementation "org.thymeleaf:thymeleaf:${thymeleafVersion}"
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.slf4j:slf4j-api:2.0.11'

codenarc 'org.codenarc:CodeNarc:3.3.0-groovy-4.0'
testImplementation 'net.bytebuddy:byte-buddy:1.14.7'
codenarc 'org.codenarc:CodeNarc:3.4.0-groovy-4.0'
testImplementation 'net.bytebuddy:byte-buddy:1.14.11'
testImplementation 'nz.net.ultraq.thymeleaf:thymeleaf-testing-junit:5.2.0'
testImplementation 'org.objenesis:objenesis:3.3'
testImplementation 'org.reflections:reflections:0.10.2'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation "org.thymeleaf.testing:thymeleaf-testing:${thymeleafVersion}"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9'
testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.11'
}

java {
Expand Down

0 comments on commit 8e35e1c

Please sign in to comment.