You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/25 01:55:42 UTC

[cxf] 06/06: Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6ccd4cd7a9630b523138867ba27af0626f4a10ec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 24 17:11:04 2023 -0500

    Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)
    
    Bumps geronimo-config-impl from 1.0 to 1.2.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.geronimo.config:geronimo-config-impl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 systests/microprofile/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systests/microprofile/pom.xml b/systests/microprofile/pom.xml
index 71ee54f584..67179a2ac7 100644
--- a/systests/microprofile/pom.xml
+++ b/systests/microprofile/pom.xml
@@ -32,7 +32,7 @@
     <description>Apache CXF System Tests - MicroProfile TCKs</description>
     <url>https://cxf.apache.org</url>
     <properties>
-        <cxf.geronimo.config.version>1.0</cxf.geronimo.config.version>
+        <cxf.geronimo.config.version>1.2.3</cxf.geronimo.config.version>
         <cxf.wiremock.params>--port=8765</cxf.wiremock.params>
     </properties>
     <dependencyManagement>