Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
junit 4.13.1 -> 4.13.2
Saxon-HE 9.8.0-14 -> 11.4
Apache Camel 3.14.0 -> 3.14.6
Spring Boot 2.6.1 -> 2.6.11
log4j 2.17.1 -> 2.19.0
  • Loading branch information
jvanzadelhoff committed Dec 12, 2022
1 parent 1b6c019 commit 9d8b26a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.8.0-14</version>
<version>11.4</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -223,9 +223,9 @@
</pluginManagement>
</build>
<properties>
<camel.version>3.14.0</camel.version>
<spring-boot.version>2.6.1</spring-boot.version>
<log4j.version>2.17.1</log4j.version>
<camel.version>3.14.6</camel.version>
<spring-boot.version>2.6.11</spring-boot.version>
<log4j.version>2.19.0</log4j.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down

0 comments on commit 9d8b26a

Please sign in to comment.