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/11/11 08:32:41 UTC

[isis] branch master updated: Bump resteasy from 4.7.0.Final to 4.7.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 24fb8bb  Bump resteasy from 4.7.0.Final to 4.7.2.Final
24fb8bb is described below

commit 24fb8bb8332e500ad3754b2a9b9d5f65e7df8453
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Nov 11 09:32:35 2021 +0100

    Bump resteasy from 4.7.0.Final to 4.7.2.Final
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 8171428..889dd20 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -169,7 +169,7 @@
 		<quartz-scheduler.version>2.3.2</quartz-scheduler.version>
 
 		<resteasy-spring-boot-starter.version>4.9.1.Final</resteasy-spring-boot-starter.version>
-		<resteasy.version>4.7.0.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
+		<resteasy.version>4.7.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.8.0</shiro.version>