Skip to content

Commit

Permalink
upped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 14, 2024
1 parent 40b5a2e commit 8fc1576
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nl.vpro.camel</groupId>
<artifactId>camel-parent</artifactId>
<version>1.7-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>VPRO Apache Camel components</name>
<inceptionYear>2012</inceptionYear>
Expand Down Expand Up @@ -60,11 +60,11 @@
</scm>

<properties>
<camel.version>3.20.6</camel.version>
<newrelic.version>8.6.0</newrelic.version>
<camel.version>4.6.0</camel.version>
<newrelic.version>8.12.0</newrelic.version>
<log4j.version>2.20.0</log4j.version>
<vpro.shared.version>3.5.3</vpro.shared.version>
<apache.mina.sshd.version>2.11.0</apache.mina.sshd.version>
<vpro.shared.version>5.1.0</vpro.shared.version>
<apache.mina.sshd.version>2.12.0</apache.mina.sshd.version>
</properties>

<build>
Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<configuration>
<append>true</append>
</configuration>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8fc1576

Please sign in to comment.