Skip to content

Commit

Permalink
build: update dependencies version and gradle version and delete libs…
Browse files Browse the repository at this point in the history
… dir
  • Loading branch information
thinkAfCod committed Apr 3, 2024
1 parent 30260b4 commit 7340e71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
13 changes: 6 additions & 7 deletions hildr-node/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,18 @@ tasks.withType(JavaExec).configureEach {
dependencies {
implementation project(':hildr-utilities')
// This dependency is used by the application.
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.guava:guava:33.0.0-jre'
implementation 'com.github.rholder:guava-retrying:2.0.0'

// define any required OkHttp artifacts without version
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.2")
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.9")
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2")

implementation('org.web3j:core:4.11.0') {
implementation('org.web3j:core:4.11.2') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15on'
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
exclude group: 'com.squareup.okhttp3', module: 'logging-interceptor'
}
implementation files('../libs/core-4.11.1-SNAPSHOT.jar')
implementation('net.osslabz.evm:evm-abi-decoder:0.0.6')
implementation 'com.github.gestalt-config:gestalt-core:0.20.4'
implementation 'com.github.gestalt-config:gestalt-toml:0.20.4'
Expand All @@ -105,8 +104,8 @@ dependencies {
implementation 'io.micrometer:micrometer-tracing-bridge-otel'

// Logback
implementation 'ch.qos.logback:logback-core:1.4.7'
implementation 'ch.qos.logback:logback-classic:1.4.7'
implementation 'ch.qos.logback:logback-core:1.4.12'
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'org.slf4j:slf4j-api:2.0.7'

implementation platform("io.opentelemetry:opentelemetry-bom-alpha:1.26.0-alpha")
Expand Down Expand Up @@ -146,7 +145,7 @@ dependencies {
}
implementation 'io.tmio:tuweni-rlp:2.4.2'
implementation('tech.pegasys.discovery:discovery:22.12.0')
implementation 'org.xerial.snappy:snappy-java:1.1.10.3'
implementation 'org.xerial.snappy:snappy-java:1.1.10.5'

implementation 'org.apache.logging.log4j:log4j-api:3.0.0-alpha1'
// implementation 'org.apache.logging.log4j:log4j-core:3.0.0-alpha1'
Expand Down
Binary file removed libs/core-4.11.1-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 7340e71

Please sign in to comment.