Skip to content

Commit

Permalink
chore(deps): bump io.qameta.allure:allure-bom from 2.27.0 to 2.28.0 (#…
Browse files Browse the repository at this point in the history
…4316)

Bumps [io.qameta.allure:allure-bom](https://github.com/allure-framework/allure-java) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/allure-framework/allure-java/releases)
- [Commits](allure-framework/allure-java@2.27.0...2.28.0)

---
updated-dependencies:
- dependency-name: io.qameta.allure:allure-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2024
1 parent 05ef1df commit 82f479f
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 @@ -26,7 +26,7 @@ dependencies {
// as Jackson is in the Micronaut BOM, to force it's version we need to use enforcedPlatform
api enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.16.2")
api platform("io.micronaut.platform:micronaut-platform:4.4.3")
api platform("io.qameta.allure:allure-bom:2.27.0")
api platform("io.qameta.allure:allure-bom:2.28.0")

constraints {
// Forced dependencies
Expand Down

0 comments on commit 82f479f

Please sign in to comment.