This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


    from d3b784dfa Merge changes from patch branch back to main.
     add 68a0d22d2 GUACAMOLE-1956: Bring Java and JavaScript dependencies up to 
date.
     add addac2a26 GUACAMOLE-1956: Merge updates to Java and JavaScript 
dependencies.
     add 2a0e06fa0 Merge 1.6.0 changes back to patch.
     add 468c05070 Merge changes from patch branch back to main.

No new revisions were added by this update.

Summary of changes:
 .../apache-commons-1.17.0/dep-coordinates.txt      |     1 -
 .../NOTICE                                         |     0
 .../README                                         |     3 +-
 .../apache-commons-1.17.1/dep-coordinates.txt      |     1 +
 .../apache-commons-lang-3.14.0/dep-coordinates.txt |     1 -
 .../NOTICE                                         |     0
 .../README                                         |     3 +-
 .../apache-commons-lang-3.16.0/dep-coordinates.txt |     1 +
 .../apache-commons-text-1.11.0/dep-coordinates.txt |     1 -
 .../NOTICE.txt                                     |     0
 .../README                                         |     3 +-
 .../apache-commons-text-1.12.0/dep-coordinates.txt |     1 +
 .../apache-santuario-2.2.6/dep-coordinates.txt     |     1 -
 .../NOTICE                                         |     0
 .../README                                         |     3 +-
 .../apache-santuario-4.0.2/dep-coordinates.txt     |     1 +
 .../blob-polyfill-7.0.20220408/dep-coordinates.txt |     1 -
 .../LICENSE.md                                     |     0
 .../README                                         |     5 +-
 .../blob-polyfill-9.0.20240710/dep-coordinates.txt |     1 +
 doc/licenses/bouncycastle-1.70/README              |     1 -
 .../LICENSE                                        |     0
 .../README                                         |     5 +-
 .../bouncycastle-2.0.0/dep-coordinates.txt         |     1 +
 .../LICENSE                                        |     0
 doc/licenses/bouncycastle-2.0.3/README             |     7 +
 .../bouncycastle-2.0.3/dep-coordinates.txt         |     1 +
 .../bouncycastle-fips-1.0.2.5/dep-coordinates.txt  |     1 -
 .../dep-coordinates.txt                            |     1 -
 .../LICENSE                                        |     0
 .../README                                         |     5 +-
 .../dep-coordinates.txt                            |     1 +
 doc/licenses/caffeine-2.9.3/README                 |     1 -
 .../directory-api-2.1.6/dep-coordinates.txt        |     1 -
 .../NOTICE                                         |     0
 .../README                                         |     1 -
 .../directory-api-2.1.7/dep-coordinates.txt        |     1 +
 doc/licenses/fuzzysort-2.0.4/dep-coordinates.txt   |     1 -
 .../{fuzzysort-2.0.4 => fuzzysort-3.0.2}/LICENSE   |     0
 .../{fuzzysort-2.0.4 => fuzzysort-3.0.2}/README    |     5 +-
 doc/licenses/fuzzysort-3.0.2/dep-coordinates.txt   |     1 +
 .../woodstox-core-5.4.0/dep-coordinates.txt        |     1 -
 .../README                                         |     3 +-
 .../woodstox-core-6.6.0/dep-coordinates.txt        |     1 +
 .../LICENSE                                        |     0
 .../README                                         |     3 +-
 .../woodstox-stax2-api-4.2.2/dep-coordinates.txt   |     1 +
 .../woodstox-stax2-api-4.2/dep-coordinates.txt     |     1 -
 extensions/guacamole-auth-ldap/pom.xml             |     8 +-
 .../modules/guacamole-auth-sso-cas/pom.xml         |     2 +-
 .../modules/guacamole-auth-sso-saml/pom.xml        |    12 +-
 .../modules/guacamole-auth-sso-ssl/pom.xml         |     4 +-
 .../modules/guacamole-vault-ksm/pom.xml            |     2 +-
 guacamole-common-js/package-lock.json              |  1624 +--
 guacamole-common-js/package.json                   |     6 +-
 guacamole/src/main/frontend/package-lock.json      | 12296 ++-----------------
 guacamole/src/main/frontend/package.json           |     6 +-
 57 files changed, 1342 insertions(+), 12689 deletions(-)
 delete mode 100644 doc/licenses/apache-commons-1.17.0/dep-coordinates.txt
 rename doc/licenses/{apache-commons-1.17.0 => apache-commons-1.17.1}/NOTICE 
(100%)
 rename doc/licenses/{apache-commons-1.17.0 => apache-commons-1.17.1}/README 
