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/03/29 10:06:46 UTC

[isis] branch master updated: Bump resteasy-spring-boot-starter from 4.7.0.Final to 4.8.0.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 5f1db5a  Bump resteasy-spring-boot-starter from 4.7.0.Final to 4.8.0.Final
5f1db5a is described below

commit 5f1db5ac79a95505a958bcf1c9937e5727162528
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 29 09:42:11 2021 +0000

    Bump resteasy-spring-boot-starter from 4.7.0.Final to 4.8.0.Final
    
    Bumps [resteasy-spring-boot-starter](https://github.com/resteasy/resteasy-spring-boot) from 4.7.0.Final to 4.8.0.Final.
    - [Release notes](https://github.com/resteasy/resteasy-spring-boot/releases)
    - [Commits](https://github.com/resteasy/resteasy-spring-boot/compare/4.7.0.Final...4.8.0.Final)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 977f16b..5d11b4e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -166,7 +166,7 @@
 
 		<quartz-scheduler.version>2.3.2</quartz-scheduler.version>
 
-		<resteasy4-spring-boot-starter.version>4.7.0.Final</resteasy4-spring-boot-starter.version>
+		<resteasy4-spring-boot-starter.version>4.8.0.Final</resteasy4-spring-boot-starter.version>
 		<resteasy.version>4.6.0.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->
 
 		<select2.version>4.0.13</select2.version>