Skip to content

Commit

Permalink
TOMEE-4421 - Bump version.microprofile.impl.config from 3.10.1 to 3.1…
Browse files Browse the repository at this point in the history
…0.2 (#1678)

Bumps `version.microprofile.impl.config` from 3.10.1 to 3.10.2.

Updates `io.smallrye.config:smallrye-config-common` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
- [Commits](smallrye/smallrye-config@3.10.1...3.10.2)

Updates `io.smallrye.config:smallrye-config-core` from 3.10.1 to 3.10.2

Updates `io.smallrye.config:smallrye-config` from 3.10.1 to 3.10.2
- [Release notes](https://github.com/smallrye/smallrye-config/releases)
- [Commits](smallrye/smallrye-config@3.10.1...3.10.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 092367f commit f50cd9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-common</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -554,7 +554,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -565,7 +565,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-common</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -554,7 +554,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -565,7 +565,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-common</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -554,7 +554,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -565,7 +565,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.10.1</version>
<version>3.10.2</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<version.io.opentracing>0.33.0</version.io.opentracing>

<!-- Micro Profile Impl. -->
<version.microprofile.impl.config>3.10.1</version.microprofile.impl.config>
<version.microprofile.impl.config>3.10.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>
Expand Down

0 comments on commit f50cd9f

Please sign in to comment.