Skip to content

Commit 0a5461f

Browse files
committed
upgrade Spring Boot 3.1.6
1 parent 69b954f commit 0a5461f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- 3.1.x
67
jobs:
78
build:
89
runs-on: ubuntu-latest

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group=com.freemanan
22
artifact=httpexchange-spring-boot-starter
3-
version=3.1.5-SNAPSHOT
3+
version=3.1.6-SNAPSHOT
44

5-
springBootVersion=3.1.5
5+
springBootVersion=3.1.6
66
springCloudVersion=2022.0.4
77
spotlessVersion=6.22.0
88
spotbugsVersion=5.2.1

0 commit comments

Comments
 (0)