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 2022/10/21 05:23:57 UTC

[isis] branch master updated: Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 (2)

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 5ca91d2d87 Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 (2)
5ca91d2d87 is described below

commit 5ca91d2d8745686f69ef865ca1b5a4d448267fa0
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Oct 21 07:23:45 2022 +0200

    Bump spring-boot-starter-parent from 2.7.4 to 2.7.5 (2)
    
    - jackson-core version provided explicitly
---
 extensions/core/executionoutbox/restclient/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/core/executionoutbox/restclient/pom.xml b/extensions/core/executionoutbox/restclient/pom.xml
index 7d15ca36a3..d78a4482d4 100644
--- a/extensions/core/executionoutbox/restclient/pom.xml
+++ b/extensions/core/executionoutbox/restclient/pom.xml
@@ -186,7 +186,7 @@
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-core</artifactId>
-                <version>${jackson-bom.version}</version>
+                <version>2.13.4</version>
             </dependency>
 <!--
             <dependency>