Skip to content

Commit

Permalink
Update Spring Boot to 3.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Nov 24, 2023
1 parent b34bd8b commit bbf8e32
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.0.12</cxf.spring.boot.version>
<cxf.spring.boot.version>3.0.13</cxf.spring.boot.version>
<cxf.spring.cloud.eureka.version>4.0.3</cxf.spring.cloud.eureka.version>
<cxf.jetty11.version>11.0.18</cxf.jetty11.version>
<cxf.netty.version>4.1.101.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.9</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.0.12</cxf.spring.boot.version>
<cxf.spring.boot.version>3.0.13</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.0.6</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
<cxf.spring.security.version>6.0.8</cxf.spring.security.version>
Expand Down

0 comments on commit bbf8e32

Please sign in to comment.