Skip to content

Commit b492235

Browse files
committed
upgrade boot 3.1.2
1 parent eaabd20 commit b492235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group=com.freemanan
22
artifact=httpexchange-spring-boot-starter
33
version=3.1.2-SNAPSHOT
44

5-
springBootVersion=3.1.1
5+
springBootVersion=3.1.2
66
springCloudVersion=2022.0.3
77
spotlessVersion=6.20.0
88
spotbugsVersion=5.0.14

src/test/java/com/freemanan/starter/Dependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* @author Freeman
55
*/
66
public class Dependencies {
7-
public static final String springBootVersion = "3.1.1";
7+
public static final String springBootVersion = "3.1.2";
88
}

0 commit comments

Comments
 (0)