Skip to content

Commit fd8da23

Browse files
committed
Bump to SB3.3.6 for compatibility matrix
1 parent c236e2d commit fd8da23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
spring_boot_version:
2121
- 3.4.0
22-
- 3.3.1
22+
- 3.3.6
2323
container:
2424
image: azul/zulu-openjdk:17
2525
env:

build.libraries.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.1"}"
2+
springBootVersion = "${System.getenv("SPRING_BOOT_VERSION") ?: "3.3.6}"
33

44
libraries = [
55
// version defined

0 commit comments

Comments
 (0)