From 02ee808a7bd5fbd45b5e95c6e281360b85063bda Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Mon, 12 Aug 2024 09:33:12 +0200 Subject: [PATCH] build(deps): bump EDC to 0.8.1 --- gradle/libs.versions.toml | 2 +- .../streaming-01-runtime/provider.properties | 2 ++ .../streaming-02-runtime/provider.properties | 2 ++ .../streaming-03-runtime/provider.properties | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d1775cb0..70292cb8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ format.version = "1.1" [versions] assertj = "3.26.3" awaitility = "4.2.2" -edc = "0.7.1" +edc = "0.8.1" jakarta-json = "2.0.1" junit-pioneer = "2.2.0" jupiter = "5.10.3" diff --git a/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties b/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties index a357378a..5c40d217 100644 --- a/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties +++ b/transfer/streaming/streaming-01-http-to-http/streaming-01-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1 diff --git a/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties b/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties index a357378a..5c40d217 100644 --- a/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties +++ b/transfer/streaming/streaming-02-kafka-to-http/streaming-02-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1 diff --git a/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties b/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties index a06dcb9f..b92f04b4 100644 --- a/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties +++ b/transfer/streaming/streaming-03-kafka-broker/streaming-03-runtime/provider.properties @@ -7,6 +7,8 @@ web.http.protocol.path=/protocol web.http.control.port=18183 web.http.control.path=/control edc.dsp.callback.address=http://localhost:18182/protocol +edc.transfer.proxy.token.signer.privatekey.alias=private-key +edc.transfer.proxy.token.verifier.publickey.alias=public-key edc.participant.id=provider edc.ids.id=urn:connector:provider edc.dataplane.http.sink.partition.size=1