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 045210cbaa TOMEE-4568 - Bump version.microprofile.impl.config (#2403)
045210cbaa is described below
commit 045210cbaac9cb06def9da4cefaef2197911107d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 29 14:59:08 2025 +0100
TOMEE-4568 - Bump version.microprofile.impl.config (#2403)
Bumps `version.microprofile.impl.config` from 3.14.1 to 3.15.0.
Updates `io.smallrye.config:smallrye-config-core` from 3.14.1 to 3.15.0
Updates `io.smallrye.config:smallrye-config-common` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
-
[Commits](https://github.com/smallrye/smallrye-config/compare/3.14.1...3.15.0)
Updates `io.smallrye.config:smallrye-config` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
-
[Commits](https://github.com/smallrye/smallrye-config/compare/3.14.1...3.15.0)
---
updated-dependencies:
- dependency-name: io.smallrye.config:smallrye-config-core
dependency-version: 3.15.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: io.smallrye.config:smallrye-config-common
dependency-version: 3.15.0
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: io.smallrye.config:smallrye-config
dependency-version: 3.15.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 cc6fdf71a4..45ccb4db57 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.1</version.microprofile.impl.config>
+ <version.microprofile.impl.config>3.15.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>