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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 536cde3157 Bump version.microprofile.impl.config from 3.12.0 to 3.12.2
536cde3157 is described below

commit 536cde3157eed5b7e6024cbe6681fb01c3874300
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 21 10:31:39 2025 +0000

    Bump version.microprofile.impl.config from 3.12.0 to 3.12.2
    
    Bumps `version.microprofile.impl.config` from 3.12.0 to 3.12.2.
    
    Updates `io.smallrye.config:smallrye-config-common` from 3.12.0 to 3.12.2
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.12.0...3.12.2)
    
    Updates `io.smallrye.config:smallrye-config-core` from 3.12.0 to 3.12.2
    
    Updates `io.smallrye.config:smallrye-config` from 3.12.0 to 3.12.2
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.12.0...3.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye.config:smallrye-config-common
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye.config:smallrye-config-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye.config:smallrye-config
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 boms/tomee-microprofile/pom.xml | 6 +++---
 boms/tomee-plume/pom.xml        | 6 +++---
 boms/tomee-plus/pom.xml         | 6 +++---
 pom.xml                         | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 38196b9899..cdd6a80d4c 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -543,7 +543,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-common</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -554,7 +554,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-core</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -565,7 +565,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index d7989f5c84..5623a44168 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -543,7 +543,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-common</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -554,7 +554,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-core</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -565,7 +565,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 0262b34940..b23db07932 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -543,7 +543,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-common</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -554,7 +554,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config-core</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -565,7 +565,7 @@
     <dependency>
       <groupId>io.smallrye.config</groupId>
       <artifactId>smallrye-config</artifactId>
-      <version>3.12.0</version>
+      <version>3.12.2</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 36cd2d7a76..54f4aaec9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
     <version.io.opentracing>0.33.0</version.io.opentracing>
 
     <!-- Micro Profile Impl. -->
-    <version.microprofile.impl.config>3.12.0</version.microprofile.impl.config>
+    <version.microprofile.impl.config>3.12.2</version.microprofile.impl.config>
     
<version.microprofile.impl.fault-tolerance>6.4.1</version.microprofile.impl.fault-tolerance>
     <version.microprofile.impl.health>4.0.4</version.microprofile.impl.health>
     
<version.microprofile.impl.metrics>5.0.1</version.microprofile.impl.metrics>

Reply via email to