diff --git a/.github/scripts/.bash_history b/.github/scripts/.bash_history
index af44606c0..6ef25fda3 100644
--- a/.github/scripts/.bash_history
+++ b/.github/scripts/.bash_history
@@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
git rebase -i main
git rebase -i master
git stash
-export tempPassword="9JrI2Z/bBdMdQhYfUUlQToF3/vvFUf0pkGrBKeuH7d8="
+export tempPassword="g8Z24I8DoAY39MOvLCbQbrAR7VQyIoGXSIY20kRWfB4="
mvn run tempPassword
k6
npx k6
diff --git a/Dockerfile.web b/Dockerfile.web
index 4a376cd44..2a1f6151d 100644
--- a/Dockerfile.web
+++ b/Dockerfile.web
@@ -1,5 +1,5 @@
-FROM jeroenwillemsen/wrongsecrets:1.9.0-no-vault
-ARG argBasedVersion="1.9.0-no-vault"
+FROM jeroenwillemsen/wrongsecrets:1.9.1-no-vault
+ARG argBasedVersion="1.9.1-no-vault"
ARG CANARY_URLS="http://canarytokens.com/terms/about/s7cfbdakys13246ewd8ivuvku/post.jsp,http://canarytokens.com/terms/about/y0all60b627gzp19ahqh7rl6j/post.jsp"
ARG CTF_ENABLED=false
ARG HINTS_ENABLED=true
diff --git a/aws/k8s/secret-challenge-vault-deployment.yml b/aws/k8s/secret-challenge-vault-deployment.yml
index c02ee9ffa..3656baa89 100644
--- a/aws/k8s/secret-challenge-vault-deployment.yml
+++ b/aws/k8s/secret-challenge-vault-deployment.yml
@@ -58,7 +58,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-aws-secretsmanager"
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-k8s-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
command: [ "/bin/sh" ]
diff --git a/azure/k8s/secret-challenge-vault-deployment.yml.tpl b/azure/k8s/secret-challenge-vault-deployment.yml.tpl
index ea95a6f9e..b9489c3c4 100644
--- a/azure/k8s/secret-challenge-vault-deployment.yml.tpl
+++ b/azure/k8s/secret-challenge-vault-deployment.yml.tpl
@@ -61,7 +61,7 @@ spec:
volumeAttributes:
secretProviderClass: "azure-wrongsecrets-vault"
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-k8s-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
command: ["/bin/sh"]
diff --git a/fly.toml b/fly.toml
index 4b7fa6bb7..fe84159e1 100644
--- a/fly.toml
+++ b/fly.toml
@@ -8,7 +8,7 @@ app = "wrongsecrets"
primary_region = "ams"
[build]
- image = "docker.io/jeroenwillemsen/wrongsecrets:1.9.0-no-vault"
+ image = "docker.io/jeroenwillemsen/wrongsecrets:1.9.1-no-vault"
[env]
K8S_ENV = "Fly(Docker)"
diff --git a/gcp/k8s/secret-challenge-vault-deployment.yml.tpl b/gcp/k8s/secret-challenge-vault-deployment.yml.tpl
index e7bc6ee21..6ce055711 100644
--- a/gcp/k8s/secret-challenge-vault-deployment.yml.tpl
+++ b/gcp/k8s/secret-challenge-vault-deployment.yml.tpl
@@ -58,7 +58,7 @@ spec:
volumeAttributes:
secretProviderClass: "wrongsecrets-gcp-secretsmanager"
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-k8s-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
command: ["/bin/sh"]
diff --git a/js/index.js b/js/index.js
index 0e4f2166f..654ef1955 100644
--- a/js/index.js
+++ b/js/index.js
@@ -1,5 +1,5 @@
function secret() {
- var password = "bLyTXxM=" + 9 + "vucJ" + 6 + "F30=" + 2 + "Hqp3" + 7;
+ var password = "gPDAvOc=" + 9 + "oscR" + 6 + "HmU=" + 2 + "iwPi" + 7;
return password;
}
diff --git a/k8s/secret-challenge-deployment.yml b/k8s/secret-challenge-deployment.yml
index 45f020e7a..f6f746c0b 100644
--- a/k8s/secret-challenge-deployment.yml
+++ b/k8s/secret-challenge-deployment.yml
@@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-no-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-no-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
ports:
diff --git a/k8s/secret-challenge-vault-deployment.yml b/k8s/secret-challenge-vault-deployment.yml
index 1a4c915bb..eae4f157e 100644
--- a/k8s/secret-challenge-vault-deployment.yml
+++ b/k8s/secret-challenge-vault-deployment.yml
@@ -50,7 +50,7 @@ spec:
type: RuntimeDefault
serviceAccountName: vault
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-k8s-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-k8s-vault
imagePullPolicy: IfNotPresent
name: secret-challenge
command: ["/bin/sh"]
diff --git a/okteto/k8s/secret-challenge-ctf-deployment.yml b/okteto/k8s/secret-challenge-ctf-deployment.yml
index 83cdcabe0..7e3e7a453 100644
--- a/okteto/k8s/secret-challenge-ctf-deployment.yml
+++ b/okteto/k8s/secret-challenge-ctf-deployment.yml
@@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-no-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-no-vault
name: secret-challenge-ctf
imagePullPolicy: IfNotPresent
securityContext:
diff --git a/okteto/k8s/secret-challenge-deployment.yml b/okteto/k8s/secret-challenge-deployment.yml
index b18eb668b..e0153ab75 100644
--- a/okteto/k8s/secret-challenge-deployment.yml
+++ b/okteto/k8s/secret-challenge-deployment.yml
@@ -28,7 +28,7 @@ spec:
runAsGroup: 2000
fsGroup: 2000
containers:
- - image: jeroenwillemsen/wrongsecrets:1.9.0-no-vault
+ - image: jeroenwillemsen/wrongsecrets:1.9.1-no-vault
name: secret-challenge
imagePullPolicy: IfNotPresent
securityContext:
diff --git a/pom.xml b/pom.xml
index 9c99a6eba..a26e27204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.owasp
wrongsecrets
- 1.9.0-SNAPSHOT
+ 1.9.1-SNAPSHOT
OWASP WrongSecrets
Examples with how to not use secrets
diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html
index 90ac15788..dd7543ceb 100644
--- a/src/main/resources/templates/about.html
+++ b/src/main/resources/templates/about.html
@@ -35,38 +35,38 @@
The list below is generated with `mvn license:add-third-party`
- - Lists of 362 third-party dependencies.
+ - Lists of 363 third-party dependencies.
- (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Classic Module (ch.qos.logback:logback-classic:1.5.6 - http://logback.qos.ch/logback-classic)
- (Eclipse Public License - v 1.0) (GNU Lesser General Public License) Logback Core Module (ch.qos.logback:logback-core:1.5.6 - http://logback.qos.ch/logback-core)
- - (The MIT License (MIT)) Microsoft Azure Java Core Library (com.azure:azure-core:1.49.0 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Microsoft Azure Java Core AMQP Library (com.azure:azure-core-amqp:2.9.4 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Microsoft Azure Netty HTTP Client Library (com.azure:azure-core-http-netty:1.15.0 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Microsoft Azure Management Java Core Library (com.azure:azure-core-management:1.14.0 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Microsoft Azure client library for Identity (com.azure:azure-identity:1.12.1 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure Java Core Library (com.azure:azure-core:1.49.1 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure Java Core AMQP Library (com.azure:azure-core-amqp:2.9.6 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure Netty HTTP Client Library (com.azure:azure-core-http-netty:1.15.1 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure Management Java Core Library (com.azure:azure-core-management:1.15.0 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure client library for Identity (com.azure:azure-identity:1.13.0 - https://github.com/Azure/azure-sdk-for-java)
- (The MIT License (MIT)) Microsoft Azure Java JSON Library (com.azure:azure-json:1.1.0 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Microsoft Azure client library for KeyVault Secrets (com.azure:azure-security-keyvault-secrets:4.8.3 - https://github.com/Azure/azure-sdk-for-java)
+ - (The MIT License (MIT)) Microsoft Azure client library for KeyVault Secrets (com.azure:azure-security-keyvault-secrets:4.8.4 - https://github.com/Azure/azure-sdk-for-java)
- (The MIT License (MIT)) Microsoft Azure Java XML Library (com.azure:azure-xml:1.0.0 - https://github.com/Azure/azure-sdk-for-java)
- - (The MIT License (MIT)) Spring Cloud Azure AutoConfigure (com.azure.spring:spring-cloud-azure-autoconfigure:5.13.0 - https://microsoft.github.io/spring-cloud-azure)
- - (The MIT License (MIT)) Spring Cloud Azure Core (com.azure.spring:spring-cloud-azure-core:5.13.0 - https://microsoft.github.io/spring-cloud-azure)
- - (The MIT License (MIT)) Spring Cloud Azure Service (com.azure.spring:spring-cloud-azure-service:5.13.0 - https://microsoft.github.io/spring-cloud-azure)
- - (The MIT License (MIT)) Spring Cloud Azure Starter (com.azure.spring:spring-cloud-azure-starter:5.13.0 - https://microsoft.github.io/spring-cloud-azure)
- - (The MIT License (MIT)) Spring Cloud Azure Starter Key Vault Secrets (com.azure.spring:spring-cloud-azure-starter-keyvault-secrets:5.13.0 - https://microsoft.github.io/spring-cloud-azure)
+ - (The MIT License (MIT)) Spring Cloud Azure AutoConfigure (com.azure.spring:spring-cloud-azure-autoconfigure:5.14.0 - https://microsoft.github.io/spring-cloud-azure)
+ - (The MIT License (MIT)) Spring Cloud Azure Core (com.azure.spring:spring-cloud-azure-core:5.14.0 - https://microsoft.github.io/spring-cloud-azure)
+ - (The MIT License (MIT)) Spring Cloud Azure Service (com.azure.spring:spring-cloud-azure-service:5.14.0 - https://microsoft.github.io/spring-cloud-azure)
+ - (The MIT License (MIT)) Spring Cloud Azure Starter (com.azure.spring:spring-cloud-azure-starter:5.14.0 - https://microsoft.github.io/spring-cloud-azure)
+ - (The MIT License (MIT)) Spring Cloud Azure Starter Key Vault Secrets (com.azure.spring:spring-cloud-azure-starter-keyvault-secrets:5.14.0 - https://microsoft.github.io/spring-cloud-azure)
- (Apache License, Version 2.0) jcommander (com.beust:jcommander:1.82 - https://jcommander.org)
- (The Apache Software License, Version 2.0) Simple XML (safe) (com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 - https://github.com/dweiss/simplexml)
- (3-Clause BSD License) MinLog (com.esotericsoftware:minlog:1.3.1 - https://github.com/EsotericSoftware/minlog)
- (Apache License, Version 2.0) Internet Time Utility (com.ethlo.time:itu:1.10.2 - https://github.com/ethlo/itu)
- (The Apache Software License, Version 2.0) aalto-xml (com.fasterxml:aalto-xml:1.3.2 - https://github.com/FasterXML/aalto-xml)
- - (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.17.1 - https://github.com/FasterXML/jackson)
- - (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.17.1 - https://github.com/FasterXML/jackson-core)
- - (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.17.1 - https://github.com/FasterXML/jackson)
- - (The Apache Software License, Version 2.0) Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1 - https://github.com/FasterXML/jackson-dataformat-xml)
- - (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1 - https://github.com/FasterXML/jackson-dataformats-text)
- - (The Apache Software License, Version 2.0) Jackson datatype: jdk8 (com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.1 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8)
- - (The Apache Software License, Version 2.0) Jackson datatype: JSR310 (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310)
- - (The Apache Software License, Version 2.0) Jackson module: Afterburner (com.fasterxml.jackson.module:jackson-module-afterburner:2.17.1 - https://github.com/FasterXML/jackson-modules-base)
- - (The Apache Software License, Version 2.0) Jackson module: Blackbird (com.fasterxml.jackson.module:jackson-module-blackbird:2.17.1 - https://github.com/FasterXML/jackson-modules-base)
- - (The Apache Software License, Version 2.0) Jackson-module-parameter-names (com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.1 - https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
- - (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.6.2 - https://github.com/FasterXML/woodstox)
+ - (The Apache Software License, Version 2.0) Jackson-annotations (com.fasterxml.jackson.core:jackson-annotations:2.17.2 - https://github.com/FasterXML/jackson)
+ - (The Apache Software License, Version 2.0) Jackson-core (com.fasterxml.jackson.core:jackson-core:2.17.2 - https://github.com/FasterXML/jackson-core)
+ - (The Apache Software License, Version 2.0) jackson-databind (com.fasterxml.jackson.core:jackson-databind:2.17.2 - https://github.com/FasterXML/jackson)
+ - (The Apache Software License, Version 2.0) Jackson-dataformat-XML (com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2 - https://github.com/FasterXML/jackson-dataformat-xml)
+ - (The Apache Software License, Version 2.0) Jackson-dataformat-YAML (com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2 - https://github.com/FasterXML/jackson-dataformats-text)
+ - (The Apache Software License, Version 2.0) Jackson datatype: jdk8 (com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8)
+ - (The Apache Software License, Version 2.0) Jackson datatype: JSR310 (com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2 - https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310)
+ - (The Apache Software License, Version 2.0) Jackson module: Afterburner (com.fasterxml.jackson.module:jackson-module-afterburner:2.17.2 - https://github.com/FasterXML/jackson-modules-base)
+ - (The Apache Software License, Version 2.0) Jackson module: Blackbird (com.fasterxml.jackson.module:jackson-module-blackbird:2.17.2 - https://github.com/FasterXML/jackson-modules-base)
+ - (The Apache Software License, Version 2.0) Jackson-module-parameter-names (com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.2 - https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names)
+ - (The Apache License, Version 2.0) Woodstox (com.fasterxml.woodstox:woodstox-core:6.7.0 - https://github.com/FasterXML/woodstox)
- (GNU Lesser General Public License version 3) (The Apache Software License, Version 2.0) jffi (com.github.jnr:jffi:1.3.13 - http://github.com/jnr/jffi)
- (The Apache Software License, Version 2.0) jnr-a64asm (com.github.jnr:jnr-a64asm:1.0.0 - http://nexus.sonatype.org/oss-repository-hosting.html/jnr-a64asm)
- (The Apache Software License, Version 2.0) jnr-constants (com.github.jnr:jnr-constants:0.10.4 - http://github.com/jnr/jnr-constants)
@@ -81,19 +81,19 @@
- (Apache License 2.0) compiler (com.github.spullara.mustache.java:compiler:0.9.6 - http://github.com/spullara/mustache.java)
- (Apache License, Version 2.0) JCIP Annotations under Apache License (com.github.stephenc.jcip:jcip-annotations:1.0-1 - http://stephenc.github.com/jcip-annotations)
- (Apache 2.0) Google Android Annotations Library (com.google.android:annotations:4.1.1.4 - http://source.android.com/)
- - (BSD-3-Clause) API Common (com.google.api:api-common:2.32.0 - https://github.com/googleapis/sdk-platform-java)
- - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (Core) (com.google.api:gax:2.49.0 - https://github.com/googleapis/sdk-platform-java)
- - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (gRPC) (com.google.api:gax-grpc:2.49.0 - https://github.com/googleapis/sdk-platform-java)
- - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (HTTP JSON) (com.google.api:gax-httpjson:2.49.0 - https://github.com/googleapis/sdk-platform-java)
- - (Apache-2.0) grpc-google-common-protos (com.google.api.grpc:grpc-google-common-protos:2.40.0 - https://github.com/googleapis/sdk-platform-java)
- - (Apache-2.0) proto-google-cloud-secretmanager-v1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.45.0 - https://github.com/googleapis/google-cloud-java)
- - (Apache-2.0) proto-google-cloud-secretmanager-v1beta2 (com.google.api.grpc:proto-google-cloud-secretmanager-v1beta2:2.45.0 - https://github.com/googleapis/google-cloud-java)
- - (Apache-2.0) proto-google-common-protos (com.google.api.grpc:proto-google-common-protos:2.40.0 - https://github.com/googleapis/sdk-platform-java)
- - (Apache-2.0) proto-google-iam-v1 (com.google.api.grpc:proto-google-iam-v1:1.35.0 - https://github.com/googleapis/sdk-platform-java)
+ - (BSD-3-Clause) API Common (com.google.api:api-common:2.33.0 - https://github.com/googleapis/sdk-platform-java)
+ - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (Core) (com.google.api:gax:2.50.0 - https://github.com/googleapis/sdk-platform-java)
+ - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (gRPC) (com.google.api:gax-grpc:2.50.0 - https://github.com/googleapis/sdk-platform-java)
+ - (BSD-3-Clause) GAX (Google Api eXtensions) for Java (HTTP JSON) (com.google.api:gax-httpjson:2.50.0 - https://github.com/googleapis/sdk-platform-java)
+ - (Apache-2.0) grpc-google-common-protos (com.google.api.grpc:grpc-google-common-protos:2.41.0 - https://github.com/googleapis/sdk-platform-java)
+ - (Apache-2.0) proto-google-cloud-secretmanager-v1 (com.google.api.grpc:proto-google-cloud-secretmanager-v1:2.46.0 - https://github.com/googleapis/google-cloud-java)
+ - (Apache-2.0) proto-google-cloud-secretmanager-v1beta2 (com.google.api.grpc:proto-google-cloud-secretmanager-v1beta2:2.46.0 - https://github.com/googleapis/google-cloud-java)
+ - (Apache-2.0) proto-google-common-protos (com.google.api.grpc:proto-google-common-protos:2.41.0 - https://github.com/googleapis/sdk-platform-java)
+ - (Apache-2.0) proto-google-iam-v1 (com.google.api.grpc:proto-google-iam-v1:1.36.0 - https://github.com/googleapis/sdk-platform-java)
- (BSD New license) Google Auth Library for Java - Credentials (com.google.auth:google-auth-library-credentials:1.23.0 - https://github.com/googleapis/google-auth-library-java/google-auth-library-credentials)
- (BSD New license) Google Auth Library for Java - OAuth2 HTTP (com.google.auth:google-auth-library-oauth2-http:1.23.0 - https://github.com/googleapis/google-auth-library-java/google-auth-library-oauth2-http)
- (Apache 2.0) AutoValue Annotations (com.google.auto.value:auto-value-annotations:1.10.4 - https://github.com/google/auto/tree/main/value)
- - (Apache-2.0) Google Cloud Secret Manager (com.google.cloud:google-cloud-secretmanager:2.45.0 - https://github.com/googleapis/google-cloud-java)
+ - (Apache-2.0) Google Cloud Secret Manager (com.google.cloud:google-cloud-secretmanager:2.46.0 - https://github.com/googleapis/google-cloud-java)
- (The Apache Software License, Version 2.0) FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.2 - http://findbugs.sourceforge.net/)
- (Apache-2.0) Gson (com.google.code.gson:gson:2.10.1 - https://github.com/google/gson/gson)
- (Apache 2.0) error-prone annotations (com.google.errorprone:error_prone_annotations:2.28.0 - https://errorprone.info/error_prone_annotations)
@@ -112,7 +112,7 @@
- (The Apache Software License, Version 2.0) backport9 (com.headius:backport9:1.13 - http://nexus.sonatype.org/oss-repository-hosting.html/backport9)
- (The Apache Software License, Version 2.0) invokebinder (com.headius:invokebinder:1.13 - http://maven.apache.org)
- (The Apache Software License, Version 2.0) options (com.headius:options:1.6 - https://github.com/headius/options)
- - (MIT License) msal4j (com.microsoft.azure:msal4j:1.15.0 - https://github.com/AzureAD/microsoft-authentication-library-for-java)
+ - (MIT License) msal4j (com.microsoft.azure:msal4j:1.15.1 - https://github.com/AzureAD/microsoft-authentication-library-for-java)
- (MIT License) msal4j-persistence-extension (com.microsoft.azure:msal4j-persistence-extension:1.3.0 - https://github.com/AzureAD/microsoft-authentication-library-for-java)
- (The MIT License (MIT)) Extensions on Apache Proton-J library (com.microsoft.azure:qpid-proton-j-extensions:1.2.5 - https://github.com/Azure/qpid-proton-j-extensions)
- (The MIT License) toml4j (com.moandjiezana.toml:toml4j:0.7.2 - http://moandjiezana.com/toml/toml4j)
@@ -130,10 +130,10 @@
- (Apache License, Version 2.0) Apache Commons Collections (commons-collections:commons-collections:3.2.2 - http://commons.apache.org/collections/)
- (The Apache Software License, Version 2.0) Commons Digester (commons-digester:commons-digester:2.1 - http://commons.apache.org/digester/)
- (Apache-2.0) Apache Commons IO (commons-io:commons-io:2.16.1 - https://commons.apache.org/proper/commons-io/)
- - (Apache-2.0) Apache Commons Logging (commons-logging:commons-logging:1.3.0 - https://commons.apache.org/proper/commons-logging/)
- - (Apache-2.0) Apache Commons Validator (commons-validator:commons-validator:1.8.0 - http://commons.apache.org/proper/commons-validator/)
+ - (Apache-2.0) Apache Commons Logging (commons-logging:commons-logging:1.3.2 - https://commons.apache.org/proper/commons-logging/)
+ - (Apache-2.0) Apache Commons Validator (commons-validator:commons-validator:1.9.0 - http://commons.apache.org/proper/commons-validator/)
- (The Apache License, Version 2.0) jcs3-slf4j (io.github.jeremylong:jcs3-slf4j:1.0.5 - https://github.com/jeremylong/jcs3-slf4j/)
- - (The Apache License, Version 2.0) open-vulnerability-clients (io.github.jeremylong:open-vulnerability-clients:6.0.1 - https://github.com/jeremylong/vuln-tools/)
+ - (The Apache License, Version 2.0) open-vulnerability-clients (io.github.jeremylong:open-vulnerability-clients:6.1.2 - https://github.com/jeremylong/vuln-tools/)
- (Apache 2.0) io.grpc:grpc-alts (io.grpc:grpc-alts:1.62.2 - https://github.com/grpc/grpc-java)
- (Apache 2.0) io.grpc:grpc-api (io.grpc:grpc-api:1.62.2 - https://github.com/grpc/grpc-java)
- (Apache 2.0) io.grpc:grpc-auth (io.grpc:grpc-auth:1.62.2 - https://github.com/grpc/grpc-java)
@@ -149,10 +149,10 @@
- (Apache 2.0) io.grpc:grpc-stub (io.grpc:grpc-stub:1.62.2 - https://github.com/grpc/grpc-java)
- (Apache 2.0) io.grpc:grpc-util (io.grpc:grpc-util:1.62.2 - https://github.com/grpc/grpc-java)
- (Apache 2.0) io.grpc:grpc-xds (io.grpc:grpc-xds:1.62.2 - https://github.com/grpc/grpc-java)
- - (The Apache Software License, Version 2.0) micrometer-commons (io.micrometer:micrometer-commons:1.13.1 - https://github.com/micrometer-metrics/micrometer)
- - (The Apache Software License, Version 2.0) micrometer-core (io.micrometer:micrometer-core:1.13.1 - https://github.com/micrometer-metrics/micrometer)
- - (The Apache Software License, Version 2.0) micrometer-jakarta9 (io.micrometer:micrometer-jakarta9:1.13.1 - https://github.com/micrometer-metrics/micrometer)
- - (The Apache Software License, Version 2.0) micrometer-observation (io.micrometer:micrometer-observation:1.13.1 - https://github.com/micrometer-metrics/micrometer)
+ - (The Apache Software License, Version 2.0) micrometer-commons (io.micrometer:micrometer-commons:1.13.2 - https://github.com/micrometer-metrics/micrometer)
+ - (The Apache Software License, Version 2.0) micrometer-core (io.micrometer:micrometer-core:1.13.2 - https://github.com/micrometer-metrics/micrometer)
+ - (The Apache Software License, Version 2.0) micrometer-jakarta9 (io.micrometer:micrometer-jakarta9:1.13.2 - https://github.com/micrometer-metrics/micrometer)
+ - (The Apache Software License, Version 2.0) micrometer-observation (io.micrometer:micrometer-observation:1.13.2 - https://github.com/micrometer-metrics/micrometer)
- (Apache License, Version 2.0) Netty/Buffer (io.netty:netty-buffer:4.1.111.Final - https://netty.io/netty-buffer/)
- (Apache License, Version 2.0) Netty/Codec (io.netty:netty-codec:4.1.111.Final - https://netty.io/netty-codec/)
- (Apache License, Version 2.0) Netty/Codec/DNS (io.netty:netty-codec-dns:4.1.111.Final - https://netty.io/netty-codec-dns/)
@@ -178,9 +178,9 @@
- (The Apache License, Version 2.0) OpenCensus (io.opencensus:opencensus-contrib-http-util:0.31.1 - https://github.com/census-instrumentation/opencensus-java)
- (The Apache License, Version 2.0) OpenCensus (io.opencensus:opencensus-proto:0.2.0 - https://github.com/census-instrumentation/opencensus-proto)
- (Apache 2.0) perfmark:perfmark-api (io.perfmark:perfmark-api:0.27.0 - https://github.com/perfmark/perfmark)
- - (Apache License, Version 2.0) Non-Blocking Reactive Foundation for the JVM (io.projectreactor:reactor-core:3.6.7 - https://github.com/reactor/reactor-core)
- - (The Apache Software License, Version 2.0) Core functionality for the Reactor Netty library (io.projectreactor.netty:reactor-netty-core:1.1.20 - https://github.com/reactor/reactor-netty)
- - (The Apache Software License, Version 2.0) HTTP functionality for the Reactor Netty library (io.projectreactor.netty:reactor-netty-http:1.1.20 - https://github.com/reactor/reactor-netty)
+ - (Apache License, Version 2.0) Non-Blocking Reactive Foundation for the JVM (io.projectreactor:reactor-core:3.6.8 - https://github.com/reactor/reactor-core)
+ - (The Apache Software License, Version 2.0) Core functionality for the Reactor Netty library (io.projectreactor.netty:reactor-netty-core:1.1.21 - https://github.com/reactor/reactor-netty)
+ - (The Apache Software License, Version 2.0) HTTP functionality for the Reactor Netty library (io.projectreactor.netty:reactor-netty-http:1.1.21 - https://github.com/reactor/reactor-netty)
- (Apache License 2.0) swagger-annotations-jakarta (io.swagger.core.v3:swagger-annotations-jakarta:2.2.22 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations-jakarta)
- (Apache License 2.0) swagger-core-jakarta (io.swagger.core.v3:swagger-core-jakarta:2.2.22 - https://github.com/swagger-api/swagger-core/modules/swagger-core-jakarta)
- (Apache License 2.0) swagger-models-jakarta (io.swagger.core.v3:swagger-models-jakarta:2.2.22 - https://github.com/swagger-api/swagger-core/modules/swagger-models-jakarta)
@@ -209,16 +209,16 @@
- (Apache License, Version 2.0) Apache Commons Collections (org.apache.commons:commons-collections4:4.4 - https://commons.apache.org/proper/commons-collections/)
- (Apache-2.0) Apache Commons Compress (org.apache.commons:commons-compress:1.24.0 - https://commons.apache.org/proper/commons-compress/)
- (Apache-2.0) Apache Commons DBCP (org.apache.commons:commons-dbcp2:2.12.0 - https://commons.apache.org/proper/commons-dbcp/)
- - (Apache-2.0) Apache Commons JCS :: Core (org.apache.commons:commons-jcs3-core:3.2 - http://commons.apache.org/proper/commons-jcs/commons-jcs3-core/)
+ - (Apache-2.0) Apache Commons JCS :: Core (org.apache.commons:commons-jcs3-core:3.2.1 - http://commons.apache.org/proper/commons-jcs/commons-jcs3-core/)
- (Apache-2.0) Apache Commons Lang (org.apache.commons:commons-lang3:3.14.0 - https://commons.apache.org/proper/commons-lang/)
- (Apache-2.0) Apache Commons Pool (org.apache.commons:commons-pool2:2.12.0 - https://commons.apache.org/proper/commons-pool/)
- (Apache-2.0) Apache Commons Text (org.apache.commons:commons-text:1.12.0 - https://commons.apache.org/proper/commons-text)
- - (The Apache Software License, Version 2.0) Apache Groovy (org.apache.groovy:groovy:4.0.21 - https://groovy-lang.org)
+ - (The Apache Software License, Version 2.0) Apache Groovy (org.apache.groovy:groovy:4.0.22 - https://groovy-lang.org)
- (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents:httpclient:4.5.14 - http://hc.apache.org/httpcomponents-client-ga)
- (Apache License, Version 2.0) Apache HttpCore (org.apache.httpcomponents:httpcore:4.4.16 - http://hc.apache.org/httpcomponents-core-ga)
- (Apache License, Version 2.0) Apache HttpClient (org.apache.httpcomponents.client5:httpclient5:5.3.1 - https://hc.apache.org/httpcomponents-client-5.0.x/5.3.1/httpclient5/)
- - (Apache License, Version 2.0) Apache HttpComponents Core HTTP/1.1 (org.apache.httpcomponents.core5:httpcore5:5.2.4 - https://hc.apache.org/httpcomponents-core-5.2.x/5.2.4/httpcore5/)
- - (Apache License, Version 2.0) Apache HttpComponents Core HTTP/2 (org.apache.httpcomponents.core5:httpcore5-h2:5.2.4 - https://hc.apache.org/httpcomponents-core-5.2.x/5.2.4/httpcore5-h2/)
+ - (Apache License, Version 2.0) Apache HttpComponents Core HTTP/1.1 (org.apache.httpcomponents.core5:httpcore5:5.2.5 - https://hc.apache.org/httpcomponents-core-5.2.x/5.2.5/httpcore5/)
+ - (Apache License, Version 2.0) Apache HttpComponents Core HTTP/2 (org.apache.httpcomponents.core5:httpcore5-h2:5.2.5 - https://hc.apache.org/httpcomponents-core-5.2.x/5.2.5/httpcore5-h2/)
- (Apache-2.0) Apache Log4j API (org.apache.logging.log4j:log4j-api:2.23.1 - https://logging.apache.org/log4j/2.x/log4j/log4j-api/)
- (Apache-2.0) Apache Log4j to SLF4J Adapter (org.apache.logging.log4j:log4j-to-slf4j:2.23.1 - https://logging.apache.org/log4j/2.x/log4j/log4j-to-slf4j/)
- (Apache License, Version 2.0) Lucene Common Analyzers (org.apache.lucene:lucene-analyzers-common:8.11.3 - https://lucene.apache.org/lucene-parent/lucene-analyzers-common)
@@ -241,15 +241,17 @@
- (Apache License, Version 2.0) Doxia :: Logging API (org.apache.maven.doxia:doxia-logging-api:1.11.1 - https://maven.apache.org/doxia/doxia/doxia-logging-api/)
- (Apache License, Version 2.0) Doxia :: Sink API (org.apache.maven.doxia:doxia-sink-api:1.11.1 - https://maven.apache.org/doxia/doxia/doxia-sink-api/)
- (Apache License, Version 2.0) Apache Maven Reporting API (org.apache.maven.reporting:maven-reporting-api:3.1.1 - https://maven.apache.org/shared/maven-reporting-api/)
+ - (Apache License, Version 2.0) Maven Artifact Resolver API (org.apache.maven.resolver:maven-resolver-api:1.4.1 - https://maven.apache.org/resolver/maven-resolver-api/)
+ - (Apache License, Version 2.0) Maven Artifact Resolver Utilities (org.apache.maven.resolver:maven-resolver-util:1.4.1 - https://maven.apache.org/resolver/maven-resolver-util/)
- (Apache License, Version 2.0) Apache Maven File Management API (org.apache.maven.shared:file-management:3.1.0 - https://maven.apache.org/shared/file-management/)
- (Apache License, Version 2.0) Apache Maven Artifact Transfer (org.apache.maven.shared:maven-artifact-transfer:0.13.1 - https://maven.apache.org/shared/maven-artifact-transfer/)
- (Apache License, Version 2.0) Apache Maven Common Artifact Filters (org.apache.maven.shared:maven-common-artifact-filters:3.1.0 - https://maven.apache.org/shared/maven-common-artifact-filters/)
- - (Apache License, Version 2.0) Apache Maven Dependency Tree (org.apache.maven.shared:maven-dependency-tree:3.2.1 - https://maven.apache.org/shared/maven-dependency-tree/)
+ - (Apache-2.0) Apache Maven Dependency Tree (org.apache.maven.shared:maven-dependency-tree:3.3.0 - https://maven.apache.org/shared/maven-dependency-tree/)
- (Apache License, Version 2.0) Apache Maven Shared Utils (org.apache.maven.shared:maven-shared-utils:3.1.0 - https://maven.apache.org/shared/maven-shared-utils/)
- (Apache License, Version 2.0) Proton-J (org.apache.qpid:proton-j:0.34.1 - https://qpid.apache.org/proton/proton-j)
- - (Apache License, Version 2.0) tomcat-embed-core (org.apache.tomcat.embed:tomcat-embed-core:10.1.25 - https://tomcat.apache.org/)
- - (Apache License, Version 2.0) tomcat-embed-el (org.apache.tomcat.embed:tomcat-embed-el:10.1.25 - https://tomcat.apache.org/)
- - (Apache License, Version 2.0) tomcat-embed-websocket (org.apache.tomcat.embed:tomcat-embed-websocket:10.1.25 - https://tomcat.apache.org/)
+ - (Apache License, Version 2.0) tomcat-embed-core (org.apache.tomcat.embed:tomcat-embed-core:10.1.26 - https://tomcat.apache.org/)
+ - (Apache License, Version 2.0) tomcat-embed-el (org.apache.tomcat.embed:tomcat-embed-el:10.1.26 - https://tomcat.apache.org/)
+ - (Apache License, Version 2.0) tomcat-embed-websocket (org.apache.tomcat.embed:tomcat-embed-websocket:10.1.26 - https://tomcat.apache.org/)
- (Apache License, Version 2.0) Apache Velocity - Engine (org.apache.velocity:velocity-engine-core:2.3 - http://velocity.apache.org/engine/devel/velocity-engine-core/)
- (The Apache Software License, Version 2.0) asciidoctorj (org.asciidoctor:asciidoctorj:2.5.13 - https://github.com/asciidoctor/asciidoctorj)
- (The Apache Software License, Version 2.0) asciidoctorj-api (org.asciidoctor:asciidoctorj-api:2.5.13 - https://github.com/asciidoctor/asciidoctorj)
@@ -258,18 +260,16 @@
- (Bouncy Castle Licence) Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (org.bouncycastle:bcpkix-jdk18on:1.73 - https://www.bouncycastle.org/java.html)
- (Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.78 - https://www.bouncycastle.org/java.html)
- (Bouncy Castle Licence) Bouncy Castle ASN.1 Extension and Utility APIs (org.bouncycastle:bcutil-jdk18on:1.73 - https://www.bouncycastle.org/java.html)
- - (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.43.0 - https://checkerframework.org/)
+ - (The MIT License) Checker Qual (org.checkerframework:checker-qual:3.44.0 - https://checkerframework.org/)
- (MIT license) Animal Sniffer Annotations (org.codehaus.mojo:animal-sniffer-annotations:1.23 - https://www.mojohaus.org/animal-sniffer/animal-sniffer-annotations)
- (The Apache Software License, Version 2.0) Plexus Classworlds (org.codehaus.plexus:plexus-classworlds:2.2.3 - http://plexus.codehaus.org/plexus-classworlds/)
- (Apache License, Version 2.0) Plexus :: Component Annotations (org.codehaus.plexus:plexus-component-annotations:2.0.0 - http://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/)
- (The Apache Software License, Version 2.0) Plexus Interpolation API (org.codehaus.plexus:plexus-interpolation:1.14 - http://plexus.codehaus.org/plexus-components/plexus-interpolation)
- (Apache License, Version 2.0) Plexus Common Utilities (org.codehaus.plexus:plexus-utils:4.0.1 - https://codehaus-plexus.github.io/plexus-utils/)
- - (Apache License, Version 2.0) Plexus XML Utilities (org.codehaus.plexus:plexus-xml:4.0.3 - https://codehaus-plexus.github.io/plexus-xml/)
+ - (Apache License, Version 2.0) Plexus XML Utilities (org.codehaus.plexus:plexus-xml:4.0.4 - https://codehaus-plexus.github.io/plexus-xml/)
- (The BSD 2-Clause License) Stax2 API (org.codehaus.woodstox:stax2-api:4.2.2 - http://github.com/FasterXML/stax2-api)
- (Apache 2) org.conscrypt:conscrypt-openjdk-uber (org.conscrypt:conscrypt-openjdk-uber:2.5.2 - https://conscrypt.org/)
- (Apache-2.0) CycloneDX Core (Java) (org.cyclonedx:cyclonedx-core-java:9.0.4 - https://github.com/CycloneDX/cyclonedx-core-java)
- - (Eclipse Public License, Version 1.0) Aether API (org.eclipse.aether:aether-api:1.0.0.v20140518 - http://www.eclipse.org/aether/aether-api/)
- - (Eclipse Public License, Version 1.0) Aether Utilities (org.eclipse.aether:aether-util:1.0.0.v20140518 - http://www.eclipse.org/aether/aether-util/)
- (EDL 1.0) Angus Activation Registries (org.eclipse.angus:angus-activation:2.0.2 - https://github.com/eclipse-ee4j/angus-activation/angus-activation)
- (Eclipse Public License - Version 2.0) Eclipse Packager :: Core (org.eclipse.packager:packager-core:0.19.0 - https://eclipse.org/packager/packager-core)
- (Eclipse Public License - Version 2.0) Eclipse Packager :: RPM (org.eclipse.packager:packager-rpm:0.19.0 - https://eclipse.org/packager/packager-rpm)
@@ -301,9 +301,9 @@
- (BSD-3-Clause) asm-commons (org.ow2.asm:asm-commons:9.2 - http://asm.ow2.io/)
- (BSD-3-Clause) asm-tree (org.ow2.asm:asm-tree:9.2 - http://asm.ow2.io/)
- (BSD-3-Clause) asm-util (org.ow2.asm:asm-util:9.2 - http://asm.ow2.io/)
- - (The Apache Software License, Version 2.0) Dependency-Check Core (org.owasp:dependency-check-core:9.2.0 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-core)
- - (The Apache Software License, Version 2.0) Dependency-Check Maven Plugin (org.owasp:dependency-check-maven:9.2.0 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-maven)
- - (The Apache Software License, Version 2.0) Dependency-Check Utils (org.owasp:dependency-check-utils:9.2.0 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-utils)
+ - (The Apache Software License, Version 2.0) Dependency-Check Core (org.owasp:dependency-check-core:10.0.2 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-core)
+ - (The Apache Software License, Version 2.0) Dependency-Check Maven Plugin (org.owasp:dependency-check-maven:10.0.2 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-maven)
+ - (The Apache Software License, Version 2.0) Dependency-Check Utils (org.owasp:dependency-check-utils:10.0.2 - https://github.com/jeremylong/DependencyCheck.git/dependency-check-utils)
- (The MIT License) Project Lombok (org.projectlombok:lombok:1.18.34 - https://projectlombok.org)
- (MIT-0) reactive-streams (org.reactivestreams:reactive-streams:1.0.4 - http://www.reactive-streams.org/)
- (The MIT License) semver4j (org.semver4j:semver4j:5.3.0 - https://github.com/semver4j/semver4j)
@@ -325,30 +325,30 @@
- (The Apache License, Version 2.0) springdoc-openapi-starter-common (org.springdoc:springdoc-openapi-starter-common:2.6.0 - https://springdoc.org/springdoc-openapi-starter-common/)
- (The Apache License, Version 2.0) springdoc-openapi-starter-webmvc-api (org.springdoc:springdoc-openapi-starter-webmvc-api:2.6.0 - https://springdoc.org/springdoc-openapi-starter-webmvc-api/)
- (The Apache License, Version 2.0) springdoc-openapi-starter-webmvc-ui (org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0 - https://springdoc.org/springdoc-openapi-starter-webmvc-ui/)
- - (Apache License, Version 2.0) Spring AOP (org.springframework:spring-aop:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Beans (org.springframework:spring-beans:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Context (org.springframework:spring-context:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Core (org.springframework:spring-core:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Expression Language (SpEL) (org.springframework:spring-expression:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Commons Logging Bridge (org.springframework:spring-jcl:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Web (org.springframework:spring-web:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) Spring Web MVC (org.springframework:spring-webmvc:6.1.10 - https://github.com/spring-projects/spring-framework)
- - (Apache License, Version 2.0) spring-boot (org.springframework.boot:spring-boot:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-actuator (org.springframework.boot:spring-boot-actuator:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-actuator-autoconfigure (org.springframework.boot:spring-boot-actuator-autoconfigure:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-autoconfigure (org.springframework.boot:spring-boot-autoconfigure:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter (org.springframework.boot:spring-boot-starter:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-actuator (org.springframework.boot:spring-boot-starter-actuator:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-json (org.springframework.boot:spring-boot-starter-json:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-logging (org.springframework.boot:spring-boot-starter-logging:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-thymeleaf (org.springframework.boot:spring-boot-starter-thymeleaf:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-tomcat (org.springframework.boot:spring-boot-starter-tomcat:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) spring-boot-starter-web (org.springframework.boot:spring-boot-starter-web:3.3.1 - https://spring.io/projects/spring-boot)
- - (Apache License, Version 2.0) Spring Cloud Commons (org.springframework.cloud:spring-cloud-commons:4.1.3 - https://projects.spring.io/spring-cloud/spring-cloud-commons/)
- - (Apache License, Version 2.0) Spring Cloud Context (org.springframework.cloud:spring-cloud-context:4.1.3 - https://projects.spring.io/spring-cloud/spring-cloud-context/)
- - (Apache License, Version 2.0) spring-cloud-starter (org.springframework.cloud:spring-cloud-starter:4.1.3 - https://projects.spring.io/spring-cloud)
- - (Apache License, Version 2.0) Spring Cloud Starter Vault Config (org.springframework.cloud:spring-cloud-starter-vault-config:4.1.2 - https://cloud.spring.io/spring-cloud-vault/)
- - (Apache License, Version 2.0) Spring Cloud Vault Configuration Integration (org.springframework.cloud:spring-cloud-vault-config:4.1.2 - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config)
+ - (Apache License, Version 2.0) Spring AOP (org.springframework:spring-aop:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Beans (org.springframework:spring-beans:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Context (org.springframework:spring-context:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Core (org.springframework:spring-core:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Expression Language (SpEL) (org.springframework:spring-expression:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Commons Logging Bridge (org.springframework:spring-jcl:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Web (org.springframework:spring-web:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) Spring Web MVC (org.springframework:spring-webmvc:6.1.11 - https://github.com/spring-projects/spring-framework)
+ - (Apache License, Version 2.0) spring-boot (org.springframework.boot:spring-boot:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-actuator (org.springframework.boot:spring-boot-actuator:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-actuator-autoconfigure (org.springframework.boot:spring-boot-actuator-autoconfigure:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-autoconfigure (org.springframework.boot:spring-boot-autoconfigure:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter (org.springframework.boot:spring-boot-starter:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-actuator (org.springframework.boot:spring-boot-starter-actuator:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-json (org.springframework.boot:spring-boot-starter-json:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-logging (org.springframework.boot:spring-boot-starter-logging:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-thymeleaf (org.springframework.boot:spring-boot-starter-thymeleaf:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-tomcat (org.springframework.boot:spring-boot-starter-tomcat:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) spring-boot-starter-web (org.springframework.boot:spring-boot-starter-web:3.3.2 - https://spring.io/projects/spring-boot)
+ - (Apache License, Version 2.0) Spring Cloud Commons (org.springframework.cloud:spring-cloud-commons:4.1.4 - https://projects.spring.io/spring-cloud/spring-cloud-commons/)
+ - (Apache License, Version 2.0) Spring Cloud Context (org.springframework.cloud:spring-cloud-context:4.1.4 - https://projects.spring.io/spring-cloud/spring-cloud-context/)
+ - (Apache License, Version 2.0) spring-cloud-starter (org.springframework.cloud:spring-cloud-starter:4.1.4 - https://projects.spring.io/spring-cloud)
+ - (Apache License, Version 2.0) Spring Cloud Starter Vault Config (org.springframework.cloud:spring-cloud-starter-vault-config:4.1.3 - https://cloud.spring.io/spring-cloud-vault/)
+ - (Apache License, Version 2.0) Spring Cloud Vault Configuration Integration (org.springframework.cloud:spring-cloud-vault-config:4.1.3 - https://spring.io/spring-cloud/spring-cloud-vault-parent/spring-cloud-vault-config)
- (Apache License, Version 2.0) spring-security-config (org.springframework.security:spring-security-config:6.3.1 - https://spring.io/projects/spring-security)
- (Apache License, Version 2.0) spring-security-core (org.springframework.security:spring-security-core:6.3.1 - https://spring.io/projects/spring-security)
- (Apache License, Version 2.0) spring-security-crypto (org.springframework.security:spring-security-crypto:6.3.1 - https://spring.io/projects/spring-security)
@@ -363,39 +363,40 @@
- (Public Domain) XZ for Java (org.tukaani:xz:1.9 - https://tukaani.org/xz/java.html)
- (The Apache Software License, Version 2.0) unbescape (org.unbescape:unbescape:1.1.6.RELEASE - http://www.unbescape.org)
- (Apache License, Version 2.0) Bootstrap (org.webjars:bootstrap:5.3.3 - http://webjars.org)
- - (MIT) DataTables (org.webjars:datatables:2.0.7 - http://webjars.org)
+ - (MIT) DataTables (org.webjars:datatables:2.1.0 - http://webjars.org)
- (MIT License) jquery (org.webjars:jquery:3.7.1 - http://webjars.org)
- (Apache-2.0) Swagger UI (org.webjars:swagger-ui:5.17.14 - https://www.webjars.org)
- (BSD 2-Clause) github-buttons (org.webjars.npm:github-buttons:2.14.1 - https://www.webjars.org)
- (Common Public 1.0) pecoff4j (org.whitesource:pecoff4j:0.0.2.1 - https://github.com/whitesource/pecoff4j-maven)
- (Apache License, Version 2.0) SnakeYAML (org.yaml:snakeyaml:2.2 - https://bitbucket.org/snakeyaml/snakeyaml)
- - (Apache License, Version 2.0) AWS Java SDK :: Annotations (software.amazon.awssdk:annotations:2.26.16 - https://aws.amazon.com/sdkforjava/core/annotations)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Clients :: Apache (software.amazon.awssdk:apache-client:2.26.16 - https://aws.amazon.com/sdkforjava/http-clients/apache-client)
- - (Apache License, Version 2.0) AWS Java SDK :: Auth (software.amazon.awssdk:auth:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: AWS Core (software.amazon.awssdk:aws-core:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: AWS Json Protocol (software.amazon.awssdk:aws-json-protocol:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: AWS Query Protocol (software.amazon.awssdk:aws-query-protocol:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Checksums (software.amazon.awssdk:checksums:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Checksums SPI (software.amazon.awssdk:checksums-spi:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Endpoints SPI (software.amazon.awssdk:endpoints-spi:2.26.16 - https://aws.amazon.com/sdkforjava/core/endpoints-spi)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth (software.amazon.awssdk:http-auth:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth AWS (software.amazon.awssdk:http-auth-aws:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth SPI (software.amazon.awssdk:http-auth-spi:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Client Interface (software.amazon.awssdk:http-client-spi:2.26.16 - https://aws.amazon.com/sdkforjava/http-client-spi)
- - (Apache License, Version 2.0) AWS Java SDK :: Identity SPI (software.amazon.awssdk:identity-spi:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: Json Utils (software.amazon.awssdk:json-utils:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Metrics SPI (software.amazon.awssdk:metrics-spi:2.26.16 - https://aws.amazon.com/sdkforjava/core/metrics-spi)
- - (Apache License, Version 2.0) AWS Java SDK :: HTTP Clients :: Netty Non-Blocking I/O (software.amazon.awssdk:netty-nio-client:2.26.16 - https://aws.amazon.com/sdkforjava/http-clients/netty-nio-client)
- - (Apache License, Version 2.0) AWS Java SDK :: Profiles (software.amazon.awssdk:profiles:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: Protocol Core (software.amazon.awssdk:protocol-core:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Regions (software.amazon.awssdk:regions:2.26.16 - https://aws.amazon.com/sdkforjava/core/regions)
- - (Apache License, Version 2.0) AWS Java SDK :: Retries (software.amazon.awssdk:retries:2.26.16 - https://aws.amazon.com/sdkforjava/core/retries)
- - (Apache License, Version 2.0) AWS Java SDK :: Retries API (software.amazon.awssdk:retries-spi:2.26.16 - https://aws.amazon.com/sdkforjava/core/retries-spi)
- - (Apache License, Version 2.0) AWS Java SDK :: SDK Core (software.amazon.awssdk:sdk-core:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) (software.amazon.awssdk:ssm:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Services :: AWS STS (software.amazon.awssdk:sts:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Third Party :: Jackson-core (software.amazon.awssdk:third-party-jackson-core:2.26.16 - https://aws.amazon.com/sdkforjava)
- - (Apache License, Version 2.0) AWS Java SDK :: Utilities (software.amazon.awssdk:utils:2.26.16 - https://aws.amazon.com/sdkforjava/utils)
+ - (Apache License, Version 2.0) AWS Java SDK :: Annotations (software.amazon.awssdk:annotations:2.26.28 - https://aws.amazon.com/sdkforjava/core/annotations)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Clients :: Apache (software.amazon.awssdk:apache-client:2.26.28 - https://aws.amazon.com/sdkforjava/http-clients/apache-client)
+ - (Apache License, Version 2.0) AWS Java SDK :: Auth (software.amazon.awssdk:auth:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: AWS Core (software.amazon.awssdk:aws-core:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: AWS Json Protocol (software.amazon.awssdk:aws-json-protocol:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: AWS Query Protocol (software.amazon.awssdk:aws-query-protocol:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Checksums (software.amazon.awssdk:checksums:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Checksums SPI (software.amazon.awssdk:checksums-spi:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Endpoints SPI (software.amazon.awssdk:endpoints-spi:2.26.28 - https://aws.amazon.com/sdkforjava/core/endpoints-spi)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth (software.amazon.awssdk:http-auth:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth AWS (software.amazon.awssdk:http-auth-aws:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth Event Stream (software.amazon.awssdk:http-auth-aws-eventstream:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Auth SPI (software.amazon.awssdk:http-auth-spi:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Client Interface (software.amazon.awssdk:http-client-spi:2.26.28 - https://aws.amazon.com/sdkforjava/http-client-spi)
+ - (Apache License, Version 2.0) AWS Java SDK :: Identity SPI (software.amazon.awssdk:identity-spi:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: Json Utils (software.amazon.awssdk:json-utils:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Metrics SPI (software.amazon.awssdk:metrics-spi:2.26.28 - https://aws.amazon.com/sdkforjava/core/metrics-spi)
+ - (Apache License, Version 2.0) AWS Java SDK :: HTTP Clients :: Netty Non-Blocking I/O (software.amazon.awssdk:netty-nio-client:2.26.28 - https://aws.amazon.com/sdkforjava/http-clients/netty-nio-client)
+ - (Apache License, Version 2.0) AWS Java SDK :: Profiles (software.amazon.awssdk:profiles:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Core :: Protocols :: Protocol Core (software.amazon.awssdk:protocol-core:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Regions (software.amazon.awssdk:regions:2.26.28 - https://aws.amazon.com/sdkforjava/core/regions)
+ - (Apache License, Version 2.0) AWS Java SDK :: Retries (software.amazon.awssdk:retries:2.26.28 - https://aws.amazon.com/sdkforjava/core/retries)
+ - (Apache License, Version 2.0) AWS Java SDK :: Retries API (software.amazon.awssdk:retries-spi:2.26.28 - https://aws.amazon.com/sdkforjava/core/retries-spi)
+ - (Apache License, Version 2.0) AWS Java SDK :: SDK Core (software.amazon.awssdk:sdk-core:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Services :: AWS Simple Systems Management (SSM) (software.amazon.awssdk:ssm:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Services :: AWS STS (software.amazon.awssdk:sts:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Third Party :: Jackson-core (software.amazon.awssdk:third-party-jackson-core:2.26.28 - https://aws.amazon.com/sdkforjava)
+ - (Apache License, Version 2.0) AWS Java SDK :: Utilities (software.amazon.awssdk:utils:2.26.28 - https://aws.amazon.com/sdkforjava/utils)
- (Apache License, Version 2.0) AWS Event Stream (software.amazon.eventstream:eventstream:1.0.1 - https://github.com/awslabs/aws-eventstream-java)
- (Apache-2.0) CPE Parser (us.springett:cpe-parser:2.1.0 - https://github.com/stevespringett/CPE-Parser)