Skip to content

Commit

Permalink
bump edc to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Nov 7, 2024
1 parent 7ee5799 commit 33ae535
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions testing/connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies {
implementation(libs.edc.data.plane.http)
implementation(libs.edc.data.plane.iam)
implementation(libs.edc.auth.tokenbased)
implementation(libs.edc.token.core)
}

application {
Expand Down
2 changes: 1 addition & 1 deletion testing/connector/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.9.0
version=0.10.1
3 changes: 2 additions & 1 deletion testing/connector/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
format.version = "1.1"

[versions]
edc = "0.9.0"
edc = "0.10.1"
shadow = "8.1.1"
docker = "9.4.0"

Expand Down Expand Up @@ -32,6 +32,7 @@ edc-data-plane-core = { module = "org.eclipse.edc:data-plane-core", version.ref
edc-data-plane-http = { module = "org.eclipse.edc:data-plane-http", version.ref = "edc" }
edc-data-plane-iam = { module = "org.eclipse.edc:data-plane-iam", version.ref = "edc" }
edc-auth-tokenbased= { module = "org.eclipse.edc:auth-tokenbased", version.ref = "edc" }
edc-token-core= { module = "org.eclipse.edc:token-core", version.ref = "edc" }

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
Expand Down
4 changes: 2 additions & 2 deletions testing/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
consumer-connector:
image: ghcr.io/wolf4ood/connector:0.9.0
image: ghcr.io/wolf4ood/connector:0.10.1
ports:
- "19191:9191" # connector default
- "19192:9192" # connector control
Expand All @@ -18,7 +18,7 @@ services:
- "host.docker.internal:host-gateway"

provider-connector:
image: ghcr.io/wolf4ood/connector:0.9.0
image: ghcr.io/wolf4ood/connector:0.10.1
ports:
- "29191:9191" # connector default
- "29192:9192" # connector control
Expand Down

0 comments on commit 33ae535

Please sign in to comment.