Skip to content

Commit

Permalink
chore(deps): update spring-boot to v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Feb 25, 2024
1 parent ed3a6a6 commit 7add432
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 @@ -26,19 +26,19 @@
<lombok.version>1.18.30</lombok.version>
<citrus.version>4.1.1</citrus.version>

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

<node.version>v20.11.0</node.version>
<node.version>v20.11.1</node.version>
<npm.version>10.2.4</npm.version>

<skip.gpg>false</skip.gpg>
Expand Down Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.18</version>
<version>2.1.20</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7add432

Please sign in to comment.