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 794fbf2619 TOMEE-4541 MP Config 3.14.1
794fbf2619 is described below

commit 794fbf2619007c59d8ed8a31472fb357cac192da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 11:36:19 2025 +0200

    TOMEE-4541 MP Config 3.14.1
    
    Bumps `version.microprofile.impl.config` from 3.14.0 to 3.14.1.
    
    Updates `io.smallrye.config:smallrye-config-common` from 3.14.0 to 3.14.1
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.14.0...3.14.1)
    
    Updates `io.smallrye.config:smallrye-config-core` from 3.14.0 to 3.14.1
    
    Updates `io.smallrye.config:smallrye-config` from 3.14.0 to 3.14.1
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.14.0...3.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye.config:smallrye-config-common
      dependency-version: 3.14.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye.config:smallrye-config-core
      dependency-version: 3.14.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye.config:smallrye-config
      dependency-version: 3.14.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 7a62b02c57..a1767a1262 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -274,17 +274,17 @@
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-common</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-core</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.opentelemetry</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index abb6299332..0ba2896bdc 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -274,17 +274,17 @@
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-common</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-core</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.opentelemetry</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 859b47880b..ea5d52d383 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -274,17 +274,17 @@
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-common</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config-core</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.config</groupId>
         <artifactId>smallrye-config</artifactId>
-        <version>3.14.0</version>
+        <version>3.14.1</version>
       </dependency>
       <dependency>
         <groupId>io.smallrye.opentelemetry</groupId>
diff --git a/pom.xml b/pom.xml
index 7314dca7c4..7901f9b57c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
     <version.io.opentracing>0.33.0</version.io.opentracing>
 
     <!-- Micro Profile Impl. -->
-    <version.microprofile.impl.config>3.14.0</version.microprofile.impl.config>
+    <version.microprofile.impl.config>3.14.1</version.microprofile.impl.config>
     
<version.microprofile.impl.fault-tolerance>6.4.3</version.microprofile.impl.fault-tolerance>
     <version.microprofile.impl.health>4.0.4</version.microprofile.impl.health>
     
<version.microprofile.impl.metrics>5.1.0</version.microprofile.impl.metrics>

Reply via email to