From 17ac7218176ca2c4c8e6cc783cd50afae791c996 Mon Sep 17 00:00:00 2001 From: GChuf Date: Mon, 14 Apr 2025 13:46:16 +0200 Subject: [PATCH] ARTEMIS-5425 - Compile console with java 17 --- .github/workflows/build.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57d6762..39d921e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 11, 17, 21 ] + java: [ 17, 21 ] steps: - uses: actions/checkout@v4 diff --git a/pom.xml b/pom.xml index 6f58c04..f63a192 100644 --- a/pom.xml +++ b/pom.xml @@ -41,9 +41,9 @@ https://activemq.apache.org/components/artemis/ - 11 - 11 - 11 + 17 + 17 + 17 4.4.0 5.0.0 2.0.17