From e22a8b48b2028cc73dbd9fda2e72e37e552d5244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Mon, 24 May 2021 23:42:02 +0800 Subject: [PATCH] RESTEASY-2906 upgrade spring-boot to 2.3.10.RELEASE (#108) --- sample-app-no-jaxrs-application/pom.xml | 2 +- sample-app/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-app-no-jaxrs-application/pom.xml b/sample-app-no-jaxrs-application/pom.xml index e2214429..e118b302 100644 --- a/sample-app-no-jaxrs-application/pom.xml +++ b/sample-app-no-jaxrs-application/pom.xml @@ -17,7 +17,7 @@ 1.8 1.8 3.13.1.Final - 2.3.2.RELEASE + 2.3.10.RELEASE diff --git a/sample-app/pom.xml b/sample-app/pom.xml index 2e48232a..e8c24686 100644 --- a/sample-app/pom.xml +++ b/sample-app/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 3.13.1.Final - 2.3.2.RELEASE + 2.3.10.RELEASE