Skip to content

Commit

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

<apache.camel.version>4.2.0</apache.camel.version>
<apache.camel.version>4.1.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>
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const (

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

0 comments on commit 87ab79c

Please sign in to comment.