You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/07/09 04:51:16 UTC

[isis] branch master updated: Bump resteasy 4.6.1.Final -> 4.6.2.Final

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new da94215  Bump resteasy 4.6.1.Final -> 4.6.2.Final
da94215 is described below

commit da94215839c656c4214c6c8e9be5c5083ebe8bbb
Author: andi-huber <ah...@apache.org>
AuthorDate: Fri Jul 9 06:51:05 2021 +0200

    Bump resteasy 4.6.1.Final -> 4.6.2.Final
    
    based on resteasy-spring-boot-starter 4.8.2.Final
---
 core/pom.xml     | 2 +-
 starters/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 5ed6627..38f6abd 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -171,7 +171,7 @@
 		<quartz-scheduler.version>2.3.2</quartz-scheduler.version>
 
 		<resteasy-spring-boot-starter.version>4.8.2.Final</resteasy-spring-boot-starter.version>
-		<resteasy.version>4.6.1.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
+		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
 
 		<select2.version>4.0.13</select2.version>
 		<shiro.version>1.7.1</shiro.version>
diff --git a/starters/pom.xml b/starters/pom.xml
index 23ddf27..64efa51 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -44,7 +44,7 @@
 		<spring-boot.version>2.5.2</spring-boot.version>
 		<approvaltests.version>11.7.0</approvaltests.version>
 		
-		<resteasy.version>4.6.1.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
+		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
 
 	</properties>