Skip to content

Commit

Permalink
fix(deps): update dependency micronaut to v4.6.0 (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 33b2f3d commit 1d29ece
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.5.1'
version = '4.6.0'
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.5.1'
version = '4.6.0'
testResources {
enabled = true
additionalModules.add(KAFKA)
Expand Down

0 comments on commit 1d29ece

Please sign in to comment.