Skip to content

Commit

Permalink
fix build for java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
wetted committed Oct 19, 2023
1 parent 807525b commit ccf0ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tomcat-jdbc = '10.1.11'
micronaut-docs = "2.0.0"
micronaut = "4.0.0"
micronaut-test = "4.0.0"
groovy = "4.0.13"
groovy = "4.0.15"
spock = "2.3-groovy-4.0"

# Plugins
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '6.5.3'
id 'io.micronaut.build.shared.settings' version '6.6.0'
}

rootProject.name = 'groovy-parent'
Expand Down

0 comments on commit ccf0ca8

Please sign in to comment.