Skip to content

Commit

Permalink
chore: upgrade Micronaut platform to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed May 28, 2024
1 parent fd85497 commit 6a030f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-engine"
testImplementation "org.hamcrest:hamcrest:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation "org.mockito:mockito-core:5.10.0"
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-junit-jupiter"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=0.17.0-SNAPSHOT
jacksonVersion=2.16.2
kestraVersion=[0.17,)
micronautVersion=4.4.1
micronautVersion=4.4.3
lombokVersion=1.18.32

0 comments on commit 6a030f3

Please sign in to comment.