Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plu…
Browse files Browse the repository at this point in the history
…gin to v4.0.0-m6 (#2320)

* fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.0.0-m6

* Use project dependencies for benchmark modules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: radovanradic <radicr@gmail.com>
  • Loading branch information
renovate[bot] and radovanradic authored Jun 22, 2023
1 parent 9129d79 commit 8f744fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ plugins {
version "0.1"
group "example"

configurations.configureEach {
resolutionStrategy.preferProjectModules()
}

dependencies {
testImplementation libs.jupiter.api
testRuntimeOnly libs.jupiter.engine
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
micronaut = "4.0.0-RC3"
micronaut-platform = "4.0.0-M4"
micronaut-docs = "2.0.0"
micronaut-gradle-plugin = "4.0.0-M4"
micronaut-gradle-plugin = "4.0.0-M6"
micronaut-testresources = "2.0.0-M12"

micronaut-azure = "5.0.0-M6"
Expand Down

0 comments on commit 8f744fa

Please sign in to comment.