mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Update dependency
This commit is contained in:
parent
5a9d1fc40f
commit
de0e3663c0
14 changed files with 1554 additions and 609 deletions
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.2.0'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'io.spring.dependency-management' version '1.1.4'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.28'
|
||||
}
|
||||
|
||||
|
|
@ -16,7 +16,7 @@ repositories {
|
|||
}
|
||||
|
||||
ext.webjarsFontawesomeVersion = "4.7.0"
|
||||
ext.webjarsBootstrapVersion = "5.2.3"
|
||||
ext.webjarsBootstrapVersion = "5.3.2"
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue