Skip to content

Commit

Permalink
Merge pull request #44838 from radcortez/srconfig-3.10.2
Browse files Browse the repository at this point in the history
Update SmallRye Config to 3.10.2
  • Loading branch information
gsmet authored Nov 30, 2024
2 parents 2704a77 + 8ed00f4 commit 2649fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<microprofile-lra.version>2.0</microprofile-lra.version>
<microprofile-openapi.version>4.0.2</microprofile-openapi.version>
<smallrye-common.version>2.8.0</smallrye-common.version>
<smallrye-config.version>3.10.1</smallrye-config.version>
<smallrye-config.version>3.10.2</smallrye-config.version>
<smallrye-health.version>4.1.0</smallrye-health.version>
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
<smallrye-open-api.version>4.0.3</smallrye-open-api.version>
Expand Down
2 changes: 1 addition & 1 deletion devtools/gradle/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugin-publish = "1.3.0"

# updating Kotlin here makes QuarkusPluginTest > shouldNotFailOnProjectDependenciesWithoutMain(Path) fail
kotlin = "2.0.21"
smallrye-config = "3.10.1"
smallrye-config = "3.10.2"

junit5 = "5.10.5"
assertj = "3.26.3"
Expand Down

0 comments on commit 2649fa7

Please sign in to comment.