solution: update libs to the latest
This commit is contained in:
24
build.gradle
24
build.gradle
@@ -58,25 +58,24 @@ dependencies {
|
||||
implementation "io.grpc:grpc-stub:${grpcVersion}"
|
||||
implementation "io.grpc:grpc-netty:${grpcVersion}"
|
||||
implementation "io.netty:netty-tcnative-boringssl-static:2.0.29.Final"
|
||||
implementation "io.netty:netty-all:4.1.48.Final"
|
||||
implementation "io.netty:netty-handler:$nettyVersion"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect"
|
||||
|
||||
implementation "org.springframework:spring-core:$springVersion"
|
||||
implementation "org.springframework:spring-context:$springVersion"
|
||||
implementation "org.springframework.security:spring-security-core:$springVersion"
|
||||
implementation "org.springframework.security:spring-security-web:$springVersion"
|
||||
implementation "org.springframework.security:spring-security-config:$springVersion"
|
||||
implementation("org.springframework.boot:spring-boot-starter:$springBootVersion") {
|
||||
exclude module: 'spring-boot-starter-logging'
|
||||
}
|
||||
implementation "org.springframework.security:spring-security-core:$springSecurtyVersion"
|
||||
implementation "org.springframework.security:spring-security-web:$springSecurtyVersion"
|
||||
implementation "org.springframework.security:spring-security-config:$springSecurtyVersion"
|
||||
implementation "io.projectreactor:reactor-core:$reactorVersion"
|
||||
implementation "io.projectreactor.netty:reactor-netty:0.9.5.RELEASE"
|
||||
implementation 'io.projectreactor.addons:reactor-extra:3.2.3.RELEASE'
|
||||
implementation "io.projectreactor.netty:reactor-netty:0.9.7.RELEASE"
|
||||
implementation 'io.projectreactor.addons:reactor-extra:3.3.3.RELEASE'
|
||||
implementation 'io.projectreactor.kotlin:reactor-kotlin-extensions:1.0.2.RELEASE'
|
||||
implementation 'com.salesforce.servicelibs:reactor-grpc:0.10.0'
|
||||
implementation 'io.lettuce:lettuce-core:5.2.2.RELEASE'
|
||||
|
||||
implementation 'org.yaml:snakeyaml:1.24'
|
||||
|
||||
implementation "io.infinitape:etherjar-domain:$etherjarVersion"
|
||||
implementation "io.infinitape:etherjar-hex:$etherjarVersion"
|
||||
implementation "io.infinitape:etherjar-rpc-http:$etherjarVersion"
|
||||
@@ -84,6 +83,7 @@ dependencies {
|
||||
implementation "io.infinitape:etherjar-tx:$etherjarVersion"
|
||||
implementation 'org.bitcoinj:bitcoinj-core:0.15.8'
|
||||
|
||||
implementation 'org.yaml:snakeyaml:1.24'
|
||||
implementation 'org.apache.httpcomponents:httpmime:4.5.8'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.8'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.8'
|
||||
@@ -94,10 +94,6 @@ dependencies {
|
||||
implementation 'javax.annotation:javax.annotation-api:1.3.2'
|
||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.61'
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter:$springBootVersion") {
|
||||
exclude module: 'spring-boot-starter-logging'
|
||||
}
|
||||
|
||||
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.11.1"
|
||||
implementation "org.slf4j:jul-to-slf4j:$slf4jVersion"
|
||||
|
||||
Reference in New Issue
Block a user