Skip to content

Commit

Permalink
chore(deps): Use Citrus 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Nov 20, 2024
1 parent 78f92d0 commit 07fb302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion citrus-remote-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<download-maven-plugin.version>1.9.0</download-maven-plugin.version>

<!-- Dependency versions -->
<citrus.version>4.3.3</citrus.version>
<citrus.version>4.4.0</citrus.version>
<spring.version>6.1.13</spring.version>

<!-- Project setup -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ public static Handler<RoutingContext> wrapThrowingHandler(
};
}



private TestRunConfiguration constructRunConfig(MultiMap queryParams)
throws UnsupportedEncodingException {
TestRunConfiguration runConfiguration = new TestRunConfiguration();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<maven.war.plugin.version>3.4.0</maven.war.plugin.version>
<apache.rat.plugin.version>0.15</apache.rat.plugin.version>

<citrus.version>4.3.3</citrus.version>
<citrus.version>4.4.0</citrus.version>
<commons.logging.api.version>1.1</commons.logging.api.version>
<commons.logging.version>1.3.3</commons.logging.version>
<httpclient.version>5.3.1</httpclient.version>
Expand Down

0 comments on commit 07fb302

Please sign in to comment.