Skip to content

Commit

Permalink
Bump version.microprofile.impl.config from 3.8.2 to 3.9.1
Browse files Browse the repository at this point in the history
Bumps `version.microprofile.impl.config` from 3.8.2 to 3.9.1.

Updates `io.smallrye.config:smallrye-config-core` from 3.8.2 to 3.9.1

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

---
updated-dependencies:
- dependency-name: io.smallrye.config:smallrye-config-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.config:smallrye-config
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 64f247f commit 626d1cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -422,7 +422,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -422,7 +422,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-core</artifactId>
<version>3.8.2</version>
<version>3.9.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -422,7 +422,7 @@
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>3.8.2</version>
<version>3.9.1</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 @@ -191,7 +191,7 @@
<version.io.opentracing>0.33.0</version.io.opentracing>

<!-- Micro Profile Impl. -->
<version.microprofile.impl.config>3.8.2</version.microprofile.impl.config>
<version.microprofile.impl.config>3.9.1</version.microprofile.impl.config>
<version.microprofile.impl.fault-tolerance>6.2.2</version.microprofile.impl.fault-tolerance>
<version.microprofile.impl.health>4.0.1</version.microprofile.impl.health>
<version.microprofile.impl.metrics>5.0.1</version.microprofile.impl.metrics>
Expand Down

0 comments on commit 626d1cf

Please sign in to comment.