Skip to content

Commit

Permalink
fix(deps): update dependency micronaut to v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 611d745 commit 542abf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kafka-streams/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations.all {
}

micronaut {
version = '4.2.3'
version = '4.2.4'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configurations.all {
}

micronaut {
version = '4.2.3'
version = '4.2.4'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down

0 comments on commit 542abf4

Please sign in to comment.