GUACAMOLE-1905: Update Java dependencies to latest compatible versions.

This commit is contained in:
Virtually Nick
2024-03-03 15:01:32 -05:00
parent 4c24bfd18d
commit fddcdd39f9
75 changed files with 86 additions and 72 deletions

View File

@@ -0,0 +1,14 @@
jose4j
Copyright 2012-2024 Brian Campbell
EcdsaUsingShaAlgorithm contains code for converting the concatenated
R & S values of the signature to and from DER, which was originally
derived from the Apache Santuario XML Security library's SignatureECDSA
implementation. http://santuario.apache.org/
The Base64 implementation in this software was derived from the
Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
JSON processing in this software was derived from the JSON.simple toolkit.
https://code.google.com/p/json-simple/