Skip to content

Commit f29295b

Browse files
authored
Merge pull request #167 from devondragon/chore/update-spring-344
Bump Spring Boot and Guava versions to 3.4.4 and 33.4.5-jre respectively
2 parents acf0481 + b8bd58b commit f29295b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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'
1818
description = 'Spring User Framework'
1919

2020
ext {
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

0 commit comments

Comments
 (0)