We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c236e2d commit fd8da23Copy full SHA for fd8da23
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
spring_boot_version:
21
- 3.4.0
22
- - 3.3.1
+ - 3.3.6
23
container:
24
image: azul/zulu-openjdk:17
25
env:
build.libraries.gradle
@@ -1,5 +1,5 @@
1
ext {
2
- springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.1"}"
+ springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.6}"
3
4
libraries = [
5
// version defined
0 commit comments