Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 486c3e1

Browse files
committed
fix(deps): update dependency org.eclipse.edc:edc-versions to v0.9.0
| datasource | package | from | to | | ---------- | ---------------------------- | -------------- | ----- | | maven | org.eclipse.edc:edc-versions | 0.0.1-SNAPSHOT | 0.9.0 |
1 parent c1249eb commit 486c3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edc-connector/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencyResolutionManagement {
1818
}
1919
versionCatalogs {
2020
create("libs") {
21-
from("org.eclipse.edc:edc-versions:0.0.1-SNAPSHOT")
21+
from("org.eclipse.edc:edc-versions:0.9.0")
2222
// this is not part of the published EDC Version Catalog, so we'll just "amend" it
2323
library("dnsOverHttps", "com.squareup.okhttp3", "okhttp-dnsoverhttps").versionRef("okhttp")
2424

0 commit comments

Comments
 (0)