This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 41253e3478 Bump actions/cache from 4.3.0 to 5.0.5
41253e3478 is described below
commit 41253e3478034b0bd004306160b5e1f858c7bfe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 6 08:29:12 2026 +0100
Bump actions/cache from 4.3.0 to 5.0.5
* Bump actions/cache from 4.3.0 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
-
[Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc39830...27d5ce7f107fe9357f9df03efb73ab90386fccae)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* Auto generated changes for dependabot commit
51aa8ecbdc32962aafe0cd9fceca884f1f31591f
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/alternate-jdk-build.yaml | 4 ++--
.github/workflows/camel-master-cron.yaml | 16 ++++++++--------
.github/workflows/ci-build.yaml | 6 +++---
.github/workflows/pr-validate.yml | 4 ++--
.github/workflows/quarkus-lts-ci-build.yaml | 4 ++--
.github/workflows/quarkus-master-cron.yaml | 14 +++++++-------
docs/antora.yml | 4 ++--
7 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/alternate-jdk-build.yaml
b/.github/workflows/alternate-jdk-build.yaml
index d760abdb8f..d72296115b 100644
--- a/.github/workflows/alternate-jdk-build.yaml
+++ b/.github/workflows/alternate-jdk-build.yaml
@@ -89,7 +89,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -121,7 +121,7 @@ jobs:
path: ${{ runner.temp }}/maven-repo.tgz
retention-days: 1
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
diff --git a/.github/workflows/camel-master-cron.yaml
b/.github/workflows/camel-master-cron.yaml
index 8a7605c0b0..8628c87ea0 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -63,7 +63,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -109,7 +109,7 @@ jobs:
path: ${{ runner.temp }}/maven-repo.tgz
retention-days: 1
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
@@ -170,7 +170,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -264,7 +264,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -369,7 +369,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -429,7 +429,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -496,7 +496,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -588,7 +588,7 @@ jobs:
ref: camel-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index fdd7444834..bb6522a05a 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -138,7 +138,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: steps.init.outputs.run-checks == 'true'
with:
path: |
@@ -223,7 +223,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -255,7 +255,7 @@ jobs:
path: ${{ runner.temp }}/maven-repo.tgz
retention-days: 1
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
diff --git a/.github/workflows/pr-validate.yml
b/.github/workflows/pr-validate.yml
index 94a9dabaab..cf3ffe81c1 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -91,7 +91,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -104,7 +104,7 @@ jobs:
-Pcheck-format \
clean validate
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
diff --git a/.github/workflows/quarkus-lts-ci-build.yaml
b/.github/workflows/quarkus-lts-ci-build.yaml
index e36e18b2cf..378bea5f7e 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -81,7 +81,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -116,7 +116,7 @@ jobs:
path: ${{ runner.temp }}/maven-repo.tgz
retention-days: 1
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index 12d770f00f..ef834d5545 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -63,7 +63,7 @@ jobs:
JIRA_VERSION=$(./mvnw help:evaluate
-Dexpression=jira-rest-client.version -q -DforceStdout -N)
echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -110,7 +110,7 @@ jobs:
path: ${{ runner.temp }}/maven-repo.tgz
retention-days: 1
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
if: always()
with:
path: |
@@ -258,7 +258,7 @@ jobs:
ref: quarkus-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -363,7 +363,7 @@ jobs:
ref: quarkus-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -423,7 +423,7 @@ jobs:
ref: quarkus-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -490,7 +490,7 @@ jobs:
ref: quarkus-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -582,7 +582,7 @@ jobs:
ref: quarkus-main
fetch-depth: 0
- name: Restore Atlassian Maven Cache
- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #
v4.4.0
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v4.4.0
with:
path: |
~/.m2/repository/com/atlassian
diff --git a/docs/antora.yml b/docs/antora.yml
index 6ffc46f945..d8d48d2209 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -31,13 +31,13 @@ asciidoc:
camel-version: 4.20.0 # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.37.0 # replace ${camel-quarkus.version}
- quarkus-version: 3.36.0 # replace ${quarkus.version}
+ quarkus-version: 3.36.1 # replace ${quarkus.version}
graalvm-version: 23.1.2 # replace ${graalvm.version}
graalvm-docs-version: jdk21 # replace ${graalvm-docs.version}
langchain4j-version: 1.14.1 # replace ${langchain4j.version}
mapstruct-version: 1.6.3 # replace ${mapstruct.version}
min-maven-version: 3.8.2 # replace ${min-maven-version}
- target-maven-version: 3.9.15 # replace ${target-maven-version}
+ target-maven-version: 3.9.16 # replace ${target-maven-version}
# Attributes used in xrefs to other Antora components
cq-camel-components: next@components