This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/micrometer-tracing-version-1.5.2
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 85170c4aa71 chore(deps): Bump micrometer-tracing-version from 1.5.1 to
1.5.2
add be6d354f92d CAMEL-22230 - Camel-PQC: Support more signature and KEM
algorithms - SPHINCSPlus Signature Algorithm (#18594)
add f02913e324d CAMEL-22236 - Camel-Jbang: Bump Camel Kamelets to version
4.13.0 (#18595)
add a3cf2990d40 chore(deps-dev): Bump eslint from 9.30.1 to 9.31.0 in
/docs (#18593)
add 7d09653d764 chore(deps): Bump org.apache.jackrabbit:jackrabbit-core
(#18607)
add b3d959aa99b chore(deps): Bump com.couchbase.client:java-client from
3.8.2 to 3.8.3 (#18596)
add cc3d2e743b1 chore(deps): Bump com.google.cloud:google-cloud-storage
(#18601)
add 414d2dd756c chore(deps): Bump com.cedarsoftware:java-util from 3.5.0
to 3.6.0 (#18600)
add e7a5b1bc221 chore(deps): Bump net.sf.jt400:jt400 from 21.0.4 to 21.0.5
(#18605)
add 1ec697246f1 chore(deps): Bump com.github.ben-manes.caffeine:caffeine
(#18606)
add 39286aadcee chore(deps-dev): Bump com.icegreen:greenmail from 2.1.3 to
2.1.4 (#18604)
add 59b578745af chore(deps): Bump opentelemetry-version from 1.51.0 to
1.52.0 (#18597)
add 09612d5af69 chore(deps): Bump micrometer-version from 1.15.1 to 1.15.2
(#18598)
add 498ec62f221 chore(deps): Bump micrometer-tracing-version from 1.5.1 to
1.5.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (85170c4aa71)
\
N -- N -- N
refs/heads/dependabot/maven/micrometer-tracing-version-1.5.2 (498ec62f221)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../org/apache/camel/catalog/components/pqc.json | 4 +-
.../org/apache/camel/component/pqc/pqc.json | 4 +-
.../apache/camel/component/pqc/PQCComponent.java | 4 ++
.../camel/component/pqc/PQCConfiguration.java | 2 +-
.../component/pqc/PQCSignatureAlgorithms.java | 3 +-
...ial.java => PQCDefaultSPHINCSPLUSMaterial.java} | 12 ++--
...=> PQCSignatureSPHINCSPLUSNoAutowiredTest.java} | 8 +--
...ATest.java => PQCSignatureSPHINCSPLUSTest.java} | 14 ++--
docs/.pnp.cjs | 76 ++++++++++++----------
docs/package.json | 2 +-
docs/yarn.lock | 31 +++++----
dsl/camel-jbang/camel-jbang-container/Dockerfile | 4 +-
.../jbang/core/commands/catalog/CatalogDoc.java | 2 +-
.../jbang/core/commands/DependencyRuntimeTest.java | 12 ++--
.../src/test/resources/pom-xml-files/main-pom.xml | 2 +-
.../resources/pom-xml-files/springboot-pom.xml | 4 +-
.../camel-jbang-main/dist/CamelJBang.java | 6 +-
.../src/main/jbang/main/CamelJBang.java | 6 +-
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 18 ++---
20 files changed, 119 insertions(+), 97 deletions(-)
copy
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/crypto/{PQCDefaultFalconMaterial.java
=> PQCDefaultSPHINCSPLUSMaterial.java} (85%)
copy
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/{PQCSignatureXMSSNoAutowiredTest.java
=> PQCSignatureSPHINCSPLUSNoAutowiredTest.java} (91%)
copy
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/{PQCSignatureSNOVATest.java
=> PQCSignatureSPHINCSPLUSTest.java} (87%)