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 88d9f40a3 Merge 1.5.0 changes back to master.
add 753cfc3e5 GUACAMOLE-1594: Update to latest version of Jackson (2.14.0).
add 6637f4911 GUACAMOLE-1594: Update to Spring Security 5.7.5.
add 4c8ba81c1 GUACAMOLE-1594: Override transitive common-text for LDAP
with latest release (1.10.0).
add 1fc475ad3 GUACAMOLE-1594: Merge Java dependency version bumps to
latest compatible versions.
new 2f6687cd7 Merge changes from 1.5.0 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:
.../NOTICE.txt | 2 +-
.../README | 2 +-
.../apache-commons-text-1.10.0/dep-coordinates.txt | 1 +
doc/licenses/apache-commons-text-1.9/dep-coordinates.txt | 1 -
doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/NOTICE | 0
doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/README | 2 +-
.../{jackson-2.13.4 => jackson-2.14.0}/dep-coordinates.txt | 8 ++++----
doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt | 1 -
.../NOTICE | 0
.../README | 2 +-
doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt | 1 +
doc/licenses/snakeyaml-1.31/dep-coordinates.txt | 1 -
doc/licenses/{snakeyaml-1.31 => snakeyaml-1.33}/README | 2 +-
doc/licenses/snakeyaml-1.33/dep-coordinates.txt | 1 +
doc/licenses/spring-security-5.7.4/dep-coordinates.txt | 3 ---
.../NOTICE | 0
.../README | 2 +-
doc/licenses/spring-security-5.7.5/dep-coordinates.txt | 3 +++
extensions/guacamole-auth-json/pom.xml | 2 +-
extensions/guacamole-auth-ldap/pom.xml | 14 ++++++++++++++
pom.xml | 4 ++--
21 files changed, 33 insertions(+), 19 deletions(-)
rename doc/licenses/{apache-commons-text-1.9 =>
apache-commons-text-1.10.0}/NOTICE.txt (70%)
rename doc/licenses/{apache-commons-text-1.9 =>
apache-commons-text-1.10.0}/README (92%)
create mode 100644 doc/licenses/apache-commons-text-1.10.0/dep-coordinates.txt
delete mode 100644 doc/licenses/apache-commons-text-1.9/dep-coordinates.txt
rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/NOTICE (100%)
rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/README (90%)
rename doc/licenses/{jackson-2.13.4 => jackson-2.14.0}/dep-coordinates.txt
(51%)
delete mode 100644 doc/licenses/jackson-databind-2.13.4.2/dep-coordinates.txt
rename doc/licenses/{jackson-databind-2.13.4.2 =>
jackson-databind-2.14.0}/NOTICE (100%)
rename doc/licenses/{jackson-databind-2.13.4.2 =>
jackson-databind-2.14.0}/README (90%)
create mode 100644 doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt
delete mode 100644 doc/licenses/snakeyaml-1.31/dep-coordinates.txt
rename doc/licenses/{snakeyaml-1.31 => snakeyaml-1.33}/README (91%)
create mode 100644 doc/licenses/snakeyaml-1.33/dep-coordinates.txt
delete mode 100644 doc/licenses/spring-security-5.7.4/dep-coordinates.txt
rename doc/licenses/{spring-security-5.7.4 => spring-security-5.7.5}/NOTICE
(100%)
rename doc/licenses/{spring-security-5.7.4 => spring-security-5.7.5}/README
(91%)
create mode 100644 doc/licenses/spring-security-5.7.5/dep-coordinates.txt