Skip to content

Commit

Permalink
Update Spring Boot to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Jul 18, 2024
1 parent 0dca7da commit 9240d8d
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.3.1</cxf.spring.boot.version>
<cxf.spring.boot.version>3.3.2</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.1.3</cxf.spring.cloud.eureka.version>
<cxf.jetty12.version>12.0.11</cxf.jetty12.version>
<cxf.netty.version>4.1.111.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 @@ -212,7 +212,7 @@
<cxf.slf4j.version>2.0.13</cxf.slf4j.version>
<cxf.snakeyaml.version>2.2</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
<cxf.spring.boot.version>3.3.1</cxf.spring.boot.version>
<cxf.spring.boot.version>3.3.2</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.2.4</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
<cxf.spring.security.version>6.3.1</cxf.spring.security.version>
Expand Down

0 comments on commit 9240d8d

Please sign in to comment.