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
commit 42a25a382528e0021c39593a6e1a1c6f2e227633
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 04:15:56 2026 +0000
TOMEE-4686 - Bump version.microprofile.impl.config from 3.18.1 to 3.18.2
(#2909)
Bumps `version.microprofile.impl.config` from 3.18.1 to 3.18.2.
Updates `io.smallrye.config:smallrye-config-core` from 3.18.1 to 3.18.2
Updates `io.smallrye.config:smallrye-config-common` from 3.18.1 to 3.18.2
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
-
[Commits](https://github.com/smallrye/smallrye-config/compare/3.18.1...3.18.2)
Updates `io.smallrye.config:smallrye-config` from 3.18.1 to 3.18.2
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
-
[Commits](https://github.com/smallrye/smallrye-config/compare/3.18.1...3.18.2)
---
updated-dependencies:
- dependency-name: io.smallrye.config:smallrye-config-core
dependency-version: 3.18.2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: io.smallrye.config:smallrye-config-common
dependency-version: 3.18.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.smallrye.config:smallrye-config
dependency-version: 3.18.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8bf000b2a4..f905399317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<version.io.opentracing>0.33.0</version.io.opentracing>
<!-- Micro Profile Impl. -->
- <version.microprofile.impl.config>3.18.1</version.microprofile.impl.config>
+ <version.microprofile.impl.config>3.18.2</version.microprofile.impl.config>
<version.microprofile.impl.fault-tolerance>6.11.0</version.microprofile.impl.fault-tolerance>
<version.microprofile.impl.health>4.0.4</version.microprofile.impl.health>
<version.microprofile.impl.openapi>4.2.4</version.microprofile.impl.openapi>