Update dependency

This commit is contained in:
Patrick Baumgartner 2023-11-24 18:32:42 +01:00 committed by Dave Syer
parent 5a9d1fc40f
commit de0e3663c0
14 changed files with 1554 additions and 609 deletions

View file

@ -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'