This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new aa112812 Fixing build
aa112812 is described below

commit aa112812977f7c227fd2551b989f1af72c9ce3a8
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Sat Oct 25 16:05:23 2025 -0400

    Fixing build
---
 .github/workflows/app-oidc.yml | 4 ++--
 .github/workflows/app.yml      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/app-oidc.yml b/.github/workflows/app-oidc.yml
index 100df0ca..87d97eb0 100644
--- a/.github/workflows/app-oidc.yml
+++ b/.github/workflows/app-oidc.yml
@@ -21,11 +21,11 @@ jobs:
         with:
           path: karavan
 
-      - name: Set up JDK 17
+      - name: Set up JDK 21
         uses: actions/setup-java@v4
         with:
           distribution: adopt
-          java-version: 17
+          java-version: 21
 
       - name: Cache local Maven repository
         uses: actions/cache@v4
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index 8d2dc5c0..61cfc44d 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -21,11 +21,11 @@ jobs:
         with:
           path: karavan
 
-      - name: Set up JDK 17
+      - name: Set up JDK 21
         uses: actions/setup-java@v4
         with:
           distribution: adopt
-          java-version: 17
+          java-version: 21
 
       - name: Cache local Maven repository
         uses: actions/cache@v4

Reply via email to