diff --git a/NOTICE b/NOTICE index eba50d1b8d3c67aace0f0eb23b447e6961f2a3ac..78dd05e4d0276fd96949cbe8bdb97278b0298ddb 100644 --- a/NOTICE +++ b/NOTICE @@ -221,6 +221,8 @@ The following software have components provided under the terms of this license: - OkHttp URLConnection (from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp-urlconnection, https://square.github.io/okhttp/) - Okio (from https://github.com/square/okio/, https://repo1.maven.org/maven2/com/squareup/okio/okio) - OpenCensus (from https://github.com/census-instrumentation/opencensus-java, https://github.com/census-instrumentation/opencensus-proto) +- OpenTelemetry Java (from https://github.com/open-telemetry/opentelemetry-java) +- OpenTelemetry Semantic Conventions Java (from https://github.com/open-telemetry/semantic-conventions-java) - PWDB :: Database (from https://repo1.maven.org/maven2/org/linguafranca/pwdb/database) - PostgreSQL JDBC Driver - Protocol Buffer extensions to the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-protobuf) @@ -274,6 +276,7 @@ The following software have components provided under the terms of this license: - Spring Web (from http://www.springframework.org, https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-web) - Spring Web MVC (from https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-webmvc) - Spring WebFlux (from https://github.com/spring-projects/spring-framework) +- Standard Uri Template (from https://std-uritemplate.github.io/) - Swagger UI (from <http://webjars.org>, http://webjars.org) - Vavr (from http://vavr.io, https://www.vavr.io) - Vavr Match (from http://vavr.io) @@ -662,6 +665,15 @@ The following software have components provided under the terms of this license: - Microsoft Azure client library for KeyVault Secrets (from https://github.com/Azure/azure-sdk-for-java) - Microsoft Azure common module for Storage (from https://github.com/Azure/azure-sdk-for-java) - Microsoft Azure internal Avro module for Storage (from https://github.com/Azure/azure-sdk-for-java) +- Microsoft Graph Java Core SDK (from https://github.com/microsoftgraph/msgraph-sdk-java-core) +- Microsoft Graph Java SDK (from https://github.com/microsoftgraph/msgraph-sdk-java) +- Microsoft Kiota-Java Abstractions (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Authentication-Azure (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Http-okHttp (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Serialization-Form (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Serialization-Json (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Serialization-Multipart (from https://github.com/microsoft/kiota-java) +- Microsoft Kiota-Java Serialization-Text (from https://github.com/microsoft/kiota-java) - Mockito (from http://mockito.org, http://www.mockito.org, https://github.com/mockito/mockito) - Netty/Codec/HTTP (from https://repo1.maven.org/maven2/io/netty/netty-codec-http) - Netty/Common (from https://repo1.maven.org/maven2/io/netty/netty-common) diff --git a/provider/schema-azure/pom.xml b/provider/schema-azure/pom.xml index 35f839555c27b13eed7c583aeae65dfd68b8b4a2..ae8818c4cfcd7a33f70a1cdc49583e83b51f4feb 100644 --- a/provider/schema-azure/pom.xml +++ b/provider/schema-azure/pom.xml @@ -25,7 +25,7 @@ <maven.compiler.target>17</maven.compiler.target> <maven.compiler.source>17</maven.compiler.source> <azure.version>2.1.7</azure.version> - <osdu.corelibazure.version>0.26.0-rc5</osdu.corelibazure.version> + <osdu.corelibazure.version>0.26.0</osdu.corelibazure.version> <osdu.os-schema-core.version>0.27.0-SNAPSHOT</osdu.os-schema-core.version> <mockito.version>1.10.19</mockito.version> <cucumber.version>5.7.0</cucumber.version> diff --git a/testing/schema-test-core/pom.xml b/testing/schema-test-core/pom.xml index c56ca98666e40c04e5311b2dcf412bb37ead087a..def4a1f4465ab8622a47aa35862a9297949fe8a5 100644 --- a/testing/schema-test-core/pom.xml +++ b/testing/schema-test-core/pom.xml @@ -11,7 +11,7 @@ <artifactId>schema-test-core</artifactId> <properties> <os-core-lib-ibm.version>0.25.0</os-core-lib-ibm.version> - <os-core-lib-azure.version>0.26.0-rc5</os-core-lib-azure.version> + <os-core-lib-azure.version>0.26.0</os-core-lib-azure.version> <os-core-lib-aws.version>0.26.0-rc2</os-core-lib-aws.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jackson-databind.version>2.14.2</jackson-databind.version>