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

jungm pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new 12274dbbf1 TOMEE-4579 Bump version.microprofile.impl.config (#2455)
12274dbbf1 is described below

commit 12274dbbf1a4d663115769c5260774e98d679ea3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 13:51:47 2026 +0100

    TOMEE-4579 Bump version.microprofile.impl.config (#2455)
    
    Bumps `version.microprofile.impl.config` from 3.15.1 to 3.16.0.
    
    Updates `io.smallrye.config:smallrye-config-core` from 3.15.1 to 3.16.0
    
    Updates `io.smallrye.config:smallrye-config-common` from 3.15.1 to 3.16.0
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.15.1...3.16.0)
    
    Updates `io.smallrye.config:smallrye-config` from 3.15.1 to 3.16.0
    - [Release notes](https://github.com/smallrye/smallrye-config/releases)
    - 
[Commits](https://github.com/smallrye/smallrye-config/compare/3.15.1...3.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye.config:smallrye-config-core
      dependency-version: 3.16.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.smallrye.config:smallrye-config-common
      dependency-version: 3.16.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: io.smallrye.config:smallrye-config
      dependency-version: 3.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3a365cd03..50e80a9d34 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.15.1</version.microprofile.impl.config>
+    <version.microprofile.impl.config>3.16.0</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