From 27f910a5b4349721a98cdde7d318e8574e29abc7 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Sun, 29 Aug 2021 23:37:17 -0400 Subject: [PATCH 1/2] Updating OSDU dependencies, to maintain use of the latest release among those that were previously doing so --- csv-parser-core/pom.xml | 4 ++-- pom.xml | 4 ++-- provider/csv-parser-aws/pom.xml | 4 ++-- provider/csv-parser-azure/pom.xml | 10 +++++----- provider/csv-parser-gcp/pom.xml | 8 ++++---- provider/csv-parser-ibm/pom.xml | 4 ++-- testing/csv-parser-aws-test/pom.xml | 12 ++++++------ testing/csv-parser-azure-test/pom.xml | 6 +++--- testing/csv-parser-core-test/pom.xml | 10 +++++----- testing/csv-parser-gcp-test/pom.xml | 10 +++++----- testing/pom.xml | 4 ++-- 11 files changed, 38 insertions(+), 38 deletions(-) diff --git a/csv-parser-core/pom.xml b/csv-parser-core/pom.xml index fc7c86801..2a2d33421 100644 --- a/csv-parser-core/pom.xml +++ b/csv-parser-core/pom.xml @@ -14,12 +14,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <packaging>jar</packaging> <name>csv-parser-core</name> diff --git a/pom.xml b/pom.xml index 3fa46f789..e628808d7 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <description>CSV Parser using Spring Boot</description> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,7 +41,7 @@ <javax.inject.version>1</javax.inject.version> <org.mapstruct.version>1.3.1.Final</org.mapstruct.version> <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> - <os-core-common.version>0.10.0</os-core-common.version> + <os-core-common.version>0.11.0</os-core-common.version> <springfox.version>2.9.2</springfox.version> <snakeyaml.csv-parser.version>1.26</snakeyaml.csv-parser.version> <netty.csv-parser.version>4.1.46.Final</netty.csv-parser.version> diff --git a/provider/csv-parser-aws/pom.xml b/provider/csv-parser-aws/pom.xml index 09c4f8c2b..0b1749fc3 100644 --- a/provider/csv-parser-aws/pom.xml +++ b/provider/csv-parser-aws/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -33,7 +33,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> diff --git a/provider/csv-parser-azure/pom.xml b/provider/csv-parser-azure/pom.xml index 846430746..5f0223c3a 100644 --- a/provider/csv-parser-azure/pom.xml +++ b/provider/csv-parser-azure/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -23,7 +23,7 @@ <properties> <azure.version>2.3.5</azure.version> - <os-core-common.version>0.10.0</os-core-common.version> + <os-core-common.version>0.11.0</os-core-common.version> <azure.identity.version>1.2.1</azure.identity.version> <azure.storage.version>12.9.0</azure.storage.version> @@ -34,7 +34,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId> - <version>0.11.0-rc4</version> + <version>0.11.0</version> <type>pom</type> <scope>import</scope> </dependency> @@ -45,7 +45,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.tomcat.embed</groupId> @@ -91,7 +91,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId> - <version>0.11.0-rc4</version> + <version>0.11.0</version> <scope>compile</scope> <exclusions> <exclusion> diff --git a/provider/csv-parser-gcp/pom.xml b/provider/csv-parser-gcp/pom.xml index 1c6360c01..f005bdca3 100644 --- a/provider/csv-parser-gcp/pom.xml +++ b/provider/csv-parser-gcp/pom.xml @@ -14,12 +14,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>csv-parser-gcp</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <packaging>jar</packaging> <name>csv-parser-gcp</name> @@ -29,12 +29,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> <dependency> <groupId>ch.qos.logback.contrib</groupId> diff --git a/provider/csv-parser-ibm/pom.xml b/provider/csv-parser-ibm/pom.xml index 1a5222d68..b3ec3ac82 100644 --- a/provider/csv-parser-ibm/pom.xml +++ b/provider/csv-parser-ibm/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -23,7 +23,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> diff --git a/testing/csv-parser-aws-test/pom.xml b/testing/csv-parser-aws-test/pom.xml index 4ffd178f8..a44983a18 100644 --- a/testing/csv-parser-aws-test/pom.xml +++ b/testing/csv-parser-aws-test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser-testing</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -26,7 +26,7 @@ <description>CSV Parser AWS Test using Spring Boot</description> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-aws-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <packaging>jar</packaging> <modelVersion>4.0.0</modelVersion> @@ -34,7 +34,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-aws</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> @@ -57,12 +57,12 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> <dependency> <groupId>com.amazonaws</groupId> @@ -72,7 +72,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/testing/csv-parser-azure-test/pom.xml b/testing/csv-parser-azure-test/pom.xml index 5e44d08b9..11364516a 100644 --- a/testing/csv-parser-azure-test/pom.xml +++ b/testing/csv-parser-azure-test/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>os-csv-parser-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -20,7 +20,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-azure</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> @@ -45,7 +45,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/testing/csv-parser-core-test/pom.xml b/testing/csv-parser-core-test/pom.xml index a0c3ba51b..6357aeacc 100644 --- a/testing/csv-parser-core-test/pom.xml +++ b/testing/csv-parser-core-test/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser-testing</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>csv-parser-core-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <packaging>jar</packaging> <name>csv-parser-core-test</name> @@ -27,17 +27,17 @@ <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> <classifier>tests</classifier> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> diff --git a/testing/csv-parser-gcp-test/pom.xml b/testing/csv-parser-gcp-test/pom.xml index a568b07fa..e6bc8268b 100644 --- a/testing/csv-parser-gcp-test/pom.xml +++ b/testing/csv-parser-gcp-test/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>os-csv-parser-testing</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,7 +15,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-gcp</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.springframework.boot</groupId> @@ -26,12 +26,12 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-gcp</artifactId> - <version>0.10.0</version> + <version>0.11.0</version> </dependency> <dependency> @@ -50,7 +50,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>csv-parser-core-test</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.mockito</groupId> diff --git a/testing/pom.xml b/testing/pom.xml index 31f2dfcb0..fabdefb18 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -18,7 +18,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu</groupId> <artifactId>os-csv-parser-testing</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.11.0-SNAPSHOT</version> <description>Root Csv Parser Service Testing Project</description> <packaging>pom</packaging> @@ -44,7 +44,7 @@ <javax.inject.version>1</javax.inject.version> <org.mapstruct.version>1.3.1.Final</org.mapstruct.version> <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version> - <os-core-common.version>0.10.0-rc2</os-core-common.version> + <os-core-common.version>0.11.0</os-core-common.version> <springfox.version>2.9.2</springfox.version> <snakeyaml.csv-parser.version>1.26</snakeyaml.csv-parser.version> <netty.csv-parser.version>4.1.46.Final</netty.csv-parser.version> -- GitLab From d247bdff69d06fc5fb987eaf4c264a1c40e6c454 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Mon, 30 Aug 2021 04:05:48 +0000 Subject: [PATCH 2/2] Updating FOSSA NOTICE --- NOTICE | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/NOTICE b/NOTICE index a0c8a6242..fb165eb25 100644 --- a/NOTICE +++ b/NOTICE @@ -54,7 +54,7 @@ The following software have components provided under the terms of this license: - FindBugs-jsr305 (from http://findbugs.sourceforge.net/) - Google APIs Client Library for Java (from https://repo1.maven.org/maven2/com/google/api-client/google-api-client) - Google App Engine extensions to the Google HTTP Client Library for Java. (from https://repo1.maven.org/maven2/com/google/http-client/google-http-client-appengine) -- Google Cloud Core (from https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core) +- Google Cloud Core (from https://github.com/googleapis/java-core) - Google Cloud Core HTTP (from https://github.com/googleapis/java-core) - Google Cloud Core gRPC (from https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-core-grpc) - Google Cloud Datastore (from https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-datastore) @@ -92,12 +92,13 @@ The following software have components provided under the terms of this license: - Jackson dataformat: CBOR (from http://github.com/FasterXML/jackson-dataformats-binary) - Jackson dataformat: CBOR (from http://github.com/FasterXML/jackson-dataformats-binary) - Jackson dataformat: CBOR (from http://github.com/FasterXML/jackson-dataformats-binary) -- Jackson datatype: JSR310 (from https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310) -- Jackson datatype: JSR310 (from https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310) +- Jackson datatype: JSR310 (from http://wiki.fasterxml.com/JacksonModuleJSR310) +- Jackson datatype: JSR310 (from http://wiki.fasterxml.com/JacksonModuleJSR310) - Jackson datatype: Joda (from https://github.com/FasterXML/jackson-datatype-joda) - Jackson datatype: jdk8 (from https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8) - Jackson datatype: jdk8 (from https://repo1.maven.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8) -- Jackson module: JAXB Annotations (from https://github.com/FasterXML/jackson-modules-base) +- Jackson module: Afterburner (from https://github.com/FasterXML/jackson-modules-base) +- Jackson module: Old JAXB Annotations (javax.xml.bind) (from https://github.com/FasterXML/jackson-modules-base) - Jackson-annotations (from http://github.com/FasterXML/jackson) - Jackson-annotations (from http://github.com/FasterXML/jackson) - Jackson-core (from https://github.com/FasterXML/jackson-core) @@ -107,7 +108,6 @@ The following software have components provided under the terms of this license: - Jackson-dataformat-XML (from https://github.com/FasterXML/jackson-dataformat-xml) - Jackson-dataformat-YAML (from https://github.com/FasterXML/jackson-dataformats-text) - Jackson-dataformat-YAML (from https://github.com/FasterXML/jackson-dataformats-text) -- Jackson-module-Afterburner (from http://wiki.fasterxml.com/JacksonHome) - Jackson-module-parameter-names (from https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names) - Jackson-module-parameter-names (from https://repo1.maven.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names) - Jakarta Bean Validation API (from https://beanvalidation.org) @@ -226,14 +226,12 @@ The following software have components provided under the terms of this license: - aggs-matrix-stats (from https://github.com/elastic/elasticsearch) - asm (from http://asm.ow2.io/) - asm (from http://asm.ow2.io/) +- cli (from https://github.com/elastic/elasticsearch) - com.google.api.grpc:proto-google-cloud-datastore-v1 (from https://github.com/googleapis/googleapis) - compiler (from http://github.com/spullara/mustache.java) +- core (from https://github.com/elastic/elasticsearch) - datastore-v1-proto-client (from https://repo1.maven.org/maven2/com/google/cloud/datastore/datastore-v1-proto-client) -- elasticsearch-cli (from https://github.com/elastic/elasticsearch) -- elasticsearch-core (from https://github.com/elastic/elasticsearch) - elasticsearch-geo (from https://github.com/elastic/elasticsearch) -- elasticsearch-secure-sm (from https://github.com/elastic/elasticsearch) -- elasticsearch-x-content (from https://github.com/elastic/elasticsearch) - error-prone annotations (from https://repo1.maven.org/maven2/com/google/errorprone/error_prone_annotations) - io.grpc:grpc-alts (from https://github.com/grpc/grpc-java) - io.grpc:grpc-api (from https://github.com/grpc/grpc-java) @@ -267,7 +265,7 @@ The following software have components provided under the terms of this license: - org.apiguardian:apiguardian-api (from https://github.com/apiguardian-team/apiguardian) - org.conscrypt:conscrypt-openjdk-uber (from https://conscrypt.org/) - org.opentest4j:opentest4j (from https://github.com/ota4j-team/opentest4j) -- org.xmlunit:xmlunit-core (from http://www.xmlunit.org/) +- org.xmlunit:xmlunit-core (from https://www.xmlunit.org/) - parent-join (from https://github.com/elastic/elasticsearch) - perfmark:perfmark-api (from https://github.com/perfmark/perfmark) - project ':json-path' (from https://github.com/jayway/JsonPath) @@ -278,16 +276,17 @@ The following software have components provided under the terms of this license: - proto-google-iam-v1 (from https://github.com/googleapis/java-iam/proto-google-iam-v1) - rank-eval (from https://github.com/elastic/elasticsearch) - resilience4j (from https://resilience4j.readme.io) +- resilience4j (from https://github.com/resilience4j/resilience4j) - resilience4j (from https://resilience4j.readme.io) - resilience4j (from https://resilience4j.readme.io) - resilience4j (from https://resilience4j.readme.io) - resilience4j (from https://github.com/resilience4j/resilience4j) -- resilience4j (from https://github.com/resilience4j/resilience4j) - resilience4j (from https://resilience4j.readme.io) - resilience4j (from https://resilience4j.readme.io) - rest (from https://github.com/elastic/elasticsearch) - rest-high-level (from https://github.com/elastic/elasticsearch) - rxjava (from https://github.com/ReactiveX/RxJava) +- secure-sm (from https://github.com/elastic/elasticsearch) - server (from https://github.com/elastic/elasticsearch) - spring-boot (from https://spring.io/projects/spring-boot) - spring-boot-actuator (from https://spring.io/projects/spring-boot) @@ -305,12 +304,12 @@ The following software have components provided under the terms of this license: - spring-boot-starter-web (from https://spring.io/projects/spring-boot) - spring-boot-test (from https://spring.io/projects/spring-boot) - spring-boot-test-autoconfigure (from https://spring.io/projects/spring-boot) -- spring-security-config (from https://spring.io/projects/spring-security) -- spring-security-core (from https://spring.io/projects/spring-security) -- spring-security-oauth2-core (from https://spring.io/projects/spring-security) -- spring-security-oauth2-jose (from https://spring.io/projects/spring-security) -- spring-security-oauth2-resource-server (from https://spring.io/projects/spring-security) -- spring-security-web (from https://spring.io/projects/spring-security) +- spring-security-config (from http://spring.io/spring-security) +- spring-security-core (from http://spring.io/spring-security) +- spring-security-oauth2-core (from http://spring.io/spring-security) +- spring-security-oauth2-jose (from http://spring.io/spring-security) +- spring-security-oauth2-resource-server (from http://spring.io/spring-security) +- spring-security-web (from http://spring.io/spring-security) - swagger-annotations (from https://repo1.maven.org/maven2/io/swagger/swagger-annotations) - swagger-jaxrs (from ) - tomcat (from http://tomcat.apache.org/) @@ -324,10 +323,11 @@ The following software have components provided under the terms of this license: - tomcat-jni (from https://tomcat.apache.org/) - tomcat-jni (from https://tomcat.apache.org/) - tomcat-juli (from https://tomcat.apache.org/) -- tomcat-servlet-api (from http://tomcat.apache.org/) -- tomcat-util (from http://tomcat.apache.org/) -- tomcat-websocket (from http://tomcat.apache.org/) -- tomcat-websocket-api (from http://tomcat.apache.org/) +- tomcat-servlet-api (from https://tomcat.apache.org/) +- tomcat-util (from https://tomcat.apache.org/) +- tomcat-websocket (from https://tomcat.apache.org/) +- tomcat-websocket-api (from https://tomcat.apache.org/) +- x-content (from https://github.com/elastic/elasticsearch) ======================================================================== BSD-2-Clause @@ -409,7 +409,7 @@ CDDL-1.0 ======================================================================== The following software have components provided under the terms of this license: -- tomcat-servlet-api (from http://tomcat.apache.org/) +- tomcat-servlet-api (from https://tomcat.apache.org/) ======================================================================== CDDL-1.1 @@ -420,7 +420,7 @@ The following software have components provided under the terms of this license: - JavaBeans Activation Framework (from ) - javax.annotation-api (from http://jcp.org/en/jsr/detail?id=250) - tomcat-embed-core (from http://tomcat.apache.org/) -- tomcat-servlet-api (from http://tomcat.apache.org/) +- tomcat-servlet-api (from https://tomcat.apache.org/) ======================================================================== DOC @@ -476,7 +476,7 @@ The following software have components provided under the terms of this license: - JavaBeans Activation Framework (from ) - javax.annotation-api (from http://jcp.org/en/jsr/detail?id=250) - tomcat-embed-core (from http://tomcat.apache.org/) -- tomcat-servlet-api (from http://tomcat.apache.org/) +- tomcat-servlet-api (from https://tomcat.apache.org/) ======================================================================== GPL-2.0-or-later @@ -496,7 +496,7 @@ The following software have components provided under the terms of this license: - JavaBeans Activation Framework (from ) - javax.annotation-api (from http://jcp.org/en/jsr/detail?id=250) - tomcat-embed-core (from http://tomcat.apache.org/) -- tomcat-servlet-api (from http://tomcat.apache.org/) +- tomcat-servlet-api (from https://tomcat.apache.org/) ======================================================================== GPL-3.0-only @@ -608,7 +608,7 @@ The following software have components provided under the terms of this license: - msal (from https://github.com/AzureAD/microsoft-authentication-library-for-python) - msal4j (from https://github.com/AzureAD/microsoft-authentication-library-for-java) - msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java) -- spring-security-core (from https://spring.io/projects/spring-security) +- spring-security-core (from http://spring.io/spring-security) ======================================================================== MPL-1.1 @@ -699,3 +699,4 @@ The following software have components provided under the terms of this license: - Jakarta XML Binding API (from https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api) - Spongy Castle (from http://rtyley.github.io/spongycastle/) + -- GitLab