Skip to content

Commit

Permalink
chore(deps): update spring and -boot to v3.2.4 and v6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Mar 28, 2024
1 parent 76ed09e commit 767e86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -26,16 +26,16 @@
<lombok.version>1.18.30</lombok.version>
<citrus.version>4.2.0</citrus.version>

<spring-boot.version>3.2.3</spring-boot.version>
<spring.version>6.1.4</spring.version>
<spring-boot.version>3.2.4</spring-boot.version>
<spring.version>6.1.5</spring.version>
<testng.version>7.9.0</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.3 -->
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/3.2.4 -->
<log4j2.version>2.21.1</log4j2.version>
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.2.3 -->
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.2.4 -->
<logback.classic.version>1.4.14</logback.classic.version>

<node.version>v20.11.1</node.version>
Expand Down

0 comments on commit 767e86b

Please sign in to comment.