mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Upgrade Dependencies
This commit is contained in:
parent
7034d1746a
commit
39cc7e160e
9 changed files with 39 additions and 48 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue