diff --git a/NOTICE b/NOTICE index bddc04c8bcbba3a2796675ff91aa55e95468de7f..a0ff6b13d506667990710bc9801e1b771d97b052 100644 --- a/NOTICE +++ b/NOTICE @@ -548,7 +548,7 @@ The following software have components provided under the terms of this license: - proto-google-cloud-iamcredentials-v1 (from https://github.com/googleapis/google-cloud-java, https://github.com/googleapis/java-iamcredentials/proto-google-cloud-iamcredentials-v1, https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-iamcredentials-v1) - proto-google-cloud-logging-v2 (from https://github.com/googleapis/java-logging/proto-google-cloud-logging-v2, https://repo1.maven.org/maven2/com/google/api/grpc/proto-google-cloud-logging-v2) - proto-google-cloud-pubsub-v1 (from https://github.com/googleapis/googleapis, https://github.com/googleapis/java-pubsub/proto-google-cloud-pubsub-v1) -- proto-google-common-protos (from https://github.com/googleapis/api-client-staging, https://github.com/googleapis/gapic-generator-java, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-common-protos) +- proto-google-common-protos (from https://github.com/googleapis/api-client-staging, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-common-protos, https://github.com/googleapis/sdk-platform-java) - proto-google-iam-v1 (from https://github.com/googleapis/gapic-generator-java, https://github.com/googleapis/googleapis, https://github.com/googleapis/java-iam/proto-google-iam-v1) - requests (from http://python-requests.org, https://requests.readthedocs.io) - resilience4j (from https://github.com/resilience4j/resilience4j, https://resilience4j.readme.io, ttps://resilience4j.readme.io) @@ -963,4 +963,4 @@ unknown ======================================================================== The following software have components provided under the terms of this license: -- Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://github.com/jakartaee/jaf-api, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) +- Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://github.com/jakartaee/jaf-api, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) \ No newline at end of file diff --git a/provider/schema-aws/pom.xml b/provider/schema-aws/pom.xml index 0a68851ec871b78f86c859fa6ebd7364848bcdd3..d62f47a02f4f492999d0d3493bc440685e2169cc 100644 --- a/provider/schema-aws/pom.xml +++ b/provider/schema-aws/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.21.0-rc5</version> + <version>0.21.0</version> </dependency> <dependency> diff --git a/provider/schema-gc/pom.xml b/provider/schema-gc/pom.xml index 5206fccbb00f6caecbb172fcbc056f8062842888..7b298a85492386db7e736a33b3b30ededd1a0e72 100644 --- a/provider/schema-gc/pom.xml +++ b/provider/schema-gc/pom.xml @@ -38,7 +38,7 @@ <groupId>org.opengroup.osdu</groupId> <artifactId>os-schema-core</artifactId> <version>0.22.0-SNAPSHOT</version> - <!-- excluded due to runtime conflict with latest core-lib-gcp transient dependencies --> + <!-- excluded due to runtime conflict with latest core-lib-gc transient dependencies --> <exclusions> <exclusion> <groupId>com.google.api-client</groupId> diff --git a/provider/schema-gc/src/main/resources/logback.xml b/provider/schema-gc/src/main/resources/logback.xml index 3d4fbc039ba4367897cba9a478d4ed44a2059b76..d6a5ae8b0362353bfc8112415fb4aa0fd23cb5d7 100644 --- a/provider/schema-gc/src/main/resources/logback.xml +++ b/provider/schema-gc/src/main/resources/logback.xml @@ -34,4 +34,4 @@ </root> </springProfile> -</configuration> +</configuration> \ No newline at end of file diff --git a/testing/schema-test-core/pom.xml b/testing/schema-test-core/pom.xml index a1ec43cb814e4247e7bb62a071790e692a52a5b8..9dd6d1dd9008c54c8fc0e8e2535dea3a2283a27c 100644 --- a/testing/schema-test-core/pom.xml +++ b/testing/schema-test-core/pom.xml @@ -12,7 +12,7 @@ <properties> <os-core-lib-ibm.version>0.15.2</os-core-lib-ibm.version> <os-core-lib-azure.version>0.6.1</os-core-lib-azure.version> - <os-core-lib-aws.version>0.21.0-rc5</os-core-lib-aws.version> + <os-core-lib-aws.version>0.21.0</os-core-lib-aws.version> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>