Skip to content

Commit

Permalink
Update Spring Boot to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Jun 22, 2023
1 parent 9c02fc3 commit 58489c1
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>
<spring.boot.version>3.0.6</spring.boot.version>
<spring.boot.version>3.0.8</spring.boot.version>
<spring.cloud.eureka.version>4.0.2</spring.cloud.eureka.version>
<cxf.jetty11.version>11.0.15</cxf.jetty11.version>
<cxf.netty.version>4.1.94.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 @@ -209,7 +209,7 @@
<cxf.slf4j.version>2.0.7</cxf.slf4j.version>
<cxf.snakeyaml.version>2.0</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
<cxf.spring.boot.version>3.0.7</cxf.spring.boot.version>
<cxf.spring.boot.version>3.0.8</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.0.4</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
<cxf.spring.security.version>6.0.4</cxf.spring.security.version>
Expand Down

0 comments on commit 58489c1

Please sign in to comment.