File tree 4 files changed +11
-17
lines changed
edc-controlplane/edc-controlplane-postgresql
edc-dataplane/edc-dataplane-azure-vault
edc-extensions/control-plane-adapter
4 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -159,3 +159,14 @@ subprojects {
159
159
}
160
160
}
161
161
}
162
+
163
+ dependencies {
164
+ constraints {
165
+ implementation(" org.yaml:snakeyaml:2.0" ) {
166
+ because(" version 1.33 has vulnerabilities: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471." )
167
+ }
168
+ implementation(" net.minidev:json-smart:2.4.10" ) {
169
+ because(" version 2.4.8 has vulnerabilities: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1370." )
170
+ }
171
+ }
172
+ }
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ dependencies {
11
11
runtimeOnly(project(" :edc-controlplane:edc-controlplane-base" ))
12
12
runtimeOnly(project(" :edc-extensions:postgresql-migration" ))
13
13
runtimeOnly(edc.azure.vault)
14
- constraints {
15
- implementation(" net.minidev:json-smart:2.4.10" ) {
16
- because(" version 2.4.8 has vulnerabilities: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1370." )
17
- }
18
- }
19
14
runtimeOnly(edc.bundles.sqlstores)
20
15
runtimeOnly(edc.transaction.local)
21
16
runtimeOnly(edc.sql.pool)
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ plugins {
8
8
dependencies {
9
9
implementation(project(" :edc-dataplane:edc-dataplane-base" ))
10
10
implementation(edc.azure.vault)
11
- constraints {
12
- implementation(" net.minidev:json-smart:2.4.10" ) {
13
- because(" version 2.4.8 has vulnerabilities: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1370." )
14
- }
15
- }
16
11
implementation(edc.azure.identity)
17
12
implementation(" com.azure:azure-security-keyvault-secrets:4.6.0" )
18
13
}
Original file line number Diff line number Diff line change @@ -8,14 +8,7 @@ plugins {
8
8
dependencies {
9
9
implementation(edc.spi.core)
10
10
implementation(edc.spi.policy)
11
-
12
11
implementation(edc.api.management)
13
- constraints {
14
- implementation(" org.yaml:snakeyaml:2.0" ) {
15
- because(" version 1.33 has vulnerabilities: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1471." )
16
- }
17
- }
18
-
19
12
implementation(edc.spi.catalog)
20
13
implementation(edc.spi.transactionspi)
21
14
implementation(edc.spi.transaction.datasource)
You can’t perform that action at this time.
0 commit comments