Skip to content

Commit

Permalink
chore(deps): update spring and -boot
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jun 11, 2024
1 parent 343e63b commit eb42d6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
<lombok.version>1.18.30</lombok.version>
<citrus.version>4.2.1</citrus.version>

<spring-boot.version>3.2.5</spring-boot.version>
<spring.version>6.1.6</spring.version>
<spring-boot.version>3.3.0</spring-boot.version>
<spring.version>6.3.0</spring.version>
<testng.version>7.10.2</testng.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<xerces.version>2.12.2</xerces.version>
<xstream.version>1.4.20</xstream.version>

<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/3.2.5 -->
<log4j2.version>2.21.1</log4j2.version>
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.2.5 -->
<logback.classic.version>1.4.14</logback.classic.version>
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/3.3.0 -->
<log4j2.version>2.23.1</log4j2.version>
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.3.0 -->
<logback.classic.version>1.5.6</logback.classic.version>

<node.version>v20.12.1</node.version>
<npm.version>10.5.0</npm.version>
Expand Down
2 changes: 1 addition & 1 deletion simulator-samples/sample-jms-fax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>${spring.version}</version>
<version>6.1.8</version>
</dependency>

<!-- Test scoped dependencies -->
Expand Down

0 comments on commit eb42d6b

Please sign in to comment.