Update Tuweni to 2.4.1 (#5513)

* update to 2.4.1

* update use of DNS daemon with Vertx

* fix issue with Bytes.repeat

* update antlr version

* fix dns tests

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>

---------

Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
Antoine Toulme
2023-06-08 19:31:20 -07:00
committed by GitHub
parent 39577fd799
commit b96418143c
41 changed files with 388 additions and 96 deletions

View File

@@ -7,7 +7,7 @@ dependencies {
implementation 'com.google.guava:guava'
implementation 'io.vertx:vertx-core'
implementation 'io.vertx:vertx-web'
implementation 'org.apache.tuweni:tuweni-net'
implementation 'io.tmio:tuweni-net'
runtimeOnly('org.bouncycastle:bcpkix-jdk15on')