diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index fb1f8bfedb..949318946f 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -27,25 +27,25 @@ data class DependencySet(val group: String, val version: String, val modules: Li val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true" // This is the version of the upstream instrumentation BOM -val otelVersion = "1.30.0" -val otelSnapshotVersion = "1.31.0" +val otelVersion = "1.31.0" +val otelSnapshotVersion = "1.32.0" val otelAlphaVersion = if (!TEST_SNAPSHOTS) "$otelVersion-alpha" else "$otelSnapshotVersion-alpha-SNAPSHOT" val otelJavaAgentVersion = if (!TEST_SNAPSHOTS) otelVersion else "$otelSnapshotVersion-SNAPSHOT" // All versions below are only used in testing and do not affect the released artifact. val DEPENDENCY_BOMS = listOf( - "com.amazonaws:aws-java-sdk-bom:1.12.554", - "com.fasterxml.jackson:jackson-bom:2.15.2", - "com.google.guava:guava-bom:32.1.2-jre", - "com.google.protobuf:protobuf-bom:3.24.3", + "com.amazonaws:aws-java-sdk-bom:1.12.573", + "com.fasterxml.jackson:jackson-bom:2.15.3", + "com.google.guava:guava-bom:32.1.3-jre", + "com.google.protobuf:protobuf-bom:3.24.4", "com.linecorp.armeria:armeria-bom:1.25.2", - "io.grpc:grpc-bom:1.58.0", + "io.grpc:grpc-bom:1.59.0", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion", - "org.apache.logging.log4j:log4j-bom:2.20.0", + "org.apache.logging.log4j:log4j-bom:2.21.1", "org.junit:junit-bom:5.10.0", "org.springframework.boot:spring-boot-dependencies:2.7.15", - "org.testcontainers:testcontainers-bom:1.19.0", - "software.amazon.awssdk:bom:2.20.162", + "org.testcontainers:testcontainers-bom:1.19.1", + "software.amazon.awssdk:bom:2.21.7", ) val DEPENDENCY_SETS = listOf( @@ -72,12 +72,12 @@ val DEPENDENCY_SETS = listOf( val DEPENDENCIES = listOf( "commons-logging:commons-logging:1.2", "com.sparkjava:spark-core:2.9.4", - "com.squareup.okhttp3:okhttp:4.11.0", - "io.opentelemetry.contrib:opentelemetry-aws-xray:1.30.0", - "io.opentelemetry.contrib:opentelemetry-aws-resources:1.30.0-alpha", + "com.squareup.okhttp3:okhttp:4.12.0", + "io.opentelemetry.contrib:opentelemetry-aws-xray:1.31.0", + "io.opentelemetry.contrib:opentelemetry-aws-resources:1.31.0-alpha", "io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha", "io.opentelemetry.javaagent:opentelemetry-javaagent:$otelJavaAgentVersion", - "net.bytebuddy:byte-buddy:1.14.8", + "net.bytebuddy:byte-buddy:1.14.9", ) javaPlatform { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index c1962a79e2..033e24c4cd 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d3f0..9f4197d5f4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip networkTimeout=10000 +validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index aeb74cbb43..fcb6fca147 100755 --- a/gradlew +++ b/gradlew @@ -130,10 +130,13 @@ location of your Java installation." fi else JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." + fi fi # Increase the maximum file descriptors if we can. diff --git a/licenses/annotations-2.20.147.jar/META-INF/LICENSE.txt b/licenses/annotations-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/annotations-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/annotations-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/annotations-2.20.147.jar/META-INF/NOTICE.txt b/licenses/annotations-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/annotations-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/annotations-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/apache-client-2.20.147.jar/META-INF/LICENSE.txt b/licenses/apache-client-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/apache-client-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/apache-client-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/apache-client-2.20.147.jar/META-INF/NOTICE.txt b/licenses/apache-client-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/apache-client-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/apache-client-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/arns-2.20.147.jar/META-INF/LICENSE.txt b/licenses/arns-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/arns-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/arns-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/arns-2.20.147.jar/META-INF/NOTICE.txt b/licenses/arns-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/arns-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/arns-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/auth-2.20.147.jar/META-INF/LICENSE.txt b/licenses/auth-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/auth-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/auth-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/auth-2.20.147.jar/META-INF/NOTICE.txt b/licenses/auth-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/auth-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/auth-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/aws-core-2.20.147.jar/META-INF/LICENSE.txt b/licenses/aws-core-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/aws-core-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/aws-core-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/aws-core-2.20.147.jar/META-INF/NOTICE.txt b/licenses/aws-core-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/aws-core-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/aws-core-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/aws-query-protocol-2.20.147.jar/META-INF/LICENSE.txt b/licenses/aws-query-protocol-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/aws-query-protocol-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/aws-query-protocol-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/aws-query-protocol-2.20.147.jar/META-INF/NOTICE.txt b/licenses/aws-query-protocol-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/aws-query-protocol-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/aws-query-protocol-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/aws-xml-protocol-2.20.147.jar/META-INF/LICENSE.txt b/licenses/aws-xml-protocol-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/aws-xml-protocol-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/aws-xml-protocol-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/aws-xml-protocol-2.20.147.jar/META-INF/NOTICE.txt b/licenses/aws-xml-protocol-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/aws-xml-protocol-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/aws-xml-protocol-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/byte-buddy-1.14.8.jar/META-INF/LICENSE b/licenses/byte-buddy-1.14.9.jar/META-INF/LICENSE similarity index 99% rename from licenses/byte-buddy-1.14.8.jar/META-INF/LICENSE rename to licenses/byte-buddy-1.14.9.jar/META-INF/LICENSE index 521b402c77..9bc5efde09 100644 --- a/licenses/byte-buddy-1.14.8.jar/META-INF/LICENSE +++ b/licenses/byte-buddy-1.14.9.jar/META-INF/LICENSE @@ -1,4 +1,4 @@ -This product bundles ASM 9.5, which is available under a "3-clause BSD" +This product bundles ASM 9.6, which is available under a "3-clause BSD" license. For details, see licenses/ASM. For more information visit ${asm.url}. Apache License diff --git a/licenses/byte-buddy-1.14.8.jar/META-INF/NOTICE b/licenses/byte-buddy-1.14.9.jar/META-INF/NOTICE similarity index 100% rename from licenses/byte-buddy-1.14.8.jar/META-INF/NOTICE rename to licenses/byte-buddy-1.14.9.jar/META-INF/NOTICE diff --git a/licenses/checker-qual-3.33.0.jar/META-INF/LICENSE.txt b/licenses/checker-qual-3.37.0.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/checker-qual-3.33.0.jar/META-INF/LICENSE.txt rename to licenses/checker-qual-3.37.0.jar/META-INF/LICENSE.txt diff --git a/licenses/crt-core-2.20.147.jar/META-INF/LICENSE.txt b/licenses/checksums-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/crt-core-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/checksums-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/crt-core-2.20.147.jar/META-INF/NOTICE.txt b/licenses/checksums-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/crt-core-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/checksums-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/endpoints-spi-2.20.147.jar/META-INF/LICENSE.txt b/licenses/checksums-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/endpoints-spi-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/checksums-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/endpoints-spi-2.20.147.jar/META-INF/NOTICE.txt b/licenses/checksums-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/endpoints-spi-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/checksums-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/http-client-spi-2.20.147.jar/META-INF/LICENSE.txt b/licenses/crt-core-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/http-client-spi-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/crt-core-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/http-client-spi-2.20.147.jar/META-INF/NOTICE.txt b/licenses/crt-core-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/http-client-spi-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/crt-core-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/json-utils-2.20.147.jar/META-INF/LICENSE.txt b/licenses/endpoints-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/json-utils-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/endpoints-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/json-utils-2.20.147.jar/META-INF/NOTICE.txt b/licenses/endpoints-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/json-utils-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/endpoints-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/guava-32.1.2-jre.jar/META-INF/LICENSE b/licenses/guava-32.1.3-jre.jar/META-INF/LICENSE similarity index 100% rename from licenses/guava-32.1.2-jre.jar/META-INF/LICENSE rename to licenses/guava-32.1.3-jre.jar/META-INF/LICENSE diff --git a/licenses/metrics-spi-2.20.147.jar/META-INF/LICENSE.txt b/licenses/http-auth-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/metrics-spi-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/http-auth-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/metrics-spi-2.20.147.jar/META-INF/NOTICE.txt b/licenses/http-auth-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/metrics-spi-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/http-auth-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/netty-nio-client-2.20.147.jar/META-INF/LICENSE.txt b/licenses/http-auth-aws-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/netty-nio-client-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/http-auth-aws-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/netty-nio-client-2.20.147.jar/META-INF/NOTICE.txt b/licenses/http-auth-aws-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/netty-nio-client-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/http-auth-aws-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/profiles-2.20.147.jar/META-INF/LICENSE.txt b/licenses/http-auth-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/profiles-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/http-auth-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/profiles-2.20.147.jar/META-INF/NOTICE.txt b/licenses/http-auth-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/profiles-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/http-auth-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/protocol-core-2.20.147.jar/META-INF/LICENSE.txt b/licenses/http-client-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/protocol-core-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/http-client-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/protocol-core-2.20.147.jar/META-INF/NOTICE.txt b/licenses/http-client-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/protocol-core-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/http-client-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/regions-2.20.147.jar/META-INF/LICENSE.txt b/licenses/identity-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/regions-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/identity-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/regions-2.20.147.jar/META-INF/NOTICE.txt b/licenses/identity-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/regions-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/identity-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/jackson-annotations-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-annotations-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-annotations-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-annotations-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-annotations-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-annotations-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-annotations-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-annotations-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-core-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-core-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-core-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-core-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-core-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-core-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-databind-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-databind-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-databind-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE b/licenses/jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE rename to licenses/jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE b/licenses/jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE rename to licenses/jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE diff --git a/licenses/s3-2.20.147.jar/META-INF/LICENSE.txt b/licenses/json-utils-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/s3-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/json-utils-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/s3-2.20.147.jar/META-INF/NOTICE.txt b/licenses/json-utils-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/s3-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/json-utils-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/licenses.md b/licenses/licenses.md index 8169b512fb..18054bafe1 100644 --- a/licenses/licenses.md +++ b/licenses/licenses.md @@ -1,7 +1,7 @@ # aws-otel-java-instrumentation ## Dependency License Report -_2023-09-14 13:06:47 PDT_ +_2023-10-25 22:07:43 PDT_ ## Apache 2 **1** **Group:** `joda-time` **Name:** `joda-time` **Version:** `2.8.1` @@ -17,40 +17,40 @@ _2023-09-14 13:06:47 PDT_ > - **POM Project URL**: [http://source.android.com/](http://source.android.com/) > - **POM License**: Apache 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**3** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.20.0` +**3** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.21.1` > - **Manifest Project URL**: [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) > - **Manifest License**: "Apache 2.0";link="http://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) > - **POM License**: Apache 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**4** **Group:** `io.grpc` **Name:** `grpc-api` **Version:** `1.58.0` +**4** **Group:** `io.grpc` **Name:** `grpc-api` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**5** **Group:** `io.grpc` **Name:** `grpc-context` **Version:** `1.58.0` +**5** **Group:** `io.grpc` **Name:** `grpc-context` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**6** **Group:** `io.grpc` **Name:** `grpc-core` **Version:** `1.58.0` +**6** **Group:** `io.grpc` **Name:** `grpc-core` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**7** **Group:** `io.grpc` **Name:** `grpc-protobuf` **Version:** `1.58.0` +**7** **Group:** `io.grpc` **Name:** `grpc-protobuf` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**8** **Group:** `io.grpc` **Name:** `grpc-protobuf-lite` **Version:** `1.58.0` +**8** **Group:** `io.grpc` **Name:** `grpc-protobuf-lite` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**9** **Group:** `io.grpc` **Name:** `grpc-services` **Version:** `1.58.0` +**9** **Group:** `io.grpc` **Name:** `grpc-services` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**10** **Group:** `io.grpc` **Name:** `grpc-stub` **Version:** `1.58.0` +**10** **Group:** `io.grpc` **Name:** `grpc-stub` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) -**11** **Group:** `io.grpc` **Name:** `grpc-util` **Version:** `1.58.0` +**11** **Group:** `io.grpc` **Name:** `grpc-util` **Version:** `1.59.0` > - **POM Project URL**: [https://github.com/grpc/grpc-java](https://github.com/grpc/grpc-java) > - **POM License**: Apache 2.0 - [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0) @@ -68,73 +68,73 @@ _2023-09-14 13:06:47 PDT_ ## Apache License, Version 2.0 -**15** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-core` **Version:** `1.12.550` +**15** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-core` **Version:** `1.12.573` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -**16** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-kms` **Version:** `1.12.550` +**16** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-kms` **Version:** `1.12.573` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -**17** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-s3` **Version:** `1.12.550` +**17** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-s3` **Version:** `1.12.573` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -**18** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-sts` **Version:** `1.12.550` +**18** **Group:** `com.amazonaws` **Name:** `aws-java-sdk-sts` **Version:** `1.12.573` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -**19** **Group:** `com.amazonaws` **Name:** `jmespath-java` **Version:** `1.12.550` +**19** **Group:** `com.amazonaws` **Name:** `jmespath-java` **Version:** `1.12.573` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -**20** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.15.2` +**20** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-core-2.15.2.jar/META-INF/LICENSE](jackson-core-2.15.2.jar/META-INF/LICENSE) - - [jackson-core-2.15.2.jar/META-INF/NOTICE](jackson-core-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.15.3.jar/META-INF/LICENSE](jackson-core-2.15.3.jar/META-INF/LICENSE) + - [jackson-core-2.15.3.jar/META-INF/NOTICE](jackson-core-2.15.3.jar/META-INF/NOTICE) -**21** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.15.2` +**21** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-databind-2.15.2.jar/META-INF/LICENSE](jackson-databind-2.15.2.jar/META-INF/LICENSE) - - [jackson-databind-2.15.2.jar/META-INF/NOTICE](jackson-databind-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.15.3.jar/META-INF/LICENSE](jackson-databind-2.15.3.jar/META-INF/LICENSE) + - [jackson-databind-2.15.3.jar/META-INF/NOTICE](jackson-databind-2.15.3.jar/META-INF/NOTICE) -**22** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-cbor` **Version:** `2.15.2` +**22** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-cbor` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson-dataformats-binary](https://github.com/FasterXML/jackson-dataformats-binary) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE](jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE) - - [jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE](jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE](jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE) + - [jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE](jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE) -**23** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jdk8` **Version:** `2.15.2` +**23** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jdk8` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE](jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE) - - [jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE](jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE](jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE) + - [jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE](jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE) -**24** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.15.2` +**24** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE) - - [jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE) + - [jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE) -**25** **Group:** `com.fasterxml.jackson.module` **Name:** `jackson-module-parameter-names` **Version:** `2.15.2` +**25** **Group:** `com.fasterxml.jackson.module` **Name:** `jackson-module-parameter-names` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE](jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE) - - [jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE](jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE](jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE) + - [jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE](jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE) -**26** **Group:** `com.google.guava` **Name:** `guava` **Version:** `32.1.2-jre` +**26** **Group:** `com.google.guava` **Name:** `guava` **Version:** `32.1.3-jre` > - **Manifest Project URL**: [https://github.com/google/guava/](https://github.com/google/guava/) > - **POM Project URL**: [https://github.com/google/guava](https://github.com/google/guava) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [guava-32.1.2-jre.jar/META-INF/LICENSE](guava-32.1.2-jre.jar/META-INF/LICENSE) +> - **Embedded license files**: [guava-32.1.3-jre.jar/META-INF/LICENSE](guava-32.1.3-jre.jar/META-INF/LICENSE) **27** **Group:** `com.google.j2objc` **Name:** `j2objc-annotations` **Version:** `2.8` > - **POM Project URL**: [https://github.com/google/j2objc/](https://github.com/google/j2objc/) @@ -146,366 +146,418 @@ _2023-09-14 13:06:47 PDT_ > - **Embedded license files**: [commons-codec-1.15.jar/META-INF/LICENSE.txt](commons-codec-1.15.jar/META-INF/LICENSE.txt) - [commons-codec-1.15.jar/META-INF/NOTICE.txt](commons-codec-1.15.jar/META-INF/NOTICE.txt) -**29** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.1.97.Final` +**29** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**30** **Group:** `io.netty` **Name:** `netty-codec` **Version:** `4.1.97.Final` +**30** **Group:** `io.netty` **Name:** `netty-buffer` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**31** **Group:** `io.netty` **Name:** `netty-codec-dns` **Version:** `4.1.97.Final` +**31** **Group:** `io.netty` **Name:** `netty-codec` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**32** **Group:** `io.netty` **Name:** `netty-codec-haproxy` **Version:** `4.1.97.Final` +**32** **Group:** `io.netty` **Name:** `netty-codec` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**33** **Group:** `io.netty` **Name:** `netty-codec-http` **Version:** `4.1.97.Final` +**33** **Group:** `io.netty` **Name:** `netty-codec-dns` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**34** **Group:** `io.netty` **Name:** `netty-codec-http2` **Version:** `4.1.97.Final` +**34** **Group:** `io.netty` **Name:** `netty-codec-haproxy` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**35** **Group:** `io.netty` **Name:** `netty-codec-socks` **Version:** `4.1.97.Final` +**35** **Group:** `io.netty` **Name:** `netty-codec-http` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**36** **Group:** `io.netty` **Name:** `netty-common` **Version:** `4.1.97.Final` +**36** **Group:** `io.netty` **Name:** `netty-codec-http` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**37** **Group:** `io.netty` **Name:** `netty-handler` **Version:** `4.1.97.Final` +**37** **Group:** `io.netty` **Name:** `netty-codec-http2` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**38** **Group:** `io.netty` **Name:** `netty-handler-proxy` **Version:** `4.1.97.Final` +**38** **Group:** `io.netty` **Name:** `netty-codec-http2` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**39** **Group:** `io.netty` **Name:** `netty-resolver` **Version:** `4.1.97.Final` +**39** **Group:** `io.netty` **Name:** `netty-codec-socks` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**40** **Group:** `io.netty` **Name:** `netty-resolver-dns` **Version:** `4.1.97.Final` +**40** **Group:** `io.netty` **Name:** `netty-common` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**41** **Group:** `io.netty` **Name:** `netty-resolver-dns-classes-macos` **Version:** `4.1.97.Final` +**41** **Group:** `io.netty` **Name:** `netty-common` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**42** **Group:** `io.netty` **Name:** `netty-resolver-dns-native-macos` **Version:** `4.1.97.Final` +**42** **Group:** `io.netty` **Name:** `netty-handler` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**43** **Group:** `io.netty` **Name:** `netty-transport` **Version:** `4.1.97.Final` +**43** **Group:** `io.netty` **Name:** `netty-handler` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**44** **Group:** `io.netty` **Name:** `netty-transport-classes-epoll` **Version:** `4.1.97.Final` +**44** **Group:** `io.netty` **Name:** `netty-handler-proxy` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**45** **Group:** `io.netty` **Name:** `netty-transport-classes-kqueue` **Version:** `4.1.97.Final` +**45** **Group:** `io.netty` **Name:** `netty-resolver` **Version:** `4.1.100.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**46** **Group:** `io.netty` **Name:** `netty-transport-native-epoll` **Version:** `4.1.97.Final` +**46** **Group:** `io.netty` **Name:** `netty-resolver` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**47** **Group:** `io.netty` **Name:** `netty-transport-native-kqueue` **Version:** `4.1.97.Final` +**47** **Group:** `io.netty` **Name:** `netty-resolver-dns` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**48** **Group:** `io.netty` **Name:** `netty-transport-native-unix-common` **Version:** `4.1.97.Final` +**48** **Group:** `io.netty` **Name:** `netty-resolver-dns-classes-macos` **Version:** `4.1.97.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**49** **Group:** `net.bytebuddy` **Name:** `byte-buddy` **Version:** `1.14.8` +**49** **Group:** `io.netty` **Name:** `netty-resolver-dns-native-macos` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**50** **Group:** `io.netty` **Name:** `netty-transport` **Version:** `4.1.100.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**51** **Group:** `io.netty` **Name:** `netty-transport` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**52** **Group:** `io.netty` **Name:** `netty-transport-classes-epoll` **Version:** `4.1.100.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**53** **Group:** `io.netty` **Name:** `netty-transport-classes-epoll` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**54** **Group:** `io.netty` **Name:** `netty-transport-classes-kqueue` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**55** **Group:** `io.netty` **Name:** `netty-transport-native-epoll` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**56** **Group:** `io.netty` **Name:** `netty-transport-native-kqueue` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**57** **Group:** `io.netty` **Name:** `netty-transport-native-unix-common` **Version:** `4.1.100.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**58** **Group:** `io.netty` **Name:** `netty-transport-native-unix-common` **Version:** `4.1.97.Final` +> - **Manifest Project URL**: [https://netty.io/](https://netty.io/) +> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) + +**59** **Group:** `net.bytebuddy` **Name:** `byte-buddy` **Version:** `1.14.9` > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [byte-buddy-1.14.8.jar/META-INF/LICENSE](byte-buddy-1.14.8.jar/META-INF/LICENSE) - - [byte-buddy-1.14.8.jar/META-INF/NOTICE](byte-buddy-1.14.8.jar/META-INF/NOTICE) +> - **Embedded license files**: [byte-buddy-1.14.9.jar/META-INF/LICENSE](byte-buddy-1.14.9.jar/META-INF/LICENSE) + - [byte-buddy-1.14.9.jar/META-INF/NOTICE](byte-buddy-1.14.9.jar/META-INF/NOTICE) -**50** **Group:** `org.apache.httpcomponents` **Name:** `httpclient` **Version:** `4.5.14` +**60** **Group:** `org.apache.httpcomponents` **Name:** `httpclient` **Version:** `4.5.14` > - **POM Project URL**: [http://hc.apache.org/httpcomponents-client-ga](http://hc.apache.org/httpcomponents-client-ga) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [httpclient-4.5.14.jar/META-INF/LICENSE](httpclient-4.5.14.jar/META-INF/LICENSE) - [httpclient-4.5.14.jar/META-INF/NOTICE](httpclient-4.5.14.jar/META-INF/NOTICE) -**51** **Group:** `org.apache.httpcomponents` **Name:** `httpcore` **Version:** `4.4.16` +**61** **Group:** `org.apache.httpcomponents` **Name:** `httpcore` **Version:** `4.4.16` > - **POM Project URL**: [http://hc.apache.org/httpcomponents-core-ga](http://hc.apache.org/httpcomponents-core-ga) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [httpcore-4.4.16.jar/META-INF/LICENSE](httpcore-4.4.16.jar/META-INF/LICENSE) - [httpcore-4.4.16.jar/META-INF/NOTICE](httpcore-4.4.16.jar/META-INF/NOTICE) -**52** **Group:** `org.apache.logging.log4j` **Name:** `log4j-api` **Version:** `2.20.0` -> - **Manifest Project URL**: [https://www.apache.org/](https://www.apache.org/) -> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [log4j-api-2.20.0.jar/META-INF/LICENSE](log4j-api-2.20.0.jar/META-INF/LICENSE) - - [log4j-api-2.20.0.jar/META-INF/NOTICE](log4j-api-2.20.0.jar/META-INF/NOTICE) - -**53** **Group:** `org.apache.logging.log4j` **Name:** `log4j-core` **Version:** `2.20.0` -> - **Manifest Project URL**: [https://www.apache.org/](https://www.apache.org/) -> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [log4j-core-2.20.0.jar/META-INF/LICENSE](log4j-core-2.20.0.jar/META-INF/LICENSE) - - [log4j-core-2.20.0.jar/META-INF/NOTICE](log4j-core-2.20.0.jar/META-INF/NOTICE) - -**54** **Group:** `org.apache.logging.log4j` **Name:** `log4j-slf4j-impl` **Version:** `2.20.0` -> - **Manifest Project URL**: [https://www.apache.org/](https://www.apache.org/) -> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [log4j-slf4j-impl-2.20.0.jar/META-INF/LICENSE](log4j-slf4j-impl-2.20.0.jar/META-INF/LICENSE) - - [log4j-slf4j-impl-2.20.0.jar/META-INF/NOTICE](log4j-slf4j-impl-2.20.0.jar/META-INF/NOTICE) - -**55** **Group:** `org.apache.logging.log4j` **Name:** `log4j-to-slf4j` **Version:** `2.20.0` -> - **Manifest Project URL**: [https://www.apache.org/](https://www.apache.org/) -> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [log4j-to-slf4j-2.20.0.jar/META-INF/LICENSE](log4j-to-slf4j-2.20.0.jar/META-INF/LICENSE) - - [log4j-to-slf4j-2.20.0.jar/META-INF/NOTICE](log4j-to-slf4j-2.20.0.jar/META-INF/NOTICE) - -**56** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-core` **Version:** `9.0.79` +**62** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-core` **Version:** `9.0.79` > - **POM Project URL**: [https://tomcat.apache.org/](https://tomcat.apache.org/) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [tomcat-embed-core-9.0.79.jar/META-INF/LICENSE](tomcat-embed-core-9.0.79.jar/META-INF/LICENSE) - [tomcat-embed-core-9.0.79.jar/META-INF/NOTICE](tomcat-embed-core-9.0.79.jar/META-INF/NOTICE) -**57** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-el` **Version:** `9.0.79` +**63** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-el` **Version:** `9.0.79` > - **POM Project URL**: [https://tomcat.apache.org/](https://tomcat.apache.org/) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [tomcat-embed-el-9.0.79.jar/META-INF/LICENSE](tomcat-embed-el-9.0.79.jar/META-INF/LICENSE) - [tomcat-embed-el-9.0.79.jar/META-INF/NOTICE](tomcat-embed-el-9.0.79.jar/META-INF/NOTICE) -**58** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-websocket` **Version:** `9.0.79` +**64** **Group:** `org.apache.tomcat.embed` **Name:** `tomcat-embed-websocket` **Version:** `9.0.79` > - **POM Project URL**: [https://tomcat.apache.org/](https://tomcat.apache.org/) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [tomcat-embed-websocket-9.0.79.jar/META-INF/LICENSE](tomcat-embed-websocket-9.0.79.jar/META-INF/LICENSE) - [tomcat-embed-websocket-9.0.79.jar/META-INF/NOTICE](tomcat-embed-websocket-9.0.79.jar/META-INF/NOTICE) -**59** **Group:** `org.springframework` **Name:** `spring-aop` **Version:** `5.3.29` +**65** **Group:** `org.springframework` **Name:** `spring-aop` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-aop-5.3.29.jar/META-INF/license.txt](spring-aop-5.3.29.jar/META-INF/license.txt) - [spring-aop-5.3.29.jar/META-INF/notice.txt](spring-aop-5.3.29.jar/META-INF/notice.txt) -**60** **Group:** `org.springframework` **Name:** `spring-beans` **Version:** `5.3.29` +**66** **Group:** `org.springframework` **Name:** `spring-beans` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-beans-5.3.29.jar/META-INF/license.txt](spring-beans-5.3.29.jar/META-INF/license.txt) - [spring-beans-5.3.29.jar/META-INF/notice.txt](spring-beans-5.3.29.jar/META-INF/notice.txt) -**61** **Group:** `org.springframework` **Name:** `spring-context` **Version:** `5.3.29` +**67** **Group:** `org.springframework` **Name:** `spring-context` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-context-5.3.29.jar/META-INF/license.txt](spring-context-5.3.29.jar/META-INF/license.txt) - [spring-context-5.3.29.jar/META-INF/notice.txt](spring-context-5.3.29.jar/META-INF/notice.txt) -**62** **Group:** `org.springframework` **Name:** `spring-core` **Version:** `5.3.29` +**68** **Group:** `org.springframework` **Name:** `spring-core` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-core-5.3.29.jar/META-INF/license.txt](spring-core-5.3.29.jar/META-INF/license.txt) - [spring-core-5.3.29.jar/META-INF/notice.txt](spring-core-5.3.29.jar/META-INF/notice.txt) -**63** **Group:** `org.springframework` **Name:** `spring-expression` **Version:** `5.3.29` +**69** **Group:** `org.springframework` **Name:** `spring-expression` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-expression-5.3.29.jar/META-INF/license.txt](spring-expression-5.3.29.jar/META-INF/license.txt) - [spring-expression-5.3.29.jar/META-INF/notice.txt](spring-expression-5.3.29.jar/META-INF/notice.txt) -**64** **Group:** `org.springframework` **Name:** `spring-jcl` **Version:** `5.3.29` +**70** **Group:** `org.springframework` **Name:** `spring-jcl` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-jcl-5.3.29.jar/META-INF/license.txt](spring-jcl-5.3.29.jar/META-INF/license.txt) - [spring-jcl-5.3.29.jar/META-INF/notice.txt](spring-jcl-5.3.29.jar/META-INF/notice.txt) -**65** **Group:** `org.springframework` **Name:** `spring-web` **Version:** `5.3.29` +**71** **Group:** `org.springframework` **Name:** `spring-web` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-web-5.3.29.jar/META-INF/license.txt](spring-web-5.3.29.jar/META-INF/license.txt) - [spring-web-5.3.29.jar/META-INF/notice.txt](spring-web-5.3.29.jar/META-INF/notice.txt) -**66** **Group:** `org.springframework` **Name:** `spring-webmvc` **Version:** `5.3.29` +**72** **Group:** `org.springframework` **Name:** `spring-webmvc` **Version:** `5.3.29` > - **POM Project URL**: [https://github.com/spring-projects/spring-framework](https://github.com/spring-projects/spring-framework) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-webmvc-5.3.29.jar/META-INF/license.txt](spring-webmvc-5.3.29.jar/META-INF/license.txt) - [spring-webmvc-5.3.29.jar/META-INF/notice.txt](spring-webmvc-5.3.29.jar/META-INF/notice.txt) -**67** **Group:** `org.springframework.boot` **Name:** `spring-boot` **Version:** `2.7.15` +**73** **Group:** `org.springframework.boot` **Name:** `spring-boot` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-2.7.15.jar/META-INF/NOTICE.txt) -**68** **Group:** `org.springframework.boot` **Name:** `spring-boot-autoconfigure` **Version:** `2.7.15` +**74** **Group:** `org.springframework.boot` **Name:** `spring-boot-autoconfigure` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-autoconfigure-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-autoconfigure-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-autoconfigure-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-autoconfigure-2.7.15.jar/META-INF/NOTICE.txt) -**69** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter` **Version:** `2.7.15` +**75** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-starter-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-starter-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-starter-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-starter-2.7.15.jar/META-INF/NOTICE.txt) -**70** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-json` **Version:** `2.7.15` +**76** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-json` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-starter-json-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-starter-json-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-starter-json-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-starter-json-2.7.15.jar/META-INF/NOTICE.txt) -**71** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-logging` **Version:** `2.7.15` +**77** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-logging` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-starter-logging-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-starter-logging-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-starter-logging-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-starter-logging-2.7.15.jar/META-INF/NOTICE.txt) -**72** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-tomcat` **Version:** `2.7.15` +**78** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-tomcat` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-starter-tomcat-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-starter-tomcat-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-starter-tomcat-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-starter-tomcat-2.7.15.jar/META-INF/NOTICE.txt) -**73** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-web` **Version:** `2.7.15` +**79** **Group:** `org.springframework.boot` **Name:** `spring-boot-starter-web` **Version:** `2.7.15` > - **POM Project URL**: [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) > - **Embedded license files**: [spring-boot-starter-web-2.7.15.jar/META-INF/LICENSE.txt](spring-boot-starter-web-2.7.15.jar/META-INF/LICENSE.txt) - [spring-boot-starter-web-2.7.15.jar/META-INF/NOTICE.txt](spring-boot-starter-web-2.7.15.jar/META-INF/NOTICE.txt) -**74** **Group:** `org.yaml` **Name:** `snakeyaml` **Version:** `1.30` +**80** **Group:** `org.yaml` **Name:** `snakeyaml` **Version:** `1.30` > - **POM Project URL**: [https://bitbucket.org/snakeyaml/snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**75** **Group:** `software.amazon.awssdk` **Name:** `annotations` **Version:** `2.20.147` +**81** **Group:** `software.amazon.awssdk` **Name:** `annotations` **Version:** `2.21.7` > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [annotations-2.20.147.jar/META-INF/LICENSE.txt](annotations-2.20.147.jar/META-INF/LICENSE.txt) - - [annotations-2.20.147.jar/META-INF/NOTICE.txt](annotations-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [annotations-2.21.7.jar/META-INF/LICENSE.txt](annotations-2.21.7.jar/META-INF/LICENSE.txt) + - [annotations-2.21.7.jar/META-INF/NOTICE.txt](annotations-2.21.7.jar/META-INF/NOTICE.txt) -**76** **Group:** `software.amazon.awssdk` **Name:** `apache-client` **Version:** `2.20.147` +**82** **Group:** `software.amazon.awssdk` **Name:** `apache-client` **Version:** `2.21.7` > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [apache-client-2.20.147.jar/META-INF/LICENSE.txt](apache-client-2.20.147.jar/META-INF/LICENSE.txt) - - [apache-client-2.20.147.jar/META-INF/NOTICE.txt](apache-client-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [apache-client-2.21.7.jar/META-INF/LICENSE.txt](apache-client-2.21.7.jar/META-INF/LICENSE.txt) + - [apache-client-2.21.7.jar/META-INF/NOTICE.txt](apache-client-2.21.7.jar/META-INF/NOTICE.txt) -**77** **Group:** `software.amazon.awssdk` **Name:** `arns` **Version:** `2.20.147` +**83** **Group:** `software.amazon.awssdk` **Name:** `arns` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [arns-2.20.147.jar/META-INF/LICENSE.txt](arns-2.20.147.jar/META-INF/LICENSE.txt) - - [arns-2.20.147.jar/META-INF/NOTICE.txt](arns-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [arns-2.21.7.jar/META-INF/LICENSE.txt](arns-2.21.7.jar/META-INF/LICENSE.txt) + - [arns-2.21.7.jar/META-INF/NOTICE.txt](arns-2.21.7.jar/META-INF/NOTICE.txt) -**78** **Group:** `software.amazon.awssdk` **Name:** `auth` **Version:** `2.20.147` +**84** **Group:** `software.amazon.awssdk` **Name:** `auth` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [auth-2.20.147.jar/META-INF/LICENSE.txt](auth-2.20.147.jar/META-INF/LICENSE.txt) - - [auth-2.20.147.jar/META-INF/NOTICE.txt](auth-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [auth-2.21.7.jar/META-INF/LICENSE.txt](auth-2.21.7.jar/META-INF/LICENSE.txt) + - [auth-2.21.7.jar/META-INF/NOTICE.txt](auth-2.21.7.jar/META-INF/NOTICE.txt) -**79** **Group:** `software.amazon.awssdk` **Name:** `aws-core` **Version:** `2.20.147` +**85** **Group:** `software.amazon.awssdk` **Name:** `aws-core` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [aws-core-2.20.147.jar/META-INF/LICENSE.txt](aws-core-2.20.147.jar/META-INF/LICENSE.txt) - - [aws-core-2.20.147.jar/META-INF/NOTICE.txt](aws-core-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [aws-core-2.21.7.jar/META-INF/LICENSE.txt](aws-core-2.21.7.jar/META-INF/LICENSE.txt) + - [aws-core-2.21.7.jar/META-INF/NOTICE.txt](aws-core-2.21.7.jar/META-INF/NOTICE.txt) -**80** **Group:** `software.amazon.awssdk` **Name:** `aws-query-protocol` **Version:** `2.20.147` +**86** **Group:** `software.amazon.awssdk` **Name:** `aws-query-protocol` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [aws-query-protocol-2.20.147.jar/META-INF/LICENSE.txt](aws-query-protocol-2.20.147.jar/META-INF/LICENSE.txt) - - [aws-query-protocol-2.20.147.jar/META-INF/NOTICE.txt](aws-query-protocol-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [aws-query-protocol-2.21.7.jar/META-INF/LICENSE.txt](aws-query-protocol-2.21.7.jar/META-INF/LICENSE.txt) + - [aws-query-protocol-2.21.7.jar/META-INF/NOTICE.txt](aws-query-protocol-2.21.7.jar/META-INF/NOTICE.txt) -**81** **Group:** `software.amazon.awssdk` **Name:** `aws-xml-protocol` **Version:** `2.20.147` +**87** **Group:** `software.amazon.awssdk` **Name:** `aws-xml-protocol` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [aws-xml-protocol-2.20.147.jar/META-INF/LICENSE.txt](aws-xml-protocol-2.20.147.jar/META-INF/LICENSE.txt) - - [aws-xml-protocol-2.20.147.jar/META-INF/NOTICE.txt](aws-xml-protocol-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [aws-xml-protocol-2.21.7.jar/META-INF/LICENSE.txt](aws-xml-protocol-2.21.7.jar/META-INF/LICENSE.txt) + - [aws-xml-protocol-2.21.7.jar/META-INF/NOTICE.txt](aws-xml-protocol-2.21.7.jar/META-INF/NOTICE.txt) -**82** **Group:** `software.amazon.awssdk` **Name:** `crt-core` **Version:** `2.20.147` +**88** **Group:** `software.amazon.awssdk` **Name:** `checksums` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [crt-core-2.20.147.jar/META-INF/LICENSE.txt](crt-core-2.20.147.jar/META-INF/LICENSE.txt) - - [crt-core-2.20.147.jar/META-INF/NOTICE.txt](crt-core-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [checksums-2.21.7.jar/META-INF/LICENSE.txt](checksums-2.21.7.jar/META-INF/LICENSE.txt) + - [checksums-2.21.7.jar/META-INF/NOTICE.txt](checksums-2.21.7.jar/META-INF/NOTICE.txt) -**83** **Group:** `software.amazon.awssdk` **Name:** `endpoints-spi` **Version:** `2.20.147` +**89** **Group:** `software.amazon.awssdk` **Name:** `checksums-spi` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [endpoints-spi-2.20.147.jar/META-INF/LICENSE.txt](endpoints-spi-2.20.147.jar/META-INF/LICENSE.txt) - - [endpoints-spi-2.20.147.jar/META-INF/NOTICE.txt](endpoints-spi-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [checksums-spi-2.21.7.jar/META-INF/LICENSE.txt](checksums-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [checksums-spi-2.21.7.jar/META-INF/NOTICE.txt](checksums-spi-2.21.7.jar/META-INF/NOTICE.txt) -**84** **Group:** `software.amazon.awssdk` **Name:** `http-client-spi` **Version:** `2.20.147` +**90** **Group:** `software.amazon.awssdk` **Name:** `crt-core` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [crt-core-2.21.7.jar/META-INF/LICENSE.txt](crt-core-2.21.7.jar/META-INF/LICENSE.txt) + - [crt-core-2.21.7.jar/META-INF/NOTICE.txt](crt-core-2.21.7.jar/META-INF/NOTICE.txt) + +**91** **Group:** `software.amazon.awssdk` **Name:** `endpoints-spi` **Version:** `2.21.7` +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [endpoints-spi-2.21.7.jar/META-INF/LICENSE.txt](endpoints-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [endpoints-spi-2.21.7.jar/META-INF/NOTICE.txt](endpoints-spi-2.21.7.jar/META-INF/NOTICE.txt) + +**92** **Group:** `software.amazon.awssdk` **Name:** `http-auth` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [http-client-spi-2.20.147.jar/META-INF/LICENSE.txt](http-client-spi-2.20.147.jar/META-INF/LICENSE.txt) - - [http-client-spi-2.20.147.jar/META-INF/NOTICE.txt](http-client-spi-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [http-auth-2.21.7.jar/META-INF/LICENSE.txt](http-auth-2.21.7.jar/META-INF/LICENSE.txt) + - [http-auth-2.21.7.jar/META-INF/NOTICE.txt](http-auth-2.21.7.jar/META-INF/NOTICE.txt) -**85** **Group:** `software.amazon.awssdk` **Name:** `json-utils` **Version:** `2.20.147` +**93** **Group:** `software.amazon.awssdk` **Name:** `http-auth-aws` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [json-utils-2.20.147.jar/META-INF/LICENSE.txt](json-utils-2.20.147.jar/META-INF/LICENSE.txt) - - [json-utils-2.20.147.jar/META-INF/NOTICE.txt](json-utils-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [http-auth-aws-2.21.7.jar/META-INF/LICENSE.txt](http-auth-aws-2.21.7.jar/META-INF/LICENSE.txt) + - [http-auth-aws-2.21.7.jar/META-INF/NOTICE.txt](http-auth-aws-2.21.7.jar/META-INF/NOTICE.txt) -**86** **Group:** `software.amazon.awssdk` **Name:** `metrics-spi` **Version:** `2.20.147` +**94** **Group:** `software.amazon.awssdk` **Name:** `http-auth-spi` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [metrics-spi-2.20.147.jar/META-INF/LICENSE.txt](metrics-spi-2.20.147.jar/META-INF/LICENSE.txt) - - [metrics-spi-2.20.147.jar/META-INF/NOTICE.txt](metrics-spi-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [http-auth-spi-2.21.7.jar/META-INF/LICENSE.txt](http-auth-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [http-auth-spi-2.21.7.jar/META-INF/NOTICE.txt](http-auth-spi-2.21.7.jar/META-INF/NOTICE.txt) -**87** **Group:** `software.amazon.awssdk` **Name:** `netty-nio-client` **Version:** `2.20.147` +**95** **Group:** `software.amazon.awssdk` **Name:** `http-client-spi` **Version:** `2.21.7` > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [netty-nio-client-2.20.147.jar/META-INF/LICENSE.txt](netty-nio-client-2.20.147.jar/META-INF/LICENSE.txt) - - [netty-nio-client-2.20.147.jar/META-INF/NOTICE.txt](netty-nio-client-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [http-client-spi-2.21.7.jar/META-INF/LICENSE.txt](http-client-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [http-client-spi-2.21.7.jar/META-INF/NOTICE.txt](http-client-spi-2.21.7.jar/META-INF/NOTICE.txt) -**88** **Group:** `software.amazon.awssdk` **Name:** `profiles` **Version:** `2.20.147` +**96** **Group:** `software.amazon.awssdk` **Name:** `identity-spi` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [profiles-2.20.147.jar/META-INF/LICENSE.txt](profiles-2.20.147.jar/META-INF/LICENSE.txt) - - [profiles-2.20.147.jar/META-INF/NOTICE.txt](profiles-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [identity-spi-2.21.7.jar/META-INF/LICENSE.txt](identity-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [identity-spi-2.21.7.jar/META-INF/NOTICE.txt](identity-spi-2.21.7.jar/META-INF/NOTICE.txt) -**89** **Group:** `software.amazon.awssdk` **Name:** `protocol-core` **Version:** `2.20.147` +**97** **Group:** `software.amazon.awssdk` **Name:** `json-utils` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [protocol-core-2.20.147.jar/META-INF/LICENSE.txt](protocol-core-2.20.147.jar/META-INF/LICENSE.txt) - - [protocol-core-2.20.147.jar/META-INF/NOTICE.txt](protocol-core-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [json-utils-2.21.7.jar/META-INF/LICENSE.txt](json-utils-2.21.7.jar/META-INF/LICENSE.txt) + - [json-utils-2.21.7.jar/META-INF/NOTICE.txt](json-utils-2.21.7.jar/META-INF/NOTICE.txt) + +**98** **Group:** `software.amazon.awssdk` **Name:** `metrics-spi` **Version:** `2.21.7` +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [metrics-spi-2.21.7.jar/META-INF/LICENSE.txt](metrics-spi-2.21.7.jar/META-INF/LICENSE.txt) + - [metrics-spi-2.21.7.jar/META-INF/NOTICE.txt](metrics-spi-2.21.7.jar/META-INF/NOTICE.txt) -**90** **Group:** `software.amazon.awssdk` **Name:** `regions` **Version:** `2.20.147` +**99** **Group:** `software.amazon.awssdk` **Name:** `netty-nio-client` **Version:** `2.21.7` > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [regions-2.20.147.jar/META-INF/LICENSE.txt](regions-2.20.147.jar/META-INF/LICENSE.txt) - - [regions-2.20.147.jar/META-INF/NOTICE.txt](regions-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [netty-nio-client-2.21.7.jar/META-INF/LICENSE.txt](netty-nio-client-2.21.7.jar/META-INF/LICENSE.txt) + - [netty-nio-client-2.21.7.jar/META-INF/NOTICE.txt](netty-nio-client-2.21.7.jar/META-INF/NOTICE.txt) -**91** **Group:** `software.amazon.awssdk` **Name:** `s3` **Version:** `2.20.147` +**100** **Group:** `software.amazon.awssdk` **Name:** `profiles` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [s3-2.20.147.jar/META-INF/LICENSE.txt](s3-2.20.147.jar/META-INF/LICENSE.txt) - - [s3-2.20.147.jar/META-INF/NOTICE.txt](s3-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [profiles-2.21.7.jar/META-INF/LICENSE.txt](profiles-2.21.7.jar/META-INF/LICENSE.txt) + - [profiles-2.21.7.jar/META-INF/NOTICE.txt](profiles-2.21.7.jar/META-INF/NOTICE.txt) -**92** **Group:** `software.amazon.awssdk` **Name:** `sdk-core` **Version:** `2.20.147` +**101** **Group:** `software.amazon.awssdk` **Name:** `protocol-core` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [sdk-core-2.20.147.jar/META-INF/LICENSE.txt](sdk-core-2.20.147.jar/META-INF/LICENSE.txt) - - [sdk-core-2.20.147.jar/META-INF/NOTICE.txt](sdk-core-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [protocol-core-2.21.7.jar/META-INF/LICENSE.txt](protocol-core-2.21.7.jar/META-INF/LICENSE.txt) + - [protocol-core-2.21.7.jar/META-INF/NOTICE.txt](protocol-core-2.21.7.jar/META-INF/NOTICE.txt) + +**102** **Group:** `software.amazon.awssdk` **Name:** `regions` **Version:** `2.21.7` +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [regions-2.21.7.jar/META-INF/LICENSE.txt](regions-2.21.7.jar/META-INF/LICENSE.txt) + - [regions-2.21.7.jar/META-INF/NOTICE.txt](regions-2.21.7.jar/META-INF/NOTICE.txt) -**93** **Group:** `software.amazon.awssdk` **Name:** `sts` **Version:** `2.20.147` +**103** **Group:** `software.amazon.awssdk` **Name:** `s3` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [sts-2.20.147.jar/META-INF/LICENSE.txt](sts-2.20.147.jar/META-INF/LICENSE.txt) - - [sts-2.20.147.jar/META-INF/NOTICE.txt](sts-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [s3-2.21.7.jar/META-INF/LICENSE.txt](s3-2.21.7.jar/META-INF/LICENSE.txt) + - [s3-2.21.7.jar/META-INF/NOTICE.txt](s3-2.21.7.jar/META-INF/NOTICE.txt) -**94** **Group:** `software.amazon.awssdk` **Name:** `third-party-jackson-core` **Version:** `2.20.147` +**104** **Group:** `software.amazon.awssdk` **Name:** `sdk-core` **Version:** `2.21.7` > - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [third-party-jackson-core-2.20.147.jar/META-INF/LICENSE](third-party-jackson-core-2.20.147.jar/META-INF/LICENSE) - - [third-party-jackson-core-2.20.147.jar/META-INF/LICENSE.txt](third-party-jackson-core-2.20.147.jar/META-INF/LICENSE.txt) - - [third-party-jackson-core-2.20.147.jar/META-INF/NOTICE](third-party-jackson-core-2.20.147.jar/META-INF/NOTICE) - - [third-party-jackson-core-2.20.147.jar/META-INF/NOTICE.txt](third-party-jackson-core-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [sdk-core-2.21.7.jar/META-INF/LICENSE.txt](sdk-core-2.21.7.jar/META-INF/LICENSE.txt) + - [sdk-core-2.21.7.jar/META-INF/NOTICE.txt](sdk-core-2.21.7.jar/META-INF/NOTICE.txt) -**95** **Group:** `software.amazon.awssdk` **Name:** `utils` **Version:** `2.20.147` +**105** **Group:** `software.amazon.awssdk` **Name:** `sts` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [sts-2.21.7.jar/META-INF/LICENSE.txt](sts-2.21.7.jar/META-INF/LICENSE.txt) + - [sts-2.21.7.jar/META-INF/NOTICE.txt](sts-2.21.7.jar/META-INF/NOTICE.txt) + +**106** **Group:** `software.amazon.awssdk` **Name:** `third-party-jackson-core` **Version:** `2.21.7` +> - **POM Project URL**: [https://aws.amazon.com/sdkforjava](https://aws.amazon.com/sdkforjava) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) -> - **Embedded license files**: [utils-2.20.147.jar/META-INF/LICENSE.txt](utils-2.20.147.jar/META-INF/LICENSE.txt) - - [utils-2.20.147.jar/META-INF/NOTICE.txt](utils-2.20.147.jar/META-INF/NOTICE.txt) +> - **Embedded license files**: [third-party-jackson-core-2.21.7.jar/META-INF/LICENSE](third-party-jackson-core-2.21.7.jar/META-INF/LICENSE) + - [third-party-jackson-core-2.21.7.jar/META-INF/LICENSE.txt](third-party-jackson-core-2.21.7.jar/META-INF/LICENSE.txt) + - [third-party-jackson-core-2.21.7.jar/META-INF/NOTICE](third-party-jackson-core-2.21.7.jar/META-INF/NOTICE) + - [third-party-jackson-core-2.21.7.jar/META-INF/NOTICE.txt](third-party-jackson-core-2.21.7.jar/META-INF/NOTICE.txt) -**96** **Group:** `software.amazon.eventstream` **Name:** `eventstream` **Version:** `1.0.1` +**107** **Group:** `software.amazon.awssdk` **Name:** `utils` **Version:** `2.21.7` +> - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) +> - **Embedded license files**: [utils-2.21.7.jar/META-INF/LICENSE.txt](utils-2.21.7.jar/META-INF/LICENSE.txt) + - [utils-2.21.7.jar/META-INF/NOTICE.txt](utils-2.21.7.jar/META-INF/NOTICE.txt) + +**108** **Group:** `software.amazon.eventstream` **Name:** `eventstream` **Version:** `1.0.1` > - **POM Project URL**: [https://github.com/awslabs/aws-eventstream-java](https://github.com/awslabs/aws-eventstream-java) > - **POM License**: Apache License, Version 2.0 - [https://aws.amazon.com/apache2.0](https://aws.amazon.com/apache2.0) ## Apache Software License - Version 2.0 -**97** **Group:** `org.eclipse.jetty` **Name:** `jetty-client` **Version:** `9.4.51.v20230217` +**109** **Group:** `org.eclipse.jetty` **Name:** `jetty-client` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -513,7 +565,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-client-9.4.51.v20230217.jar/about.html](jetty-client-9.4.51.v20230217.jar/about.html) -**98** **Group:** `org.eclipse.jetty` **Name:** `jetty-http` **Version:** `9.4.51.v20230217` +**110** **Group:** `org.eclipse.jetty` **Name:** `jetty-http` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -521,7 +573,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-http-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-http-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-http-9.4.51.v20230217.jar/about.html](jetty-http-9.4.51.v20230217.jar/about.html) -**99** **Group:** `org.eclipse.jetty` **Name:** `jetty-io` **Version:** `9.4.51.v20230217` +**111** **Group:** `org.eclipse.jetty` **Name:** `jetty-io` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -529,7 +581,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-io-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-io-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-io-9.4.51.v20230217.jar/about.html](jetty-io-9.4.51.v20230217.jar/about.html) -**100** **Group:** `org.eclipse.jetty` **Name:** `jetty-security` **Version:** `9.4.51.v20230217` +**112** **Group:** `org.eclipse.jetty` **Name:** `jetty-security` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -537,7 +589,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-security-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-security-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-security-9.4.51.v20230217.jar/about.html](jetty-security-9.4.51.v20230217.jar/about.html) -**101** **Group:** `org.eclipse.jetty` **Name:** `jetty-server` **Version:** `9.4.51.v20230217` +**113** **Group:** `org.eclipse.jetty` **Name:** `jetty-server` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -545,7 +597,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-server-9.4.51.v20230217.jar/about.html](jetty-server-9.4.51.v20230217.jar/about.html) -**102** **Group:** `org.eclipse.jetty` **Name:** `jetty-servlet` **Version:** `9.4.51.v20230217` +**114** **Group:** `org.eclipse.jetty` **Name:** `jetty-servlet` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -553,7 +605,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-servlet-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-servlet-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-servlet-9.4.51.v20230217.jar/about.html](jetty-servlet-9.4.51.v20230217.jar/about.html) -**103** **Group:** `org.eclipse.jetty` **Name:** `jetty-util` **Version:** `9.4.51.v20230217` +**115** **Group:** `org.eclipse.jetty` **Name:** `jetty-util` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -561,7 +613,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-util-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-util-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-util-9.4.51.v20230217.jar/about.html](jetty-util-9.4.51.v20230217.jar/about.html) -**104** **Group:** `org.eclipse.jetty` **Name:** `jetty-util-ajax` **Version:** `9.4.51.v20230217` +**116** **Group:** `org.eclipse.jetty` **Name:** `jetty-util-ajax` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -569,7 +621,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-util-ajax-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-util-ajax-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-util-ajax-9.4.51.v20230217.jar/about.html](jetty-util-ajax-9.4.51.v20230217.jar/about.html) -**105** **Group:** `org.eclipse.jetty` **Name:** `jetty-webapp` **Version:** `9.4.51.v20230217` +**117** **Group:** `org.eclipse.jetty` **Name:** `jetty-webapp` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -577,7 +629,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-webapp-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-webapp-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-webapp-9.4.51.v20230217.jar/about.html](jetty-webapp-9.4.51.v20230217.jar/about.html) -**106** **Group:** `org.eclipse.jetty` **Name:** `jetty-xml` **Version:** `9.4.51.v20230217` +**118** **Group:** `org.eclipse.jetty` **Name:** `jetty-xml` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -585,7 +637,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-xml-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-xml-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-xml-9.4.51.v20230217.jar/about.html](jetty-xml-9.4.51.v20230217.jar/about.html) -**107** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-api` **Version:** `9.4.51.v20230217` +**119** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-api` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -593,7 +645,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-api-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-api-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-api-9.4.51.v20230217.jar/about.html](websocket-api-9.4.51.v20230217.jar/about.html) -**108** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-client` **Version:** `9.4.51.v20230217` +**120** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-client` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -601,7 +653,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-client-9.4.51.v20230217.jar/about.html](websocket-client-9.4.51.v20230217.jar/about.html) -**109** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-common` **Version:** `9.4.51.v20230217` +**121** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-common` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -609,7 +661,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-common-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-common-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-common-9.4.51.v20230217.jar/about.html](websocket-common-9.4.51.v20230217.jar/about.html) -**110** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-server` **Version:** `9.4.51.v20230217` +**122** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-server` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -617,7 +669,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-server-9.4.51.v20230217.jar/about.html](websocket-server-9.4.51.v20230217.jar/about.html) -**111** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-servlet` **Version:** `9.4.51.v20230217` +**123** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-servlet` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -627,35 +679,59 @@ _2023-09-14 13:06:47 PDT_ ## Apache-2.0 -**112** **Group:** `com.google.api.grpc` **Name:** `proto-google-common-protos` **Version:** `2.22.0` +**124** **Group:** `com.google.api.grpc` **Name:** `proto-google-common-protos` **Version:** `2.22.0` > - **POM Project URL**: [https://github.com/googleapis/sdk-platform-java](https://github.com/googleapis/sdk-platform-java) > - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -**113** **Group:** `com.google.code.gson` **Name:** `gson` **Version:** `2.10.1` +**125** **Group:** `com.google.code.gson` **Name:** `gson` **Version:** `2.10.1` > - **Manifest Project URL**: [https://github.com/google/gson/gson](https://github.com/google/gson/gson) > - **Manifest License**: "Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) > - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +**126** **Group:** `org.apache.logging.log4j` **Name:** `log4j-api` **Version:** `2.21.1` +> - **Manifest License**: "Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) +> - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +> - **Embedded license files**: [log4j-api-2.21.1.jar/META-INF/LICENSE](log4j-api-2.21.1.jar/META-INF/LICENSE) + - [log4j-api-2.21.1.jar/META-INF/NOTICE](log4j-api-2.21.1.jar/META-INF/NOTICE) + +**127** **Group:** `org.apache.logging.log4j` **Name:** `log4j-core` **Version:** `2.21.1` +> - **Manifest License**: "Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) +> - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +> - **Embedded license files**: [log4j-core-2.21.1.jar/META-INF/LICENSE](log4j-core-2.21.1.jar/META-INF/LICENSE) + - [log4j-core-2.21.1.jar/META-INF/NOTICE](log4j-core-2.21.1.jar/META-INF/NOTICE) + +**128** **Group:** `org.apache.logging.log4j` **Name:** `log4j-slf4j-impl` **Version:** `2.21.1` +> - **Manifest License**: "Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) +> - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +> - **Embedded license files**: [log4j-slf4j-impl-2.21.1.jar/META-INF/LICENSE](log4j-slf4j-impl-2.21.1.jar/META-INF/LICENSE) + - [log4j-slf4j-impl-2.21.1.jar/META-INF/NOTICE](log4j-slf4j-impl-2.21.1.jar/META-INF/NOTICE) + +**129** **Group:** `org.apache.logging.log4j` **Name:** `log4j-to-slf4j` **Version:** `2.21.1` +> - **Manifest License**: "Apache-2.0";link="https://www.apache.org/licenses/LICENSE-2.0.txt" (Not Packaged) +> - **POM License**: Apache-2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) +> - **Embedded license files**: [log4j-to-slf4j-2.21.1.jar/META-INF/LICENSE](log4j-to-slf4j-2.21.1.jar/META-INF/LICENSE) + - [log4j-to-slf4j-2.21.1.jar/META-INF/NOTICE](log4j-to-slf4j-2.21.1.jar/META-INF/NOTICE) + ## BSD-2-Clause -**114** **Group:** `org.hdrhistogram` **Name:** `HdrHistogram` **Version:** `2.1.12` +**130** **Group:** `org.hdrhistogram` **Name:** `HdrHistogram` **Version:** `2.1.12` > - **POM Project URL**: [http://hdrhistogram.github.io/HdrHistogram/](http://hdrhistogram.github.io/HdrHistogram/) > - **POM License**: BSD-2-Clause - [https://opensource.org/licenses/BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause) > - **POM License**: Public Domain, per Creative Commons CC0 - [http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/) ## BSD-3-Clause -**115** **Group:** `com.google.protobuf` **Name:** `protobuf-java` **Version:** `3.24.3` +**131** **Group:** `com.google.protobuf` **Name:** `protobuf-java` **Version:** `3.24.4` > - **Manifest Project URL**: [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) > - **POM License**: BSD-3-Clause - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) -**116** **Group:** `com.google.protobuf` **Name:** `protobuf-java-util` **Version:** `3.24.3` +**132** **Group:** `com.google.protobuf` **Name:** `protobuf-java-util` **Version:** `3.24.4` > - **Manifest Project URL**: [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/) > - **POM License**: BSD-3-Clause - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) ## CDDL + GPLv2 with classpath exception -**117** **Group:** `javax.servlet` **Name:** `javax.servlet-api` **Version:** `4.0.1` +**133** **Group:** `javax.servlet` **Name:** `javax.servlet-api` **Version:** `4.0.1` > - **Manifest Project URL**: [https://javaee.github.io](https://javaee.github.io) > - **POM Project URL**: [https://javaee.github.io/servlet-spec/](https://javaee.github.io/servlet-spec/) > - **POM License**: CDDL + GPLv2 with classpath exception - [https://oss.oracle.com/licenses/CDDL+GPL-1.1](https://oss.oracle.com/licenses/CDDL+GPL-1.1) @@ -663,7 +739,7 @@ _2023-09-14 13:06:47 PDT_ ## EPL 2.0 -**118** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` +**134** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` > - **Manifest Project URL**: [https://www.eclipse.org](https://www.eclipse.org) > - **POM Project URL**: [https://projects.eclipse.org/projects/ee4j.ca](https://projects.eclipse.org/projects/ee4j.ca) > - **POM License**: EPL 2.0 - [http://www.eclipse.org/legal/epl-2.0](http://www.eclipse.org/legal/epl-2.0) @@ -675,7 +751,7 @@ _2023-09-14 13:06:47 PDT_ ## Eclipse Public License - Version 1.0 -**119** **Group:** `org.eclipse.jetty` **Name:** `jetty-client` **Version:** `9.4.51.v20230217` +**135** **Group:** `org.eclipse.jetty` **Name:** `jetty-client` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -683,7 +759,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-client-9.4.51.v20230217.jar/about.html](jetty-client-9.4.51.v20230217.jar/about.html) -**120** **Group:** `org.eclipse.jetty` **Name:** `jetty-http` **Version:** `9.4.51.v20230217` +**136** **Group:** `org.eclipse.jetty` **Name:** `jetty-http` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -691,7 +767,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-http-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-http-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-http-9.4.51.v20230217.jar/about.html](jetty-http-9.4.51.v20230217.jar/about.html) -**121** **Group:** `org.eclipse.jetty` **Name:** `jetty-io` **Version:** `9.4.51.v20230217` +**137** **Group:** `org.eclipse.jetty` **Name:** `jetty-io` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -699,7 +775,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-io-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-io-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-io-9.4.51.v20230217.jar/about.html](jetty-io-9.4.51.v20230217.jar/about.html) -**122** **Group:** `org.eclipse.jetty` **Name:** `jetty-security` **Version:** `9.4.51.v20230217` +**138** **Group:** `org.eclipse.jetty` **Name:** `jetty-security` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -707,7 +783,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-security-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-security-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-security-9.4.51.v20230217.jar/about.html](jetty-security-9.4.51.v20230217.jar/about.html) -**123** **Group:** `org.eclipse.jetty` **Name:** `jetty-server` **Version:** `9.4.51.v20230217` +**139** **Group:** `org.eclipse.jetty` **Name:** `jetty-server` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -715,7 +791,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-server-9.4.51.v20230217.jar/about.html](jetty-server-9.4.51.v20230217.jar/about.html) -**124** **Group:** `org.eclipse.jetty` **Name:** `jetty-servlet` **Version:** `9.4.51.v20230217` +**140** **Group:** `org.eclipse.jetty` **Name:** `jetty-servlet` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -723,7 +799,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-servlet-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-servlet-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-servlet-9.4.51.v20230217.jar/about.html](jetty-servlet-9.4.51.v20230217.jar/about.html) -**125** **Group:** `org.eclipse.jetty` **Name:** `jetty-util` **Version:** `9.4.51.v20230217` +**141** **Group:** `org.eclipse.jetty` **Name:** `jetty-util` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -731,7 +807,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-util-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-util-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-util-9.4.51.v20230217.jar/about.html](jetty-util-9.4.51.v20230217.jar/about.html) -**126** **Group:** `org.eclipse.jetty` **Name:** `jetty-util-ajax` **Version:** `9.4.51.v20230217` +**142** **Group:** `org.eclipse.jetty` **Name:** `jetty-util-ajax` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -739,7 +815,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-util-ajax-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-util-ajax-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-util-ajax-9.4.51.v20230217.jar/about.html](jetty-util-ajax-9.4.51.v20230217.jar/about.html) -**127** **Group:** `org.eclipse.jetty` **Name:** `jetty-webapp` **Version:** `9.4.51.v20230217` +**143** **Group:** `org.eclipse.jetty` **Name:** `jetty-webapp` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -747,7 +823,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-webapp-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-webapp-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-webapp-9.4.51.v20230217.jar/about.html](jetty-webapp-9.4.51.v20230217.jar/about.html) -**128** **Group:** `org.eclipse.jetty` **Name:** `jetty-xml` **Version:** `9.4.51.v20230217` +**144** **Group:** `org.eclipse.jetty` **Name:** `jetty-xml` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -755,7 +831,7 @@ _2023-09-14 13:06:47 PDT_ - [jetty-xml-9.4.51.v20230217.jar/META-INF/NOTICE.txt](jetty-xml-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [jetty-xml-9.4.51.v20230217.jar/about.html](jetty-xml-9.4.51.v20230217.jar/about.html) -**129** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-api` **Version:** `9.4.51.v20230217` +**145** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-api` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -763,7 +839,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-api-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-api-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-api-9.4.51.v20230217.jar/about.html](websocket-api-9.4.51.v20230217.jar/about.html) -**130** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-client` **Version:** `9.4.51.v20230217` +**146** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-client` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -771,7 +847,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-client-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-client-9.4.51.v20230217.jar/about.html](websocket-client-9.4.51.v20230217.jar/about.html) -**131** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-common` **Version:** `9.4.51.v20230217` +**147** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-common` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -779,7 +855,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-common-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-common-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-common-9.4.51.v20230217.jar/about.html](websocket-common-9.4.51.v20230217.jar/about.html) -**132** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-server` **Version:** `9.4.51.v20230217` +**148** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-server` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -787,7 +863,7 @@ _2023-09-14 13:06:47 PDT_ - [websocket-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt](websocket-server-9.4.51.v20230217.jar/META-INF/NOTICE.txt) - [websocket-server-9.4.51.v20230217.jar/about.html](websocket-server-9.4.51.v20230217.jar/about.html) -**133** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-servlet` **Version:** `9.4.51.v20230217` +**149** **Group:** `org.eclipse.jetty.websocket` **Name:** `websocket-servlet` **Version:** `9.4.51.v20230217` > - **Manifest Project URL**: [https://eclipse.org/jetty](https://eclipse.org/jetty) > - **POM License**: Apache Software License - Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) > - **POM License**: Eclipse Public License - Version 1.0 - [https://www.eclipse.org/org/documents/epl-v10.php](https://www.eclipse.org/org/documents/epl-v10.php) @@ -797,19 +873,19 @@ _2023-09-14 13:06:47 PDT_ ## Eclipse Public License - v 1.0 -**134** **Group:** `ch.qos.logback` **Name:** `logback-classic` **Version:** `1.2.12` +**150** **Group:** `ch.qos.logback` **Name:** `logback-classic` **Version:** `1.2.12` > - **Manifest Project URL**: [http://www.qos.ch](http://www.qos.ch) > - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) > - **POM License**: GNU Lesser General Public License - [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) -**135** **Group:** `ch.qos.logback` **Name:** `logback-core` **Version:** `1.2.12` +**151** **Group:** `ch.qos.logback` **Name:** `logback-core` **Version:** `1.2.12` > - **Manifest Project URL**: [http://www.qos.ch](http://www.qos.ch) > - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) > - **POM License**: GNU Lesser General Public License - [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) ## Eclipse Public License v. 2.0 -**136** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` +**152** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` > - **Manifest Project URL**: [https://www.eclipse.org](https://www.eclipse.org) > - **POM Project URL**: [https://projects.eclipse.org/projects/ee4j.ca](https://projects.eclipse.org/projects/ee4j.ca) > - **POM License**: EPL 2.0 - [http://www.eclipse.org/legal/epl-2.0](http://www.eclipse.org/legal/epl-2.0) @@ -821,7 +897,7 @@ _2023-09-14 13:06:47 PDT_ ## GNU General Public License, version 2 with the GNU Classpath Exception -**137** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` +**153** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` > - **Manifest Project URL**: [https://www.eclipse.org](https://www.eclipse.org) > - **POM Project URL**: [https://projects.eclipse.org/projects/ee4j.ca](https://projects.eclipse.org/projects/ee4j.ca) > - **POM License**: EPL 2.0 - [http://www.eclipse.org/legal/epl-2.0](http://www.eclipse.org/legal/epl-2.0) @@ -833,19 +909,19 @@ _2023-09-14 13:06:47 PDT_ ## GNU Lesser General Public License -**138** **Group:** `ch.qos.logback` **Name:** `logback-classic` **Version:** `1.2.12` +**154** **Group:** `ch.qos.logback` **Name:** `logback-classic` **Version:** `1.2.12` > - **Manifest Project URL**: [http://www.qos.ch](http://www.qos.ch) > - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) > - **POM License**: GNU Lesser General Public License - [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) -**139** **Group:** `ch.qos.logback` **Name:** `logback-core` **Version:** `1.2.12` +**155** **Group:** `ch.qos.logback` **Name:** `logback-core` **Version:** `1.2.12` > - **Manifest Project URL**: [http://www.qos.ch](http://www.qos.ch) > - **POM License**: Eclipse Public License - v 1.0 - [http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html) > - **POM License**: GNU Lesser General Public License - [http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) ## GPL2 w/ CPE -**140** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` +**156** **Group:** `jakarta.annotation` **Name:** `jakarta.annotation-api` **Version:** `1.3.5` > - **Manifest Project URL**: [https://www.eclipse.org](https://www.eclipse.org) > - **POM Project URL**: [https://projects.eclipse.org/projects/ee4j.ca](https://projects.eclipse.org/projects/ee4j.ca) > - **POM License**: EPL 2.0 - [http://www.eclipse.org/legal/epl-2.0](http://www.eclipse.org/legal/epl-2.0) @@ -857,280 +933,282 @@ _2023-09-14 13:06:47 PDT_ ## MIT License -**141** **Group:** `org.curioswitch.curiostack` **Name:** `protobuf-jackson` **Version:** `2.2.0` +**157** **Group:** `org.curioswitch.curiostack` **Name:** `protobuf-jackson` **Version:** `2.2.0` > - **POM Project URL**: [https://github.com/curioswitch/protobuf-jackson](https://github.com/curioswitch/protobuf-jackson) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**142** **Group:** `org.slf4j` **Name:** `jul-to-slf4j` **Version:** `1.7.36` +**158** **Group:** `org.slf4j` **Name:** `jul-to-slf4j` **Version:** `1.7.36` > - **POM Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **POM License**: MIT License - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php) -**143** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `1.7.36` +**159** **Group:** `org.slf4j` **Name:** `slf4j-api` **Version:** `1.7.36` > - **POM Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **POM License**: MIT License - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php) -**144** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `1.7.36` +**160** **Group:** `org.slf4j` **Name:** `slf4j-simple` **Version:** `1.7.36` > - **POM Project URL**: [http://www.slf4j.org](http://www.slf4j.org) > - **POM License**: MIT License - [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php) ## MIT license -**145** **Group:** `org.codehaus.mojo` **Name:** `animal-sniffer-annotations` **Version:** `1.23` +**161** **Group:** `org.codehaus.mojo` **Name:** `animal-sniffer-annotations` **Version:** `1.23` > - **POM License**: MIT license - [https://spdx.org/licenses/MIT.txt](https://spdx.org/licenses/MIT.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) ## MIT-0 -**146** **Group:** `org.reactivestreams` **Name:** `reactive-streams` **Version:** `1.0.4` +**162** **Group:** `org.reactivestreams` **Name:** `reactive-streams` **Version:** `1.0.4` > - **Manifest Project URL**: [http://reactive-streams.org](http://reactive-streams.org) > - **POM Project URL**: [http://www.reactive-streams.org/](http://www.reactive-streams.org/) > - **POM License**: MIT-0 - [https://spdx.org/licenses/MIT-0.html](https://spdx.org/licenses/MIT-0.html) ## Public Domain, per Creative Commons CC0 -**147** **Group:** `org.hdrhistogram` **Name:** `HdrHistogram` **Version:** `2.1.12` +**163** **Group:** `org.hdrhistogram` **Name:** `HdrHistogram` **Version:** `2.1.12` > - **POM Project URL**: [http://hdrhistogram.github.io/HdrHistogram/](http://hdrhistogram.github.io/HdrHistogram/) > - **POM License**: BSD-2-Clause - [https://opensource.org/licenses/BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause) > - **POM License**: Public Domain, per Creative Commons CC0 - [http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/) -**148** **Group:** `org.latencyutils` **Name:** `LatencyUtils` **Version:** `2.0.3` +**164** **Group:** `org.latencyutils` **Name:** `LatencyUtils` **Version:** `2.0.3` > - **POM Project URL**: [http://latencyutils.github.io/LatencyUtils/](http://latencyutils.github.io/LatencyUtils/) > - **POM License**: Public Domain, per Creative Commons CC0 - [http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/) ## The Apache License, Version 2.0 -**149** **Group:** `com.linecorp.armeria` **Name:** `armeria` **Version:** `1.25.2` +**165** **Group:** `com.linecorp.armeria` **Name:** `armeria` **Version:** `1.25.2` > - **POM Project URL**: [https://armeria.dev/](https://armeria.dev/) > - **POM License**: The Apache License, Version 2.0 - [https://www.apache.org/license/LICENSE-2.0.txt](https://www.apache.org/license/LICENSE-2.0.txt) > - **Embedded license files**: [armeria-1.25.2.jar/META-INF/LICENSE](armeria-1.25.2.jar/META-INF/LICENSE) -**150** **Group:** `com.linecorp.armeria` **Name:** `armeria-grpc` **Version:** `1.25.2` +**166** **Group:** `com.linecorp.armeria` **Name:** `armeria-grpc` **Version:** `1.25.2` > - **POM Project URL**: [https://armeria.dev/](https://armeria.dev/) > - **POM License**: The Apache License, Version 2.0 - [https://www.apache.org/license/LICENSE-2.0.txt](https://www.apache.org/license/LICENSE-2.0.txt) -**151** **Group:** `com.linecorp.armeria` **Name:** `armeria-grpc-protocol` **Version:** `1.25.2` +**167** **Group:** `com.linecorp.armeria` **Name:** `armeria-grpc-protocol` **Version:** `1.25.2` > - **POM Project URL**: [https://armeria.dev/](https://armeria.dev/) > - **POM License**: The Apache License, Version 2.0 - [https://www.apache.org/license/LICENSE-2.0.txt](https://www.apache.org/license/LICENSE-2.0.txt) -**152** **Group:** `com.linecorp.armeria` **Name:** `armeria-protobuf` **Version:** `1.25.2` +**168** **Group:** `com.linecorp.armeria` **Name:** `armeria-protobuf` **Version:** `1.25.2` > - **POM Project URL**: [https://armeria.dev/](https://armeria.dev/) > - **POM License**: The Apache License, Version 2.0 - [https://www.apache.org/license/LICENSE-2.0.txt](https://www.apache.org/license/LICENSE-2.0.txt) -**153** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.30.1` +**169** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**154** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-events` **Version:** `1.30.1-alpha` +**170** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api-events` **Version:** `1.31.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**155** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.30.1` +**171** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**156** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-aws` **Version:** `1.20.1` +**172** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-aws` **Version:** `1.20.1` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**157** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-incubator` **Version:** `1.30.1-alpha` +**173** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-incubator` **Version:** `1.31.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**158** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-trace-propagators` **Version:** `1.30.1` +**174** **Group:** `io.opentelemetry` **Name:** `opentelemetry-extension-trace-propagators` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**159** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.30.1` +**175** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**160** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.30.1` +**176** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**161** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.30.1` +**177** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**162** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.30.1` +**178** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**163** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.30.1` +**179** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**164** **Group:** `io.opentelemetry` **Name:** `opentelemetry-semconv` **Version:** `1.30.1-alpha` +**180** **Group:** `io.opentelemetry` **Name:** `opentelemetry-semconv` **Version:** `1.28.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**165** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-resources` **Version:** `1.29.0-alpha` +**181** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-resources` **Version:** `1.31.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**166** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-xray` **Version:** `1.29.0` +**182** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-aws-xray` **Version:** `1.31.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**167** **Group:** `io.opentelemetry.proto` **Name:** `opentelemetry-proto` **Version:** `1.0.0-alpha` +**183** **Group:** `io.opentelemetry.proto` **Name:** `opentelemetry-proto` **Version:** `1.0.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-proto-java](https://github.com/open-telemetry/opentelemetry-proto-java) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**168** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `1.6.21` +**184** **Group:** `io.opentelemetry.semconv` **Name:** `opentelemetry-semconv` **Version:** `1.21.0-alpha` +> - **POM Project URL**: [https://github.com/open-telemetry/semantic-conventions-java](https://github.com/open-telemetry/semantic-conventions-java) +> - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) + +**185** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib` **Version:** `1.9.10` > - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**169** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-common` **Version:** `1.6.21` +**186** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-common` **Version:** `1.9.10` > - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**170** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-jdk7` **Version:** `1.6.21` +**187** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-jdk7` **Version:** `1.9.10` > - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**171** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-jdk8` **Version:** `1.6.21` +**188** **Group:** `org.jetbrains.kotlin` **Name:** `kotlin-stdlib-jdk8` **Version:** `1.9.10` > - **POM Project URL**: [https://kotlinlang.org/](https://kotlinlang.org/) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**172** **Group:** `software.amazon.ion` **Name:** `ion-java` **Version:** `1.0.2` +**189** **Group:** `software.amazon.ion` **Name:** `ion-java` **Version:** `1.0.2` > - **POM Project URL**: [https://github.com/amznlabs/ion-java/](https://github.com/amznlabs/ion-java/) > - **POM License**: The Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) ## The Apache Software License, Version 2.0 -**173** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.15.2` +**190** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-annotations-2.15.2.jar/META-INF/LICENSE](jackson-annotations-2.15.2.jar/META-INF/LICENSE) - - [jackson-annotations-2.15.2.jar/META-INF/NOTICE](jackson-annotations-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-annotations-2.15.3.jar/META-INF/LICENSE](jackson-annotations-2.15.3.jar/META-INF/LICENSE) + - [jackson-annotations-2.15.3.jar/META-INF/NOTICE](jackson-annotations-2.15.3.jar/META-INF/NOTICE) -**174** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.15.2` +**191** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-core-2.15.2.jar/META-INF/LICENSE](jackson-core-2.15.2.jar/META-INF/LICENSE) - - [jackson-core-2.15.2.jar/META-INF/NOTICE](jackson-core-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.15.3.jar/META-INF/LICENSE](jackson-core-2.15.3.jar/META-INF/LICENSE) + - [jackson-core-2.15.3.jar/META-INF/NOTICE](jackson-core-2.15.3.jar/META-INF/NOTICE) -**175** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.15.2` +**192** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-databind-2.15.2.jar/META-INF/LICENSE](jackson-databind-2.15.2.jar/META-INF/LICENSE) - - [jackson-databind-2.15.2.jar/META-INF/NOTICE](jackson-databind-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.15.3.jar/META-INF/LICENSE](jackson-databind-2.15.3.jar/META-INF/LICENSE) + - [jackson-databind-2.15.3.jar/META-INF/NOTICE](jackson-databind-2.15.3.jar/META-INF/NOTICE) -**176** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-cbor` **Version:** `2.15.2` +**193** **Group:** `com.fasterxml.jackson.dataformat` **Name:** `jackson-dataformat-cbor` **Version:** `2.15.3` > - **Project URL**: [https://github.com/FasterXML/jackson-dataformats-binary](https://github.com/FasterXML/jackson-dataformats-binary) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE](jackson-dataformat-cbor-2.15.2.jar/META-INF/LICENSE) - - [jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE](jackson-dataformat-cbor-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE](jackson-dataformat-cbor-2.15.3.jar/META-INF/LICENSE) + - [jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE](jackson-dataformat-cbor-2.15.3.jar/META-INF/NOTICE) -**177** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jdk8` **Version:** `2.15.2` +**194** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jdk8` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE](jackson-datatype-jdk8-2.15.2.jar/META-INF/LICENSE) - - [jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE](jackson-datatype-jdk8-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE](jackson-datatype-jdk8-2.15.3.jar/META-INF/LICENSE) + - [jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE](jackson-datatype-jdk8-2.15.3.jar/META-INF/NOTICE) -**178** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.15.2` +**195** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.15.2.jar/META-INF/LICENSE) - - [jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.15.3.jar/META-INF/LICENSE) + - [jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.15.3.jar/META-INF/NOTICE) -**179** **Group:** `com.fasterxml.jackson.module` **Name:** `jackson-module-parameter-names` **Version:** `2.15.2` +**196** **Group:** `com.fasterxml.jackson.module` **Name:** `jackson-module-parameter-names` **Version:** `2.15.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names](https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE](jackson-module-parameter-names-2.15.2.jar/META-INF/LICENSE) - - [jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE](jackson-module-parameter-names-2.15.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE](jackson-module-parameter-names-2.15.3.jar/META-INF/LICENSE) + - [jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE](jackson-module-parameter-names-2.15.3.jar/META-INF/NOTICE) -**180** **Group:** `com.google.code.findbugs` **Name:** `jsr305` **Version:** `3.0.2` +**197** **Group:** `com.google.code.findbugs` **Name:** `jsr305` **Version:** `3.0.2` > - **POM Project URL**: [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**181** **Group:** `com.google.guava` **Name:** `failureaccess` **Version:** `1.0.1` +**198** **Group:** `com.google.guava` **Name:** `failureaccess` **Version:** `1.0.1` > - **Manifest Project URL**: [https://github.com/google/guava/](https://github.com/google/guava/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**182** **Group:** `com.google.guava` **Name:** `listenablefuture` **Version:** `9999.0-empty-to-avoid-conflict-with-guava` +**199** **Group:** `com.google.guava` **Name:** `listenablefuture` **Version:** `9999.0-empty-to-avoid-conflict-with-guava` > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**183** **Group:** `com.sparkjava` **Name:** `spark-core` **Version:** `2.9.4` +**200** **Group:** `com.sparkjava` **Name:** `spark-core` **Version:** `2.9.4` > - **POM Project URL**: [http://www.sparkjava.com](http://www.sparkjava.com) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**184** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.11.0` +**201** **Group:** `com.squareup.okhttp3` **Name:** `okhttp` **Version:** `4.12.0` > - **POM Project URL**: [https://square.github.io/okhttp/](https://square.github.io/okhttp/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -> - **Embedded license files**: [okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE](okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE) +> - **Embedded license files**: [okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE](okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE) -**185** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.2.0` +**202** **Group:** `com.squareup.okio` **Name:** `okio-jvm` **Version:** `3.6.0` > - **POM Project URL**: [https://github.com/square/okio/](https://github.com/square/okio/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**186** **Group:** `commons-logging` **Name:** `commons-logging` **Version:** `1.2` +**203** **Group:** `commons-logging` **Name:** `commons-logging` **Version:** `1.2` > - **Project URL**: [http://commons.apache.org/proper/commons-logging/](http://commons.apache.org/proper/commons-logging/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [commons-logging-1.2.jar/META-INF/LICENSE.txt](commons-logging-1.2.jar/META-INF/LICENSE.txt) - [commons-logging-1.2.jar/META-INF/NOTICE.txt](commons-logging-1.2.jar/META-INF/NOTICE.txt) -**187** **Group:** `io.micrometer` **Name:** `micrometer-commons` **Version:** `1.11.3` +**204** **Group:** `io.micrometer` **Name:** `micrometer-commons` **Version:** `1.11.3` > - **POM Project URL**: [https://github.com/micrometer-metrics/micrometer](https://github.com/micrometer-metrics/micrometer) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [micrometer-commons-1.11.3.jar/META-INF/LICENSE](micrometer-commons-1.11.3.jar/META-INF/LICENSE) - [micrometer-commons-1.11.3.jar/META-INF/NOTICE](micrometer-commons-1.11.3.jar/META-INF/NOTICE) -**188** **Group:** `io.micrometer` **Name:** `micrometer-core` **Version:** `1.11.3` +**205** **Group:** `io.micrometer` **Name:** `micrometer-core` **Version:** `1.11.3` > - **POM Project URL**: [https://github.com/micrometer-metrics/micrometer](https://github.com/micrometer-metrics/micrometer) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [micrometer-core-1.11.3.jar/META-INF/LICENSE](micrometer-core-1.11.3.jar/META-INF/LICENSE) - [micrometer-core-1.11.3.jar/META-INF/NOTICE](micrometer-core-1.11.3.jar/META-INF/NOTICE) -**189** **Group:** `io.micrometer` **Name:** `micrometer-observation` **Version:** `1.11.3` +**206** **Group:** `io.micrometer` **Name:** `micrometer-observation` **Version:** `1.11.3` > - **POM Project URL**: [https://github.com/micrometer-metrics/micrometer](https://github.com/micrometer-metrics/micrometer) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [micrometer-observation-1.11.3.jar/META-INF/LICENSE](micrometer-observation-1.11.3.jar/META-INF/LICENSE) - [micrometer-observation-1.11.3.jar/META-INF/NOTICE](micrometer-observation-1.11.3.jar/META-INF/NOTICE) -**190** **Group:** `io.netty` **Name:** `netty-tcnative-boringssl-static` **Version:** `2.0.61.Final` +**207** **Group:** `io.netty` **Name:** `netty-tcnative-boringssl-static` **Version:** `2.0.61.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM Project URL**: [https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/](https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) > - **Embedded license files**: [netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar/META-INF/LICENSE.txt](netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar/META-INF/LICENSE.txt) - [netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar/META-INF/NOTICE.txt](netty-tcnative-boringssl-static-2.0.61.Final-osx-aarch_64.jar/META-INF/NOTICE.txt) -**191** **Group:** `io.netty` **Name:** `netty-tcnative-classes` **Version:** `2.0.61.Final` +**208** **Group:** `io.netty` **Name:** `netty-tcnative-classes` **Version:** `2.0.61.Final` > - **Manifest Project URL**: [https://netty.io/](https://netty.io/) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) -**192** **Group:** `org.codehaus.mojo` **Name:** `animal-sniffer-annotations` **Version:** `1.23` +**209** **Group:** `org.codehaus.mojo` **Name:** `animal-sniffer-annotations` **Version:** `1.23` > - **POM License**: MIT license - [https://spdx.org/licenses/MIT.txt](https://spdx.org/licenses/MIT.txt) > - **POM License**: The Apache Software License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0.txt](https://www.apache.org/licenses/LICENSE-2.0.txt) -**193** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0` +**210** **Group:** `org.jetbrains` **Name:** `annotations` **Version:** `13.0` > - **POM Project URL**: [http://www.jetbrains.org](http://www.jetbrains.org) > - **POM License**: The Apache Software License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt) ## The MIT License -**194** **Group:** `org.checkerframework` **Name:** `checker-qual` **Version:** `3.33.0` +**211** **Group:** `org.checkerframework` **Name:** `checker-qual` **Version:** `3.37.0` > - **Manifest License**: MIT (Not Packaged) > - **POM Project URL**: [https://checkerframework.org/](https://checkerframework.org/) > - **POM License**: The MIT License - [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT) -> - **Embedded license files**: [checker-qual-3.33.0.jar/META-INF/LICENSE.txt](checker-qual-3.33.0.jar/META-INF/LICENSE.txt) +> - **Embedded license files**: [checker-qual-3.37.0.jar/META-INF/LICENSE.txt](checker-qual-3.37.0.jar/META-INF/LICENSE.txt) ## Unknown -**195** **Group:** `com.google.guava` **Name:** `guava-parent` **Version:** `32.1.2-jre` - -**196** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.2.0` +**212** **Group:** `com.squareup.okio` **Name:** `okio` **Version:** `3.6.0` -**197** **Group:** `io.opentelemetry` **Name:** `opentelemetry-bom` **Version:** `1.30.1` +**213** **Group:** `io.opentelemetry` **Name:** `opentelemetry-bom` **Version:** `1.31.0` -**198** **Group:** `io.opentelemetry` **Name:** `opentelemetry-bom-alpha` **Version:** `1.30.1-alpha` +**214** **Group:** `io.opentelemetry` **Name:** `opentelemetry-bom-alpha` **Version:** `1.31.0-alpha` -**199** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom` **Version:** `1.30.0` +**215** **Group:** `io.opentelemetry.instrumentation` **Name:** `opentelemetry-instrumentation-bom` **Version:** `1.31.0` diff --git a/licenses/log4j-api-2.20.0.jar/META-INF/LICENSE b/licenses/log4j-api-2.21.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/log4j-api-2.20.0.jar/META-INF/LICENSE rename to licenses/log4j-api-2.21.1.jar/META-INF/LICENSE diff --git a/licenses/log4j-api-2.20.0.jar/META-INF/NOTICE b/licenses/log4j-api-2.21.1.jar/META-INF/NOTICE similarity index 98% rename from licenses/log4j-api-2.20.0.jar/META-INF/NOTICE rename to licenses/log4j-api-2.21.1.jar/META-INF/NOTICE index 8a86b3bcc3..dff173be51 100644 --- a/licenses/log4j-api-2.20.0.jar/META-INF/NOTICE +++ b/licenses/log4j-api-2.21.1.jar/META-INF/NOTICE @@ -1,8 +1,6 @@ - Apache Log4j API Copyright 1999-2023 The Apache Software Foundation + This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - - diff --git a/licenses/log4j-core-2.20.0.jar/META-INF/LICENSE b/licenses/log4j-core-2.21.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/log4j-core-2.20.0.jar/META-INF/LICENSE rename to licenses/log4j-core-2.21.1.jar/META-INF/LICENSE diff --git a/licenses/log4j-core-2.20.0.jar/META-INF/NOTICE b/licenses/log4j-core-2.21.1.jar/META-INF/NOTICE similarity index 100% rename from licenses/log4j-core-2.20.0.jar/META-INF/NOTICE rename to licenses/log4j-core-2.21.1.jar/META-INF/NOTICE diff --git a/licenses/log4j-slf4j-impl-2.20.0.jar/META-INF/LICENSE b/licenses/log4j-slf4j-impl-2.21.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/log4j-slf4j-impl-2.20.0.jar/META-INF/LICENSE rename to licenses/log4j-slf4j-impl-2.21.1.jar/META-INF/LICENSE diff --git a/licenses/log4j-slf4j-impl-2.20.0.jar/META-INF/NOTICE b/licenses/log4j-slf4j-impl-2.21.1.jar/META-INF/NOTICE similarity index 98% rename from licenses/log4j-slf4j-impl-2.20.0.jar/META-INF/NOTICE rename to licenses/log4j-slf4j-impl-2.21.1.jar/META-INF/NOTICE index 9129b29f87..0a25d5dac2 100644 --- a/licenses/log4j-slf4j-impl-2.20.0.jar/META-INF/NOTICE +++ b/licenses/log4j-slf4j-impl-2.21.1.jar/META-INF/NOTICE @@ -1,8 +1,6 @@ - Apache Log4j SLF4J Binding Copyright 1999-2023 The Apache Software Foundation + This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - - diff --git a/licenses/log4j-to-slf4j-2.20.0.jar/META-INF/LICENSE b/licenses/log4j-to-slf4j-2.21.1.jar/META-INF/LICENSE similarity index 100% rename from licenses/log4j-to-slf4j-2.20.0.jar/META-INF/LICENSE rename to licenses/log4j-to-slf4j-2.21.1.jar/META-INF/LICENSE diff --git a/licenses/log4j-to-slf4j-2.20.0.jar/META-INF/NOTICE b/licenses/log4j-to-slf4j-2.21.1.jar/META-INF/NOTICE similarity index 98% rename from licenses/log4j-to-slf4j-2.20.0.jar/META-INF/NOTICE rename to licenses/log4j-to-slf4j-2.21.1.jar/META-INF/NOTICE index d53fc0b471..f638f3d4a9 100644 --- a/licenses/log4j-to-slf4j-2.20.0.jar/META-INF/NOTICE +++ b/licenses/log4j-to-slf4j-2.21.1.jar/META-INF/NOTICE @@ -1,8 +1,6 @@ - Apache Log4j to SLF4J Adapter Copyright 1999-2023 The Apache Software Foundation + This product includes software developed at The Apache Software Foundation (http://www.apache.org/). - - diff --git a/licenses/sdk-core-2.20.147.jar/META-INF/LICENSE.txt b/licenses/metrics-spi-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/sdk-core-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/metrics-spi-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/sdk-core-2.20.147.jar/META-INF/NOTICE.txt b/licenses/metrics-spi-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/sdk-core-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/metrics-spi-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/sts-2.20.147.jar/META-INF/LICENSE.txt b/licenses/netty-nio-client-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/sts-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/netty-nio-client-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/sts-2.20.147.jar/META-INF/NOTICE.txt b/licenses/netty-nio-client-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/sts-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/netty-nio-client-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE b/licenses/okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE similarity index 100% rename from licenses/okhttp-4.11.0.jar/okhttp3/internal/publicsuffix/NOTICE rename to licenses/okhttp-4.12.0.jar/okhttp3/internal/publicsuffix/NOTICE diff --git a/licenses/third-party-jackson-core-2.20.147.jar/META-INF/LICENSE.txt b/licenses/profiles-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/third-party-jackson-core-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/profiles-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/third-party-jackson-core-2.20.147.jar/META-INF/NOTICE.txt b/licenses/profiles-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/third-party-jackson-core-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/profiles-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/utils-2.20.147.jar/META-INF/LICENSE.txt b/licenses/protocol-core-2.21.7.jar/META-INF/LICENSE.txt similarity index 100% rename from licenses/utils-2.20.147.jar/META-INF/LICENSE.txt rename to licenses/protocol-core-2.21.7.jar/META-INF/LICENSE.txt diff --git a/licenses/utils-2.20.147.jar/META-INF/NOTICE.txt b/licenses/protocol-core-2.21.7.jar/META-INF/NOTICE.txt similarity index 100% rename from licenses/utils-2.20.147.jar/META-INF/NOTICE.txt rename to licenses/protocol-core-2.21.7.jar/META-INF/NOTICE.txt diff --git a/licenses/regions-2.21.7.jar/META-INF/LICENSE.txt b/licenses/regions-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/regions-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/regions-2.21.7.jar/META-INF/NOTICE.txt b/licenses/regions-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/regions-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/licenses/s3-2.21.7.jar/META-INF/LICENSE.txt b/licenses/s3-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/s3-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/s3-2.21.7.jar/META-INF/NOTICE.txt b/licenses/s3-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/s3-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/licenses/sdk-core-2.21.7.jar/META-INF/LICENSE.txt b/licenses/sdk-core-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/sdk-core-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/sdk-core-2.21.7.jar/META-INF/NOTICE.txt b/licenses/sdk-core-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/sdk-core-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/licenses/sts-2.21.7.jar/META-INF/LICENSE.txt b/licenses/sts-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/sts-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/sts-2.21.7.jar/META-INF/NOTICE.txt b/licenses/sts-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/sts-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/licenses/third-party-jackson-core-2.20.147.jar/META-INF/LICENSE b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/LICENSE similarity index 100% rename from licenses/third-party-jackson-core-2.20.147.jar/META-INF/LICENSE rename to licenses/third-party-jackson-core-2.21.7.jar/META-INF/LICENSE diff --git a/licenses/third-party-jackson-core-2.21.7.jar/META-INF/LICENSE.txt b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/third-party-jackson-core-2.20.147.jar/META-INF/NOTICE b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/NOTICE similarity index 100% rename from licenses/third-party-jackson-core-2.20.147.jar/META-INF/NOTICE rename to licenses/third-party-jackson-core-2.21.7.jar/META-INF/NOTICE diff --git a/licenses/third-party-jackson-core-2.21.7.jar/META-INF/NOTICE.txt b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/third-party-jackson-core-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/licenses/utils-2.21.7.jar/META-INF/LICENSE.txt b/licenses/utils-2.21.7.jar/META-INF/LICENSE.txt new file mode 100644 index 0000000000..8b1f0292c6 --- /dev/null +++ b/licenses/utils-2.21.7.jar/META-INF/LICENSE.txt @@ -0,0 +1,206 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Note: Other license terms may apply to certain, identified software files contained within or distributed + with the accompanying software if such terms are included in the directory containing the accompanying software. + Such other license terms will then apply in lieu of the terms of the software license above. \ No newline at end of file diff --git a/licenses/utils-2.21.7.jar/META-INF/NOTICE.txt b/licenses/utils-2.21.7.jar/META-INF/NOTICE.txt new file mode 100644 index 0000000000..7b5a068903 --- /dev/null +++ b/licenses/utils-2.21.7.jar/META-INF/NOTICE.txt @@ -0,0 +1,25 @@ +AWS SDK for Java 2.0 +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. + +This product includes software developed by +Amazon Technologies, Inc (http://www.amazon.com/). + +********************** +THIRD PARTY COMPONENTS +********************** +This software includes third party software subject to the following copyrights: +- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty. +- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc. +- Apache Commons Lang - https://github.com/apache/commons-lang +- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams +- Jackson-core - https://github.com/FasterXML/jackson-core +- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary + +The licenses for these third party components are included in LICENSE.txt + +- For Apache Commons Lang see also this required NOTICE: + Apache Commons Lang + Copyright 2001-2020 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (https://www.apache.org/). diff --git a/settings.gradle.kts b/settings.gradle.kts index 9ba944e147..6664b29078 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,7 +16,7 @@ pluginManagement { plugins { id("com.diffplug.spotless") version "6.21.0" - id("com.github.ben-manes.versions") version "0.48.0" + id("com.github.ben-manes.versions") version "0.49.0" id("com.github.jk1.dependency-license-report") version "2.5" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.google.cloud.tools.jib") version "3.4.0"