Skip to content

Commit

Permalink
RESTEASY-2906 upgrade spring-boot to 2.3.10.RELEASE (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweinan authored May 24, 2021
1 parent 581db3e commit e22a8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-app-no-jaxrs-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>3.13.1.Final</resteasy.version>
<springboot.version>2.3.2.RELEASE</springboot.version>
<springboot.version>2.3.10.RELEASE</springboot.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<resteasy.version>3.13.1.Final</resteasy.version>
<springboot.version>2.3.2.RELEASE</springboot.version>
<springboot.version>2.3.10.RELEASE</springboot.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit e22a8b4

Please sign in to comment.