mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Updating dependencies and docker containers to current versions
See #1157
This commit is contained in:
parent
cc4667122d
commit
0962ed7e8f
20 changed files with 245 additions and 150 deletions
|
|
@ -1,7 +1,8 @@
|
|||
plugins {
|
||||
id 'org.springframework.boot' version '3.0.1'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.0.4'
|
||||
id 'io.spring.dependency-management' version '1.1.0'
|
||||
id 'org.graalvm.buildtools.native' version '0.9.20'
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
|
@ -15,7 +16,7 @@ repositories {
|
|||
}
|
||||
|
||||
ext.webjarsFontawesomeVersion = "4.7.0"
|
||||
ext.webjarsBootstrapVersion = "5.1.3"
|
||||
ext.webjarsBootstrapVersion = "5.2.3"
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue