Skip to content

Commit a498695

Browse files
authored
Merge pull request #161 from devondragon/issue-160-Update-version-dependancies
Update Spring Boot and dependency versions to 3.4.3 and 0.52.0 respec…
2 parents d24ae77 + fb7aeb6 commit a498695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.1'
2+
id 'org.springframework.boot' version '3.4.3'
33
id 'io.spring.dependency-management' version '1.1.7'
4-
id 'com.github.ben-manes.versions' version '0.51.0'
4+
id 'com.github.ben-manes.versions' version '0.52.0'
55
id 'java-library'
66
id 'maven-publish'
77
id 'signing'
@@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser'
1818
description = 'Spring User Framework'
1919

2020
ext {
21-
springBootVersion = '3.4.1'
21+
springBootVersion = '3.4.3'
2222
lombokVersion = '1.18.36'
2323
}
2424

0 commit comments

Comments
 (0)