diff --git a/gradle.properties b/gradle.properties index 02a83a4..af519cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.eclipse.edc.aws -version=0.11.0-SNAPSHOT +version=0.12.0-SNAPSHOT # used for publishing artifacts and plugins techAwsScmConnection=scm:git:git@github.com:eclipse-edc/Technology-Aws.git techAwsScmUrl=https://github.com/eclipse-edc/Technology-Aws.git diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aebfa0f..802edeb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ format.version = "1.1" [versions] awaitility = "4.2.1" aws = "2.29.50" -edc = "0.11.0-SNAPSHOT" +edc = "0.12.0-SNAPSHOT" failsafe = "3.3.1" junit = "5.11.3" testcontainers = "1.20.4"