Skip to content

Commit

Permalink
chore(deps): bump micronaut-platform to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Jan 9, 2025
1 parent 9c4404b commit db5dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
api enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion")
// needed because httpclient fails to communicate with docker socket with > v5.4 (https://github.com/docker-java/docker-java/pull/2293#issuecomment-2435455322) and opensearch-java brings that version
api enforcedPlatform("org.apache.httpcomponents.client5:httpclient5:5.3.1")
api platform("io.micronaut.platform:micronaut-platform:4.7.0")
api platform("io.micronaut.platform:micronaut-platform:4.7.3")
api platform("io.qameta.allure:allure-bom:2.29.0")

constraints {
Expand Down

0 comments on commit db5dd18

Please sign in to comment.