Upgrade Dependencies

This commit is contained in:
Patrick Baumgartner 2024-05-25 17:36:13 +02:00 committed by Dave Syer
parent 7034d1746a
commit 39cc7e160e
9 changed files with 39 additions and 48 deletions

View file

@ -25,7 +25,7 @@ repositories {
}
ext.webjarsFontawesomeVersion = "4.7.0"
ext.webjarsBootstrapVersion = "5.3.2"
ext.webjarsBootstrapVersion = "5.3.3"
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-cache'
@ -49,7 +49,7 @@ dependencies {
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:mysql'
checkstyle 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.41'
checkstyle 'com.puppycrawl.tools:checkstyle:10.12.5'
checkstyle 'com.puppycrawl.tools:checkstyle:10.16.0'
}
tasks.named('test') {