Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Dec 8, 2023
1 parent efd262f commit 051102c
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 @@ -12,10 +12,10 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<husky.version>2.1.2-SNAPSHOT</husky.version>
<spring.boot.version>2.7.11</spring.boot.version>
<camel.version>3.20.3</camel.version>
<junit.version>5.8.2</junit.version>
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
<spring.boot.version>2.7.13</spring.boot.version>
<camel.version>3.21.0</camel.version>
<junit.version>5.10.1</junit.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
</properties>
<repositories>
<!--
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M6</version>
<version>${maven-surefire-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>1.8.2</version>
<version>1.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -229,7 +229,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M6</version>
<version>${maven-surefire-plugin.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 051102c

Please sign in to comment.