Skip to content

Commit

Permalink
define platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Aug 23, 2023
1 parent 4477c61 commit 2963724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
managed-nimbus-jose-jwt = "9.31"

micronaut = "4.0.5"
micronaut-platform = "4.0.4"
micronaut-docs = "2.0.0"
groovy = "4.0.13"

Expand Down
2 changes: 1 addition & 1 deletion test-suite-aot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ application {
}

micronaut {
version = micronautVersion
version = libs.versions.micronaut.platform.get()
runtime("netty")
testRuntime("junit5")
processing {
Expand Down

0 comments on commit 2963724

Please sign in to comment.