File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.4.3 '
2+ id ' org.springframework.boot' version ' 3.4.4 '
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' com.github.ben-manes.versions' version ' 0.52.0'
55 id ' java-library'
@@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser'
1818description = ' Spring User Framework'
1919
2020ext {
21- springBootVersion = ' 3.4.3 '
21+ springBootVersion = ' 3.4.4 '
2222 lombokVersion = ' 1.18.36'
2323}
2424
@@ -50,7 +50,7 @@ dependencies {
5050 runtimeOnly ' org.mariadb.jdbc:mariadb-java-client:3.5.2'
5151 runtimeOnly ' org.postgresql:postgresql'
5252 implementation ' org.passay:passay:1.6.6'
53- implementation ' com.google.guava:guava:33.4.0 -jre'
53+ implementation ' com.google.guava:guava:33.4.5 -jre'
5454 compileOnly ' org.springframework.boot:spring-boot-starter-actuator'
5555 compileOnly ' jakarta.validation:jakarta.validation-api:3.1.1'
5656
You can’t perform that action at this time.
0 commit comments