From 7daf225898bf179972a4c7858206e32c2c1bf8a4 Mon Sep 17 00:00:00 2001 From: HARSHEET SHAH <harsheetshah@microsoft.com> Date: Thu, 31 Mar 2022 09:57:01 +0530 Subject: [PATCH] PBI-6584: Upgrade spring boot dependencies. Spring boot dependencies are inherited from os-common-core. --- NOTICE | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index b4eed8c03..26e3118d2 100644 --- a/NOTICE +++ b/NOTICE @@ -110,6 +110,7 @@ The following software have components provided under the terms of this license: - Nimbus Content Type (from https://bitbucket.org/connect2id/nimbus-content-type) - Nimbus LangTag (from https://bitbucket.org/connect2id/nimbus-language-tags) - Non-Blocking Reactive Foundation for the JVM (from https://github.com/reactor/reactor, https://github.com/reactor/reactor-core) +- OAuth 2.0 SDK with OpenID Connect extensions (from https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) - Objenesis (from http://objenesis.org) - OkHttp (from https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp, https://square.github.io/okhttp/) - Okio (from https://github.com/square/okio/, https://repo1.maven.org/maven2/com/squareup/okio/okio) @@ -158,6 +159,10 @@ BSD-2-Clause ======================================================================== The following software have components provided under the terms of this license: +- ASM Analysis (from http://asm.ow2.io/) +- ASM Commons (from http://asm.ow2.io/, https://repo1.maven.org/maven2/org/ow2/asm/asm-commons) +- ASM Tree (from http://asm.ow2.io/, https://repo1.maven.org/maven2/org/ow2/asm/asm-tree) +- ASM Util (from http://asm.ow2.io/) - Apache Commons CLI (from https://commons.apache.org/proper/commons-cli/, https://repo1.maven.org/maven2/commons-cli/commons-cli) - Hamcrest (from http://hamcrest.org/JavaHamcrest/) - Hamcrest Core (from http://hamcrest.org/, https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core) @@ -365,8 +370,6 @@ The following software have components provided under the terms of this license: ======================================================================== LGPL-3.0-only ======================================================================== -The following software have components provided under the terms of this license: - - RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com) ======================================================================== @@ -491,4 +494,4 @@ The following software have components provided under the terms of this license: - Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) - Jakarta XML Binding API (from https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api, https://repo1.maven.org/maven2/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec) - jaxen (from http://jaxen.codehaus.org/, https://repo1.maven.org/maven2/jaxen/jaxen) -- xml-apis +- xml-apis \ No newline at end of file -- GitLab