aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b77c39c..097fff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>