Skip to content

Commit

Permalink
Upgraded Camel to 4.8.0.redhat-00015
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Nov 18, 2024
1 parent 5f576a0 commit 92ab232
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 513 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
<version>4.8.0.redhat-00011</version>
<version>4.8.0.redhat-00015</version>
</parent>

<groupId>org.apache.camel.quarkus</groupId>
Expand All @@ -41,7 +41,7 @@
<!-- Primary dependencies - maintained manually -->
<camel.major.minor>4.8</camel.major.minor>
<camel-community.version>${camel.major.minor}.0</camel-community.version> <!-- run after each change: cd docs && mvnd validate -->
<camel.version>${camel.major.minor}.0.redhat-00011</camel.version>
<camel.version>${camel.major.minor}.0.redhat-00015</camel.version>
<camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!-- the version in Camel's docs/components/antora.yml -->
<camel.docs.components.xref>${camel.docs.components.version}@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml -->
<camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable camel branch on which our Antora docs depends -->
Expand Down Expand Up @@ -142,7 +142,7 @@
<kudu.version>${kudu-version}</kudu.version>
<kotlin.version>2.0.10</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
<kotlinx.version>1.4.0</kotlinx.version><!--Used by com.squareup.wire:wire-compiler referenced from aws2:kinesis -->
<kryo.version>2.24.0.redhat-00004</kryo.version><!-- @sync org.apache.flink:flink-core:${flink-version} dep:com.esotericsoftware.kryo:kryo -->
<kryo.version>2.24.0.redhat-00005</kryo.version><!-- @sync org.apache.flink:flink-core:${flink-version} dep:com.esotericsoftware.kryo:kryo -->
<langchain4j.version>0.33.0</langchain4j.version><!-- @sync io.quarkiverse.langchain4j:quarkus-langchain4j-parent:${quarkiverse-langchain4j.version} prop:langchain4j.version -->
<mapstruct.version>${mapstruct-version}</mapstruct.version>
<minio.version>8.5.12</minio.version><!-- @sync io.quarkiverse.minio:quarkus-minio-parent:${quarkiverse-minio.version} prop:minio.version -->
Expand Down
Loading

0 comments on commit 92ab232

Please sign in to comment.