From 956efa7c3d47c8ddf8b2ae54b956e1f4764d4cb3 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 10 Mar 2025 09:59:58 +0100 Subject: [PATCH] Update Spring Boot to latest versions in ci-boot.yml --- .github/workflows/ci-boot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-boot.yml b/.github/workflows/ci-boot.yml index b295bea7..4008ea58 100644 --- a/.github/workflows/ci-boot.yml +++ b/.github/workflows/ci-boot.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] java: [ 17 ] - boot: [ 3.3.6, 3.4.0 ] + boot: [ 3.3.9, 3.4.3 ] fail-fast: false steps: