Skip to content

Commit

Permalink
Bump io.micronaut:micronaut-core from 3.9.4 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [io.micronaut:micronaut-core](https://github.com/micronaut-projects/micronaut-core) from 3.9.4 to 4.0.2.
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.0.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v3.9.4...v4.0.2)

---
updated-dependencies:
- dependency-name: io.micronaut:micronaut-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 196d805 commit baf8f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ group = "recce.server"
// the Gradle DSL properly. Here we pick one of the versions where multiple artifacts are released at the same time
// and use this to bump the others consistently.
val depDescriptors = mapOf(
"micronaut" to "io.micronaut:micronaut-core:3.9.4",
"micronaut" to "io.micronaut:micronaut-core:4.0.2",
"restAssured" to "io.rest-assured:rest-assured:4.5.1"
)
val depVersions = depDescriptors.mapValues { (_, v) -> v.split(':').last() } + mapOf(
Expand Down

0 comments on commit baf8f60

Please sign in to comment.