Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
dradosevic committed Nov 15, 2024
1 parent 5062a01 commit 0407775
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ dependencies {
implementation "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
implementation "org.aim42:htmlSanityCheck:1.1.6"
implementation "io.micronaut.build.internal:micronaut-gradle-plugins:5.4.10"
implementation "org.tomlj:tomlj:1.1.1"
implementation "org.tomlj:tomlj:1.0.0"
implementation "me.champeau.gradle:japicmp-gradle-plugin:0.4.3"
implementation "org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin:0.10.2"
}
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -384,7 +384,6 @@ hibernate = { module = "org.hibernate:hibernate-core", version.ref = "hibernate"
hibernate-validator = { module = "org.hibernate:hibernate-validator", version.ref = "hibernate-validator" }

htmlunit = { module = "net.sourceforge.htmlunit:htmlunit", version.ref = "htmlunit" }
htmlsanitycheck = { module = "org.aim42:htmlSanityCheck", version.ref = "htmlsanitycheck"}

jakarta-inject-api = { module = "jakarta.inject:jakarta.inject-api", version.ref = "jakarta-inject-api" }
jakarta-inject-tck = { module = "jakarta.inject:jakarta.inject-tck", version.ref = "jakarta-inject-tck" }

0 comments on commit 0407775

Please sign in to comment.