diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,13 +46,13 @@ limitations under the License. <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> </dependency> <!-- support camel documentation --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>apt</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> </dependency> <!-- logging --> <dependency> @@ -83,7 +83,7 @@ limitations under the License. <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> - <version>2.15.5</version> + <version>2.20.1</version> <scope>test</scope> </dependency> </dependencies> |