This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 48984176cca6cd6761445e187209a403f7371557 Author: Andi Huber <[email protected]> AuthorDate: Mon Nov 14 16:31:38 2022 +0100 ISIS-3275: bump resteasy 5.x to 6.x --- bom/pom.xml | 4 ++-- starters/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 35c46bf685..95c51b87d4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -405,8 +405,8 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <quartz-scheduler.version>2.3.2</quartz-scheduler.version> - <resteasy-spring-boot-starter.version>5.0.0.Final</resteasy-spring-boot-starter.version> - <resteasy.version>5.0.0.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter --> + <resteasy-spring-boot-starter.version>6.0.0.Alpha2</resteasy-spring-boot-starter.version> + <resteasy.version>6.2.1.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter --> <resteasy-jaxb-provider.version>6.2.1.Final</resteasy-jaxb-provider.version> diff --git a/starters/pom.xml b/starters/pom.xml index 150b77736d..8032718020 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -44,7 +44,7 @@ <spring-boot.version>3.0.0-RC2</spring-boot.version> <approvaltests.version>18.5.0</approvaltests.version> - <resteasy.version>5.0.0.Final</resteasy.version> <!-- keep in sync with property defined in resteasy-spring-boot-starter --> + <resteasy.version>6.0.0.Alpha2</resteasy.version> <!-- keep in sync with property defined in resteasy-spring-boot-starter --> </properties>