(92%)
 create mode 100644 doc/licenses/apache-commons-1.17.1/dep-coordinates.txt
 delete mode 100644 doc/licenses/apache-commons-lang-3.14.0/dep-coordinates.txt
 rename doc/licenses/{apache-commons-lang-3.14.0 => 
apache-commons-lang-3.16.0}/NOTICE (100%)
 rename doc/licenses/{apache-commons-lang-3.14.0 => 
apache-commons-lang-3.16.0}/README (91%)
 create mode 100644 doc/licenses/apache-commons-lang-3.16.0/dep-coordinates.txt
 delete mode 100644 doc/licenses/apache-commons-text-1.11.0/dep-coordinates.txt
 rename doc/licenses/{apache-commons-text-1.11.0 => 
apache-commons-text-1.12.0}/NOTICE.txt (100%)
 rename doc/licenses/{apache-commons-text-1.11.0 => 
apache-commons-text-1.12.0}/README (92%)
 create mode 100644 doc/licenses/apache-commons-text-1.12.0/dep-coordinates.txt
 delete mode 100644 doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt
 rename doc/licenses/{apache-santuario-2.2.6 => apache-santuario-4.0.2}/NOTICE 
(100%)
 rename doc/licenses/{apache-santuario-2.2.6 => apache-santuario-4.0.2}/README 
(90%)
 create mode 100644 doc/licenses/apache-santuario-4.0.2/dep-coordinates.txt
 delete mode 100644 doc/licenses/blob-polyfill-7.0.20220408/dep-coordinates.txt
 rename doc/licenses/{blob-polyfill-7.0.20220408 => 
blob-polyfill-9.0.20240710}/LICENSE.md (100%)
 rename doc/licenses/{blob-polyfill-7.0.20220408 => 
blob-polyfill-9.0.20240710}/README (64%)
 create mode 100644 doc/licenses/blob-polyfill-9.0.20240710/dep-coordinates.txt
 copy doc/licenses/{bouncycastle-fips-1.0.2.5 => bouncycastle-2.0.0}/LICENSE 
(100%)
 rename doc/licenses/{bouncycastle-fips-1.0.2.5 => bouncycastle-2.0.0}/README 
(74%)
 create mode 100644 doc/licenses/bouncycastle-2.0.0/dep-coordinates.txt
 rename doc/licenses/{bouncycastle-fips-1.0.2.5 => bouncycastle-2.0.3}/LICENSE 
(100%)
 create mode 100644 doc/licenses/bouncycastle-2.0.3/README
 create mode 100644 doc/licenses/bouncycastle-2.0.3/dep-coordinates.txt
 delete mode 100644 doc/licenses/bouncycastle-fips-1.0.2.5/dep-coordinates.txt
 delete mode 100644 
doc/licenses/bouncycastle-pkix-fips-1.0.7/dep-coordinates.txt
 rename doc/licenses/{bouncycastle-pkix-fips-1.0.7 => 
bouncycastle-pkix-fips-2.0.7}/LICENSE (100%)
 rename doc/licenses/{bouncycastle-pkix-fips-1.0.7 => 
bouncycastle-pkix-fips-2.0.7}/README (75%)
 create mode 100644 
doc/licenses/bouncycastle-pkix-fips-2.0.7/dep-coordinates.txt
 delete mode 100644 doc/licenses/directory-api-2.1.6/dep-coordinates.txt
 rename doc/licenses/{directory-api-2.1.6 => directory-api-2.1.7}/NOTICE (100%)
 rename doc/licenses/{directory-api-2.1.6 => directory-api-2.1.7}/README (99%)
 create mode 100644 doc/licenses/directory-api-2.1.7/dep-coordinates.txt
 delete mode 100644 doc/licenses/fuzzysort-2.0.4/dep-coordinates.txt
 rename doc/licenses/{fuzzysort-2.0.4 => fuzzysort-3.0.2}/LICENSE (100%)
 rename doc/licenses/{fuzzysort-2.0.4 => fuzzysort-3.0.2}/README (73%)
 create mode 100644 doc/licenses/fuzzysort-3.0.2/dep-coordinates.txt
 delete mode 100644 doc/licenses/woodstox-core-5.4.0/dep-coordinates.txt
 rename doc/licenses/{woodstox-core-5.4.0 => woodstox-core-6.6.0}/README (90%)
 create mode 100644 doc/licenses/woodstox-core-6.6.0/dep-coordinates.txt
 rename doc/licenses/{woodstox-stax2-api-4.2 => 
woodstox-stax2-api-4.2.2}/LICENSE (100%)
 rename doc/licenses/{woodstox-stax2-api-4.2 => 
woodstox-stax2-api-4.2.2}/README (75%)
 create mode 100644 doc/licenses/woodstox-stax2-api-4.2.2/dep-coordinates.txt
 delete mode 100644 doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt

Reply via email to