Skip to content

Commit

Permalink
Update Spring Boot to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Dec 19, 2024
1 parent 91e7e29 commit f6b36af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/src/main/release/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- don't deploy the samples, kind of pointless -->
<maven.deploy.skip>true</maven.deploy.skip>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cxf.spring.boot.version>3.4.0</cxf.spring.boot.version>
<cxf.spring.boot.version>3.4.1</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.2.0</cxf.spring.cloud.eureka.version>
<cxf.jetty12.version>12.0.16</cxf.jetty12.version>
<cxf.netty.version>4.1.116.Final</cxf.netty.version>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<cxf.slf4j.version>2.0.16</cxf.slf4j.version>
<cxf.snakeyaml.version>2.3</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
<cxf.spring.boot.version>3.4.0</cxf.spring.boot.version>
<cxf.spring.boot.version>3.4.1</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.2.10</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
<cxf.spring.security.version>6.4.2</cxf.spring.security.version>
Expand Down

0 comments on commit f6b36af

Please sign in to comment.