Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade Camel to 2.23.2.fuse-790053
Browse files Browse the repository at this point in the history
Also upgrades CXF to 3.3.6.fuse-790048
  • Loading branch information
zregvart committed Aug 2, 2021
1 parent a476334 commit 7be1ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/extension/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<properties>
<spring-boot.version>2.3.9.RELEASE</spring-boot.version>
<camel.version>2.23.2.fuse-790029</camel.version>
<camel.version>2.23.2.fuse-790053</camel.version>
</properties>

<!-- Metadata need to publish to central -->
Expand Down
4 changes: 2 additions & 2 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
<opentracing.spring.web.starter.version>3.0.0</opentracing.spring.web.starter.version>

<!-- Global camel version used everywhere -->
<camel.version>2.23.2.fuse-790029</camel.version>
<camel.version>2.23.2.fuse-790053</camel.version>

<undertow.version>2.2.5.Final</undertow.version>
<org.jboss.xnio.version>3.8.4.Final</org.jboss.xnio.version>

<!-- CXF version, to be kept in sync with the one referenced by camel version above -->
<cxf.version>3.3.6.fuse-790025</cxf.version>
<cxf.version>3.3.6.fuse-790048</cxf.version>
<wss4j.version>2.2.2</wss4j.version>

<!-- Don't fork based on cores, doesn't work nicely in the cloud -->
Expand Down

0 comments on commit 7be1ebc

Please sign in to comment.