Skip to content

Commit

Permalink
chore(deps): upgrade to Micronaut 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Feb 12, 2024
1 parent 7ceb145 commit 49a191e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dependencies {
compileOnly platform("io.micronaut.platform:micronaut-platform:$micronautVersion")
compileOnly "io.micronaut:micronaut-inject"
compileOnly "io.micronaut.validation:micronaut-validation"
// uncomment if the plugin uses reactive types
// compileOnly "io.micronaut.reactor:micronaut-reactor"
compileOnly "io.micronaut:micronaut-jackson-databind"

// kestra
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.15.0-SNAPSHOT
kestraVersion=[0.15,)
micronautVersion=4.2.2
micronautVersion=4.3.0
lombokVersion=1.18.30

0 comments on commit 49a191e

Please sign in to comment.