This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from b02f30935 GUACAMOLE-1612: Merge updates to Italian translations
add df7309c1f GUACAMOLE-1859: Update Logback to 1.3.14.
add 1b11b3104 GUACAMOLE-1859: Update xmlsec to 2.2.6 (transitive
dependency of SAML).
add c4d49f180 GUACAMOLE-1859: Update to Guava 32.1.3.
add 6eb687b87 GUACAMOLE-1859: Update to Jackson 2.16.0.
add d154b406b GUACAMOLE-1859: Update to Jersey 2.41.
add dbbe238cb GUACAMOLE-1859: Update to Apache Directory API v2.1.5.
add 4a3ecdcb5 GUACAMOLE-1859: Update to MyBatis 3.5.14.
add 6e43c7f87 GUACAMOLE-1859: Update to Kotlin 1.9.21.
add 0c6b9903a GUACAMOLE-1859: Update to jUnit 5.10.1.
add 2a7605055 GUACAMOLE-1859: Merge update to latest compatible versions
of webapp dependencies.
new 212955c16 Merge 1.5.4 changes back to master.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../licenses/apache-commons-1.16.0/NOTICE | 4 +-
.../README | 2 +-
.../apache-commons-1.16.0/dep-coordinates.txt | 1 +
doc/licenses/apache-commons-codec-1.15/NOTICE | 17 -----
.../apache-commons-codec-1.15/dep-coordinates.txt | 1 -
.../apache-commons-lang-3.12.0/dep-coordinates.txt | 1 -
.../NOTICE | 2 +-
.../README | 2 +-
.../apache-commons-lang-3.14.0/dep-coordinates.txt | 1 +
.../apache-commons-pool-2.11.1/dep-coordinates.txt | 1 -
.../NOTICE | 2 +-
.../README | 2 +-
.../apache-commons-pool-2.12.0/dep-coordinates.txt | 1 +
doc/licenses/apache-mina-2.2.2/dep-coordinates.txt | 1 -
.../NOTICE | 0
.../README | 2 +-
doc/licenses/apache-mina-2.2.3/dep-coordinates.txt | 1 +
.../apache-santuario-2.2.3/dep-coordinates.txt | 1 -
.../NOTICE | 4 +-
.../README | 2 +-
.../apache-santuario-2.2.6/dep-coordinates.txt | 1 +
.../checker-qual-3.33.0/dep-coordinates.txt | 1 -
.../LICENSE.txt | 0
.../README | 4 +-
.../checker-qual-3.37.0/dep-coordinates.txt | 1 +
.../directory-api-2.1.4/dep-coordinates.txt | 1 -
.../NOTICE | 0
.../README | 2 +-
.../directory-api-2.1.5/dep-coordinates.txt | 1 +
.../error-prone-2.18.0/dep-coordinates.txt | 1 -
.../README | 2 +-
.../error-prone-2.21.1/dep-coordinates.txt | 1 +
.../{guava-32.1.2-jre => guava-32.1.3-jre}/README | 2 +-
.../dep-coordinates.txt | 2 +-
.../{jackson-2.15.2 => jackson-2.16.0}/NOTICE | 0
.../{jackson-2.15.2 => jackson-2.16.0}/README | 2 +-
.../dep-coordinates.txt | 8 +--
.../jackson-databind-2.15.2/dep-coordinates.txt | 1 -
.../NOTICE | 0
.../README | 2 +-
.../jackson-databind-2.16.0/dep-coordinates.txt | 1 +
doc/licenses/jersey-2.40/dep-coordinates.txt | 7 --
.../{jersey-2.40 => jersey-2.41}/LICENSE.md | 0
doc/licenses/{jersey-2.40 => jersey-2.41}/README | 4 +-
doc/licenses/jersey-2.41/dep-coordinates.txt | 7 ++
doc/licenses/kotlin-1.9.10/dep-coordinates.txt | 5 --
.../{kotlin-1.9.10 => kotlin-1.9.21}/NOTICE.txt | 0
.../{kotlin-1.9.10 => kotlin-1.9.21}/README | 2 +-
doc/licenses/kotlin-1.9.21/dep-coordinates.txt | 5 ++
doc/licenses/logback-1.3.11/dep-coordinates.txt | 2 -
.../{logback-1.3.11 => logback-1.3.14}/LICENSE.txt | 0
.../{logback-1.3.11 => logback-1.3.14}/README | 4 +-
doc/licenses/logback-1.3.14/dep-coordinates.txt | 2 +
doc/licenses/mybatis-3.5.13/dep-coordinates.txt | 1 -
.../{mybatis-3.5.13 => mybatis-3.5.14}/NOTICE | 0
.../{mybatis-3.5.13 => mybatis-3.5.14}/README | 2 +-
doc/licenses/mybatis-3.5.14/dep-coordinates.txt | 1 +
doc/licenses/snakeyaml-2.0/dep-coordinates.txt | 1 -
.../{snakeyaml-2.0 => snakeyaml-2.2}/README | 2 +-
doc/licenses/snakeyaml-2.2/dep-coordinates.txt | 1 +
.../modules/guacamole-auth-jdbc-base/pom.xml | 2 +-
extensions/guacamole-auth-ldap/pom.xml | 20 +++++-
.../modules/guacamole-auth-sso-cas/pom.xml | 18 +++++
.../modules/guacamole-auth-sso-saml/pom.xml | 77 ++++++++++++++++++++--
.../modules/guacamole-vault-ksm/pom.xml | 2 +-
pom.xml | 12 ++--
66 files changed, 173 insertions(+), 85 deletions(-)
copy NOTICE => doc/licenses/apache-commons-1.16.0/NOTICE (58%)
rename doc/licenses/{apache-commons-codec-1.15 =>
apache-commons-1.16.0}/README (92%)
create mode 100644 doc/licenses/apache-commons-1.16.0/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-commons-codec-1.15/NOTICE
delete mode 100644 doc/licenses/apache-commons-codec-1.15/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-commons-lang-3.12.0/dep-coordinates.txt
rename doc/licenses/{apache-commons-lang-3.12.0 =>
apache-commons-lang-3.14.0}/NOTICE (70%)
rename doc/licenses/{apache-commons-lang-3.12.0 =>
apache-commons-lang-3.14.0}/README (92%)
create mode 100644 doc/licenses/apache-commons-lang-3.14.0/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-commons-pool-2.11.1/dep-coordinates.txt
rename doc/licenses/{apache-commons-pool-2.11.1 =>
apache-commons-pool-2.12.0}/NOTICE (70%)
rename doc/licenses/{apache-commons-pool-2.11.1 =>
apache-commons-pool-2.12.0}/README (92%)
create mode 100644 doc/licenses/apache-commons-pool-2.12.0/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-mina-2.2.2/dep-coordinates.txt
rename doc/licenses/{apache-mina-2.2.2 => apache-mina-2.2.3}/NOTICE (100%)
rename doc/licenses/{apache-mina-2.2.2 => apache-mina-2.2.3}/README (90%)
create mode 100644 doc/licenses/apache-mina-2.2.3/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-santuario-2.2.3/dep-coordinates.txt
rename doc/licenses/{apache-santuario-2.2.3 => apache-santuario-2.2.6}/NOTICE
(74%)
rename doc/licenses/{apache-santuario-2.2.3 => apache-santuario-2.2.6}/README
(91%)
create mode 100644 doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
delete mode 100644 doc/licenses/checker-qual-3.33.0/dep-coordinates.txt
rename doc/licenses/{checker-qual-3.33.0 => checker-qual-3.37.0}/LICENSE.txt
(100%)
rename doc/licenses/{checker-qual-3.33.0 => checker-qual-3.37.0}/README (74%)
create mode 100644 doc/licenses/checker-qual-3.37.0/dep-coordinates.txt
delete mode 100644 doc/licenses/directory-api-2.1.4/dep-coordinates.txt
rename doc/licenses/{directory-api-2.1.4 => directory-api-2.1.5}/NOTICE (100%)
rename doc/licenses/{directory-api-2.1.4 => directory-api-2.1.5}/README (91%)
create mode 100644 doc/licenses/directory-api-2.1.5/dep-coordinates.txt
delete mode 100644 doc/licenses/error-prone-2.18.0/dep-coordinates.txt
rename doc/licenses/{error-prone-2.18.0 => error-prone-2.21.1}/README (89%)
create mode 100644 doc/licenses/error-prone-2.21.1/dep-coordinates.txt
rename doc/licenses/{guava-32.1.2-jre => guava-32.1.3-jre}/README (90%)
rename doc/licenses/{guava-32.1.2-jre => guava-32.1.3-jre}/dep-coordinates.txt
(76%)
rename doc/licenses/{jackson-2.15.2 => jackson-2.16.0}/NOTICE (100%)
rename doc/licenses/{jackson-2.15.2 => jackson-2.16.0}/README (90%)
rename doc/licenses/{jackson-2.15.2 => jackson-2.16.0}/dep-coordinates.txt
(51%)
delete mode 100644 doc/licenses/jackson-databind-2.15.2/dep-coordinates.txt
rename doc/licenses/{jackson-databind-2.15.2 =>
jackson-databind-2.16.0}/NOTICE (100%)
rename doc/licenses/{jackson-databind-2.15.2 =>
jackson-databind-2.16.0}/README (91%)
create mode 100644 doc/licenses/jackson-databind-2.16.0/dep-coordinates.txt
delete mode 100644 doc/licenses/jersey-2.40/dep-coordinates.txt
rename doc/licenses/{jersey-2.40 => jersey-2.41}/LICENSE.md (100%)
rename doc/licenses/{jersey-2.40 => jersey-2.41}/README (67%)
create mode 100644 doc/licenses/jersey-2.41/dep-coordinates.txt
delete mode 100644 doc/licenses/kotlin-1.9.10/dep-coordinates.txt
rename doc/licenses/{kotlin-1.9.10 => kotlin-1.9.21}/NOTICE.txt (100%)
rename doc/licenses/{kotlin-1.9.10 => kotlin-1.9.21}/README (89%)
create mode 100644 doc/licenses/kotlin-1.9.21/dep-coordinates.txt
delete mode 100644 doc/licenses/logback-1.3.11/dep-coordinates.txt
rename doc/licenses/{logback-1.3.11 => logback-1.3.14}/LICENSE.txt (100%)
rename doc/licenses/{logback-1.3.11 => logback-1.3.14}/README (63%)
create mode 100644 doc/licenses/logback-1.3.14/dep-coordinates.txt
delete mode 100644 doc/licenses/mybatis-3.5.13/dep-coordinates.txt
rename doc/licenses/{mybatis-3.5.13 => mybatis-3.5.14}/NOTICE (100%)
rename doc/licenses/{mybatis-3.5.13 => mybatis-3.5.14}/README (89%)
create mode 100644 doc/licenses/mybatis-3.5.14/dep-coordinates.txt
delete mode 100644 doc/licenses/snakeyaml-2.0/dep-coordinates.txt
rename doc/licenses/{snakeyaml-2.0 => snakeyaml-2.2}/README (92%)
create mode 100644 doc/licenses/snakeyaml-2.2/dep-coordinates.txt