Dependency updates (#222)

- Bump to com.gradle.develocity plugin v3.17.3
- Bump JVM dependencies in sample projects
This commit is contained in:
Daz DeBoer
2024-05-11 07:45:47 -06:00
committed by GitHub
parent 063cfaf0eb
commit ea14aa9caf
13 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ dependencies {
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.17.0'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.17.1'
}
test {