Skip to content

Commit

Permalink
Update Netty to 4.1.115.Final (fix build issue with missing grolifant…
Browse files Browse the repository at this point in the history
… version)
  • Loading branch information
dradosevic committed Nov 15, 2024
1 parent 0407775 commit 565f8b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -8,7 +8,7 @@ compile-testing = "0.19"
geb = "3.4.1"
hibernate = "5.5.9.Final"
hibernate-validator = "6.1.6.Final"
htmlsanitycheck = "1.1.6"
htmlSanityCheck = "1.1.6"
htmlunit = "2.64.0"
httpcomponents-client = "4.5.13"
jakarta-inject-api = "2.0.1"
Expand Down
1 change: 0 additions & 1 deletion test-suite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "io.micronaut.build.internal.convention-test-library"
id 'io.micronaut.build.internal.functional-test'
id 'java-test-fixtures'
alias(libs.plugins.webdriver)
}

micronautBuild {
Expand Down

0 comments on commit 565f8b4

Please sign in to comment.