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

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


    from 2187a3274 GUACAMOLE-1594: Merge exclusion of optional JavaMail 
dependency from Logback.
     add 9262a2b33 GUACAMOLE-1594: Update Java dependencies to latest 
compatible versions.
     add 0f3cb8d05 GUACAMOLE-1594: Update JavaScript dependencies to latest 
compatible versions.
     new 2208ce914 GUACAMOLE-1594: Merge update to latest version of 
java/javascript dependencies.

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:
 doc/guacamole-example/pom.xml                      |   2 +-
 .../{jackson-2.14.0 => jackson-2.14.1}/NOTICE      |   0
 .../{jackson-2.14.0 => jackson-2.14.1}/README      |   2 +-
 .../dep-coordinates.txt                            |   8 +-
 .../jackson-databind-2.14.0/dep-coordinates.txt    |   1 -
 .../NOTICE                                         |   0
 .../README                                         |   2 +-
 .../jackson-databind-2.14.1/dep-coordinates.txt    |   1 +
 .../javassist-3.25.0-ga/dep-coordinates.txt        |   1 -
 .../README                                         |   2 +-
 .../javassist-3.29.0-ga/dep-coordinates.txt        |   1 +
 doc/licenses/jersey-2.37/dep-coordinates.txt       |   7 -
 .../{jersey-2.37 => jersey-2.38}/LICENSE.md        |   0
 doc/licenses/{jersey-2.37 => jersey-2.38}/README   |   4 +-
 doc/licenses/jersey-2.38/dep-coordinates.txt       |   7 +
 doc/licenses/jquery-3.6.1/README                   |   4 +-
 doc/licenses/jquery-3.6.1/dep-coordinates.txt      |   2 +-
 doc/licenses/kotlin-1.7.20/dep-coordinates.txt     |   5 -
 .../{kotlin-1.7.20 => kotlin-1.8.0}/NOTICE.txt     |   0
 .../{kotlin-1.7.20 => kotlin-1.8.0}/README         |   2 +-
 doc/licenses/kotlin-1.8.0/dep-coordinates.txt      |   5 +
 doc/licenses/logback-1.3.4/dep-coordinates.txt     |   2 -
 .../{logback-1.3.4 => logback-1.3.5}/LICENSE.txt   |   0
 .../{logback-1.3.4 => logback-1.3.5}/README        |   4 +-
 doc/licenses/logback-1.3.5/dep-coordinates.txt     |   2 +
 .../mybatis-guice-3.17/dep-coordinates.txt         |   1 -
 .../NOTICE                                         |   0
 .../README                                         |   2 +-
 .../mybatis-guice-3.18/dep-coordinates.txt         |   1 +
 doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt   |   2 -
 .../LICENSE.txt                                    |   0
 .../{slf4j-api-2.0.3 => slf4j-api-2.0.6}/README    |   4 +-
 doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt   |   2 +
 .../spring-framework-5.3.23/dep-coordinates.txt    |   7 -
 .../README                                         |   2 +-
 .../spring-framework-5.3.24/dep-coordinates.txt    |   7 +
 .../spring-security-5.7.5/dep-coordinates.txt      |   3 -
 .../NOTICE                                         |   0
 .../README                                         |   2 +-
 .../spring-security-5.8.1/dep-coordinates.txt      |   3 +
 .../modules/guacamole-auth-jdbc-base/pom.xml       |   2 +-
 extensions/guacamole-auth-json/pom.xml             |   2 +-
 .../modules/guacamole-vault-ksm/pom.xml            |   2 +-
 guacamole/src/main/frontend/package-lock.json      | 678 +++++++++++++++------
 guacamole/src/main/frontend/package.json           |   6 +-
 pom.xml                                            |  10 +-
 46 files changed, 539 insertions(+), 261 deletions(-)
 rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/NOTICE (100%)
 rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/README (90%)
 rename doc/licenses/{jackson-2.14.0 => jackson-2.14.1}/dep-coordinates.txt 
(51%)
 delete mode 100644 doc/licenses/jackson-databind-2.14.0/dep-coordinates.txt
 rename doc/licenses/{jackson-databind-2.14.0 => 
jackson-databind-2.14.1}/NOTICE (100%)
 rename doc/licenses/{jackson-databind-2.14.0 => 
jackson-databind-2.14.1}/README (91%)
 create mode 100644 doc/licenses/jackson-databind-2.14.1/dep-coordinates.txt
 delete mode 100644 doc/licenses/javassist-3.25.0-ga/dep-coordinates.txt
 rename doc/licenses/{javassist-3.25.0-ga => javassist-3.29.0-ga}/README (88%)
 create mode 100644 doc/licenses/javassist-3.29.0-ga/dep-coordinates.txt
 delete mode 100644 doc/licenses/jersey-2.37/dep-coordinates.txt
 rename doc/licenses/{jersey-2.37 => jersey-2.38}/LICENSE.md (100%)
 rename doc/licenses/{jersey-2.37 => jersey-2.38}/README (67%)
 create mode 100644 doc/licenses/jersey-2.38/dep-coordinates.txt
 delete mode 100644 doc/licenses/kotlin-1.7.20/dep-coordinates.txt
 rename doc/licenses/{kotlin-1.7.20 => kotlin-1.8.0}/NOTICE.txt (100%)
 rename doc/licenses/{kotlin-1.7.20 => kotlin-1.8.0}/README (89%)
 create mode 100644 doc/licenses/kotlin-1.8.0/dep-coordinates.txt
 delete mode 100644 doc/licenses/logback-1.3.4/dep-coordinates.txt
 rename doc/licenses/{logback-1.3.4 => logback-1.3.5}/LICENSE.txt (100%)
 rename doc/licenses/{logback-1.3.4 => logback-1.3.5}/README (63%)
 create mode 100644 doc/licenses/logback-1.3.5/dep-coordinates.txt
 delete mode 100644 doc/licenses/mybatis-guice-3.17/dep-coordinates.txt
 rename doc/licenses/{mybatis-guice-3.17 => mybatis-guice-3.18}/NOTICE (100%)
 rename doc/licenses/{mybatis-guice-3.17 => mybatis-guice-3.18}/README (90%)
 create mode 100644 doc/licenses/mybatis-guice-3.18/dep-coordinates.txt
 delete mode 100644 doc/licenses/slf4j-api-2.0.3/dep-coordinates.txt
 rename doc/licenses/{slf4j-api-2.0.3 => slf4j-api-2.0.6}/LICENSE.txt (100%)
 rename doc/licenses/{slf4j-api-2.0.3 => slf4j-api-2.0.6}/README (70%)
 create mode 100644 doc/licenses/slf4j-api-2.0.6/dep-coordinates.txt
 delete mode 100644 doc/licenses/spring-framework-5.3.23/dep-coordinates.txt
 rename doc/licenses/{spring-framework-5.3.23 => 
spring-framework-5.3.24}/README (91%)
 create mode 100644 doc/licenses/spring-framework-5.3.24/dep-coordinates.txt
 delete mode 100644 doc/licenses/spring-security-5.7.5/dep-coordinates.txt
 rename doc/licenses/{spring-security-5.7.5 => spring-security-5.8.1}/NOTICE 
(100%)
 rename doc/licenses/{spring-security-5.7.5 => spring-security-5.8.1}/README 
(91%)
 create mode 100644 doc/licenses/spring-security-5.8.1/dep-coordinates.txt

Reply via email to