Update asn-one to 0.5.0 (#29943)
This commit is contained in:
parent
2a698ad53b
commit
1542ef1e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ object Dependencies {
|
||||||
// Added explicitly for when artery tcp is used
|
// Added explicitly for when artery tcp is used
|
||||||
val agrona = "org.agrona" % "agrona" % agronaVersion // ApacheV2
|
val agrona = "org.agrona" % "agrona" % agronaVersion // ApacheV2
|
||||||
|
|
||||||
val asnOne = ("com.hierynomus" % "asn-one" % "0.4.0").exclude("org.slf4j", "slf4j-api") // ApacheV2
|
val asnOne = ("com.hierynomus" % "asn-one" % "0.5.0").exclude("org.slf4j", "slf4j-api") // ApacheV2
|
||||||
|
|
||||||
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion // ApacheV2
|
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion // ApacheV2
|
||||||
val jacksonAnnotations = "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion // ApacheV2
|
val jacksonAnnotations = "com.fasterxml.jackson.core" % "jackson-annotations" % jacksonVersion // ApacheV2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue