Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump dependencies #366

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion backend-modules/koios/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ dependencies {
api project(':core')
api project(':backend')

api (libs.koios.java)
api (libs.koios.java) {
exclude group: 'org.slf4j', module: 'slf4j-api'
exclude group: 'org.bouncycastle', module: 'bcprov-jdk15to18'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations '
}
}

publishing {
Expand Down
15 changes: 7 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
koios-java = "io.github.cardano-community:koios-java-client:1.18.1"
ogmios-java = "io.adabox:ogmios-java-client:1.0.0"

slf4j-api = "org.slf4j:slf4j-api:1.7.36"
slf4j-log4j = "org.slf4j:slf4j-log4j12:1.7.36"
slf4j-api = "org.slf4j:slf4j-api:2.0.11"
slf4j-reload4j = "org.slf4j:slf4j-reload4j:2.0.11"

bouncycastle-bcprov = "org.bouncycastle:bcprov-jdk15to18:1.71"
guava = "com.google.guava:guava:32.1.2-jre"
bouncycastle-bcprov = "org.bouncycastle:bcprov-jdk18on:1.77"
guava = "com.google.guava:guava:33.0.0-jre"
co-nstant-in-cbor = "co.nstant.in:cbor:0.9"
i2p-crypto-eddsa = "net.i2p.crypto:eddsa:0.3.0"

jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.15.0"
jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.15.3"
retrofit2 = "com.squareup.retrofit2:retrofit:2.9.0"
retrofit2-converter-jackson = "com.squareup.retrofit2:converter-jackson:2.9.0"
okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
okhttp = "com.squareup.okhttp3:okhttp:4.12.0"

yaci = "com.bloxbean.cardano:yaci:0.2.4"
aiken-java-binding = "com.bloxbean.cardano:aiken-java-binding:0.0.8"

google-auto-service="com.google.auto.service:auto-service:1.1.1"
javapoet="com.squareup:javapoet:1.13.0"
google-testing-compile="com.google.testing.compile:compile-testing:0.21.0"

lombok = "org.projectlombok:lombok:1.18.28"
lombok = "org.projectlombok:lombok:1.18.30"
2 changes: 1 addition & 1 deletion quicktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
api project(':function')
api project(':backend')

integrationTestImplementation(libs.slf4j.log4j)
integrationTestImplementation(libs.slf4j.reload4j)
integrationTestImplementation(libs.aiken.java.binding)

integrationTestImplementation project(':')
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ include 'backend-modules:ogmios'
include 'integration-test'

//supplier modules
include 'supplier'
include 'supplier:local'
//include 'supplier'
2 changes: 1 addition & 1 deletion supplier/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api project(':supplier:local')

}

publishing {
Expand Down
3 changes: 0 additions & 3 deletions supplier/local/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions supplier/local/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading