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.
1 parent 69b954f commit 0a5461fCopy full SHA for 0a5461f
.github/workflows/build.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - 3.1.x
7
jobs:
8
build:
9
runs-on: ubuntu-latest
gradle.properties
@@ -1,8 +1,8 @@
1
group=com.freemanan
2
artifact=httpexchange-spring-boot-starter
-version=3.1.5-SNAPSHOT
+version=3.1.6-SNAPSHOT
-springBootVersion=3.1.5
+springBootVersion=3.1.6
springCloudVersion=2022.0.4
spotlessVersion=6.22.0
spotbugsVersion=5.2.1
0 commit comments