Skip to content

Commit

Permalink
chore(deps): bump io.micronaut.platform:micronaut-platform
Browse files Browse the repository at this point in the history
Bumps [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/micronaut-platform) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/micronaut-projects/micronaut-platform/releases)
- [Commits](micronaut-projects/micronaut-platform@v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-platform
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent c29648d commit 1a9b223
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.1")
api platform("io.qameta.allure:allure-bom:2.29.0")
// we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins)
api platform('com.google.cloud:libraries-bom:26.50.0')
Expand Down

0 comments on commit 1a9b223

Please sign in to comment.