From 78990d97dda5fda4cfe64941af72c0d52761b27d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 22 Jan 2025 16:22:40 -0800 Subject: [PATCH] GUACAMOLE-1956: Update Bouncy Castle to latest compatible (v1.80). --- doc/licenses/bouncycastle-1.79/dep-coordinates.txt | 3 --- doc/licenses/{bouncycastle-1.79 => bouncycastle-1.80}/LICENSE | 0 doc/licenses/{bouncycastle-1.79 => bouncycastle-1.80}/README | 4 ++-- doc/licenses/bouncycastle-1.80/dep-coordinates.txt | 3 +++ .../guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 doc/licenses/bouncycastle-1.79/dep-coordinates.txt rename doc/licenses/{bouncycastle-1.79 => bouncycastle-1.80}/LICENSE (100%) rename doc/licenses/{bouncycastle-1.79 => bouncycastle-1.80}/README (76%) create mode 100644 doc/licenses/bouncycastle-1.80/dep-coordinates.txt diff --git a/doc/licenses/bouncycastle-1.79/dep-coordinates.txt b/doc/licenses/bouncycastle-1.79/dep-coordinates.txt deleted file mode 100644 index 204551f0c..000000000 --- a/doc/licenses/bouncycastle-1.79/dep-coordinates.txt +++ /dev/null @@ -1,3 +0,0 @@ -org.bouncycastle:bcpkix-jdk15to18:jar:1.79 -org.bouncycastle:bcprov-jdk15to18:jar:1.79 -org.bouncycastle:bcutil-jdk15to18:jar:1.79 diff --git a/doc/licenses/bouncycastle-1.79/LICENSE b/doc/licenses/bouncycastle-1.80/LICENSE similarity index 100% rename from doc/licenses/bouncycastle-1.79/LICENSE rename to doc/licenses/bouncycastle-1.80/LICENSE diff --git a/doc/licenses/bouncycastle-1.79/README b/doc/licenses/bouncycastle-1.80/README similarity index 76% rename from doc/licenses/bouncycastle-1.79/README rename to doc/licenses/bouncycastle-1.80/README index f74cd1c0f..6e9a57a5e 100644 --- a/doc/licenses/bouncycastle-1.79/README +++ b/doc/licenses/bouncycastle-1.80/README @@ -1,7 +1,7 @@ BouncyCastle Crypto (https://www.bouncycastle.org/java.html) ------------------------------------------------------------ - Version: 1.79 + Version: 1.80 From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org) License(s): - MIT (bundled/bouncycastle-1.79/LICENSE) + MIT (bundled/bouncycastle-1.80/LICENSE) diff --git a/doc/licenses/bouncycastle-1.80/dep-coordinates.txt b/doc/licenses/bouncycastle-1.80/dep-coordinates.txt new file mode 100644 index 000000000..9c1d76ec8 --- /dev/null +++ b/doc/licenses/bouncycastle-1.80/dep-coordinates.txt @@ -0,0 +1,3 @@ +org.bouncycastle:bcpkix-jdk15to18:jar:1.80 +org.bouncycastle:bcprov-jdk15to18:jar:1.80 +org.bouncycastle:bcutil-jdk15to18:jar:1.80 diff --git a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml index 3eae6d75f..93f677e56 100644 --- a/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml +++ b/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml @@ -79,7 +79,7 @@ @@ -96,7 +96,7 @@ org.bouncycastle bcpkix-jdk15to18 - 1.79 + 1.80