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/24 22:11:12 UTC

[cxf] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 42212ce4a6 Bump geronimo-config-impl from 1.0 to 1.2.3 (#1082)
42212ce4a6 is described below

commit 42212ce4a696a640831d989c453c77212e710878
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 3c67258440..2dc054cfa4 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>