Skip to content

Commit

Permalink
upped some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 12, 2024
1 parent 4036309 commit 9d5b9b3
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 @@ -60,11 +60,11 @@
</scm>

<properties>
<camel.version>4.6.0</camel.version>
<camel.version>4.7.0</camel.version>
<newrelic.version>8.12.0</newrelic.version>
<log4j.version>2.20.0</log4j.version>
<vpro.shared.version>5.1.0</vpro.shared.version>
<apache.mina.sshd.version>2.12.0</apache.mina.sshd.version>
<vpro.shared.version>5.2.0</vpro.shared.version>
<apache.mina.sshd.version>2.13.2</apache.mina.sshd.version>
</properties>

<build>
Expand Down Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -229,7 +229,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.6.0</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -242,7 +242,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>vpro-ossrh</serverId>
Expand Down

0 comments on commit 9d5b9b3

Please sign in to comment.