Skip to content

Commit 4aea03d

Browse files
committed
fix(deps): update to citrus v4.7.0
and spring-boot v3.5.3.
1 parent bdcfa3a commit 4aea03d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
<maven.nexus-staging.plugin.version>1.6.13</maven.nexus-staging.plugin.version>
2525

2626
<lombok.version>1.18.34</lombok.version>
27-
<citrus.version>4.6.0</citrus.version>
27+
<citrus.version>4.7.0</citrus.version>
2828

29-
<spring-boot.version>3.4.5</spring-boot.version>
29+
<spring-boot.version>3.5.3</spring-boot.version>
3030
<testng.version>7.11.0</testng.version>
3131
<wsdl4j.version>1.6.3</wsdl4j.version>
3232
<xerces.version>2.12.2</xerces.version>
3333
<xstream.version>1.4.21</xstream.version>
3434

35-
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/3.4.5 -->
35+
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-log4j2/3.5.3 -->
3636
<log4j2.version>2.24.3</log4j2.version>
37-
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.4.5 -->
37+
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.5.3 -->
3838
<logback.classic.version>1.5.18</logback.classic.version>
3939

4040
<node.version>v22.4.1</node.version>

0 commit comments

Comments
 (0)