Skip to content

Commit

Permalink
chore(deps): Update to Apache Camel 4.2.0 and Citrus 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Nov 26, 2023
1 parent cf1836f commit 0db70ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
<maven.compiler.target>17</maven.compiler.target>
<project.docs.version>${project.version}</project.docs.version>

<apache.camel.version>4.1.0</apache.camel.version>
<apache.camel.version>4.2.0</apache.camel.version>
<activemq.artemis.version>2.31.0</activemq.artemis.version>
<activemq.version>5.18.2</activemq.version>
<apicurio.version>1.1.27</apicurio.version>
<ascii-table-version>1.8.0</ascii-table-version>
<assertj-core.version>3.24.2</assertj-core.version>
<awaitility.version>4.2.0</awaitility.version>
<aws-java-sdk2.version>2.21.2</aws-java-sdk2.version>
<citrus.version>4.0.1</citrus.version>
<citrus.version>4.0.2</citrus.version>
<commons.dbcp2.version>2.10.0</commons.dbcp2.version>
<cucumber.version>7.14.0</cucumber.version>
<groovy.version>3.0.19</groovy.version>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/yaks-jbang/dist/YaksJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.17.1}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.17.1}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.17.1}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.0.1}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.0.2}
package main;

import org.citrusframework.yaks.jbang.YaksJBangMain;
Expand Down
2 changes: 1 addition & 1 deletion java/tools/yaks-jbang/src/main/java/main/YaksJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.18.0-SNAPSHOT}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.18.0-SNAPSHOT}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.18.0-SNAPSHOT}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.0.1}
//DEPS org.citrusframework:citrus-jbang:${citrus.jbang.version:4.0.2}
package main;

import org.citrusframework.yaks.jbang.YaksJBangMain;
Expand Down
6 changes: 3 additions & 3 deletions pkg/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const (
)

var DefaultVersions = Versions{
"citrus.version": "4.0.1",
"camel.version": "4.1.0",
"apache.camel.version": "4.1.0",
"citrus.version": "4.0.2",
"camel.version": "4.2.0",
"apache.camel.version": "4.2.0",
"spring.version": "6.0.13",
"cucumber.version": "7.14.0",
"postgresql.version": "42.6.0",
Expand Down

0 comments on commit 0db70ce

Please sign in to comment.