updated deps

This commit is contained in:
Robinson 2023-09-07 18:32:29 +02:00
parent 2aef58b507
commit c2c45b9ffe
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 1 additions and 10 deletions

View File

@ -43,12 +43,6 @@
Copyright 2023
JetBrains s.r.o.
- Conversant Disruptor - Disruptor is the highest performing intra-thread transfer mechanism available in Java.
[The Apache Software License, Version 2.0]
https://github.com/conversant/disruptor
Copyright 2023
Conversant, Inc
- Javassist - Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple
[The Apache Software License, Version 2.0]
https://www.javassist.org

View File

@ -172,7 +172,7 @@ dependencies {
api("com.dorkbox:HexUtilities:1.1")
api("com.dorkbox:JNA:1.2")
api("com.dorkbox:MinLog:2.5")
api("com.dorkbox:NetworkDNS:2.14")
api("com.dorkbox:NetworkDNS:2.15")
api("com.dorkbox:NetworkUtils:2.23")
api("com.dorkbox:OS:1.8")
api("com.dorkbox:Serializers:2.9")
@ -180,9 +180,6 @@ dependencies {
api("com.dorkbox:Updates:1.1")
api("com.dorkbox:Utilities:1.46")
// necessary for thread dispatch without polluting the heap
// https://github.com/conversant/disruptor
api("com.conversantmedia:disruptor:1.2.21")
// how we bypass using reflection/jpms to access fields for java17+
api("org.javassist:javassist:3.29.2-GA")