We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24ae77 + fb7aeb6 commit a498695Copy full SHA for a498695
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.4.1'
+ id 'org.springframework.boot' version '3.4.3'
3
id 'io.spring.dependency-management' version '1.1.7'
4
- id 'com.github.ben-manes.versions' version '0.51.0'
+ id 'com.github.ben-manes.versions' version '0.52.0'
5
id 'java-library'
6
id 'maven-publish'
7
id 'signing'
@@ -18,7 +18,7 @@ group = 'com.digitalsanctuary.springuser'
18
description = 'Spring User Framework'
19
20
ext {
21
- springBootVersion = '3.4.1'
+ springBootVersion = '3.4.3'
22
lombokVersion = '1.18.36'
23
}
24
0 commit comments