Skip to content

Commit

Permalink
fix(deps): update dependency io.netty.incubator:netty-incubator-codec…
Browse files Browse the repository at this point in the history
…-http3 to v0.0.25.final (#377)

* fix(deps): update dependency io.netty.incubator:netty-incubator-codec-http3 to v0.0.25.final

* Use netty-incubator-codec-http3 in core catalog.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <[email protected]>
  • Loading branch information
renovate[bot] and wetted authored Apr 1, 2024
1 parent f57c878 commit ce940e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion acme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation mn.micronaut.http.server.netty
implementation libs.managed.acme4j.client
implementation libs.netty.tcnative.boringssl.static
compileOnly libs.netty.incubator.codec.http3
compileOnly mn.netty.incubator.codec.http3
testImplementation(mnSerde.micronaut.serde.jackson)
testImplementation(mnTestResources.testcontainers.core)
testImplementation libs.groovy.json
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ micronaut-test = "4.1.0"

groovy = "4.0.17"
spock = '2.3-groovy-4.0'
netty-http3 = "0.0.23.Final"

managed-acme4j = "3.2.1"
micronaut-serde = "2.8.2"
Expand All @@ -26,7 +25,6 @@ micronaut-validation = { module = "io.micronaut.validation:micronaut-validation-

graal = { module = "org.graalvm.nativeimage:svm" }
netty-tcnative-boringssl-static = { module = 'io.netty:netty-tcnative-boringssl-static' }
netty-incubator-codec-http3 = { module = "io.netty.incubator:netty-incubator-codec-http3", version.ref = "netty-http3" }

groovy-json = { module = 'org.apache.groovy:groovy-json' }
groovy-dateutil = { module = 'org.apache.groovy:groovy-dateutil' }
Expand Down

0 comments on commit ce940e0

Please sign in to comment.