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

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


    from 4f8848d84 Merge 1.5.5 changes back to patch.
     add 056342503 GUACAMOLE-1905: Restore license info for woodstox-stax2-api 
4.2.0, now in use again after version revert.
     add 6119c85d0 GUACAMOLE-1905: Merge correction to license information for 
Woodstox.
     add 26e0a9720 GUACAMOLE-1905: Update to latest version of Kotlin (1.9.23).
     add 923fe14d6 GUACAMOLE-1905: Update to latest compatible version of 
Jackson (2.17.0).
     add 5ff5b2781 GUACAMOLE-1905: Do not consider Logback 1.5.x for updates 
(incompatible).
     add 30bf87368 GUACAMOLE-1905: Update to latest compatible version of 
Jersey (2.42).
     add 3130728ec GUACAMOLE-1905: Remove license documentation for 
dependencies no longer used.
     add df6f9f335 GUACAMOLE-1905: Merge update Kotlin, Jackson, and Jersey to 
their latest compatible versions.
     new 8b96e9cd2 Merge 1.5.5 changes to patch branch.

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/licenses/byte-buddy-1.14.9/NOTICE              |   1 +
 doc/licenses/byte-buddy-1.14.9/README              |   8 +
 doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt |   1 +
 .../{jackson-2.16.1 => jackson-2.17.0}/NOTICE      |   0
 .../{jackson-2.16.1 => jackson-2.17.0}/README      |   2 +-
 .../dep-coordinates.txt                            |   8 +-
 .../jackson-databind-2.16.1/dep-coordinates.txt    |   1 -
 .../NOTICE                                         |   0
 .../README                                         |   2 +-
 .../jackson-databind-2.17.0/dep-coordinates.txt    |   1 +
 .../javassist-3.29.2-ga/dep-coordinates.txt        |   1 -
 .../README                                         |   2 +-
 .../javassist-3.30.2-ga/dep-coordinates.txt        |   1 +
 doc/licenses/jaxb-istack-commons-3.0.5/Licence.txt | 274 ---------------------
 doc/licenses/jaxb-istack-commons-3.0.5/README      |   8 -
 .../jaxb-istack-commons-3.0.5/dep-coordinates.txt  |   1 -
 doc/licenses/jersey-2.41/dep-coordinates.txt       |   7 -
 .../{jersey-2.41 => jersey-2.42}/LICENSE.md        |   0
 doc/licenses/{jersey-2.41 => jersey-2.42}/README   |   4 +-
 doc/licenses/jersey-2.42/dep-coordinates.txt       |   7 +
 doc/licenses/kotlin-1.9.22/dep-coordinates.txt     |   5 -
 .../{kotlin-1.9.22 => kotlin-1.9.23}/NOTICE.txt    |   0
 .../{kotlin-1.9.22 => kotlin-1.9.23}/README        |   2 +-
 doc/licenses/kotlin-1.9.23/dep-coordinates.txt     |   5 +
 doc/licenses/logback-1.5.2/LICENSE.txt             |  17 --
 doc/licenses/logback-1.5.2/README                  |   8 -
 doc/licenses/logback-1.5.2/dep-coordinates.txt     |   2 -
 .../woodstox-stax2-api-4.2.1/dep-coordinates.txt   |   1 -
 .../LICENSE                                        |   0
 .../README                                         |   4 +-
 .../woodstox-stax2-api-4.2/dep-coordinates.txt     |   1 +
 .../modules/guacamole-vault-ksm/pom.xml            |   2 +-
 pom.xml                                            |   8 +-
 33 files changed, 42 insertions(+), 342 deletions(-)
 create mode 100644 doc/licenses/byte-buddy-1.14.9/NOTICE
 create mode 100644 doc/licenses/byte-buddy-1.14.9/README
 create mode 100644 doc/licenses/byte-buddy-1.14.9/dep-coordinates.txt
 rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/NOTICE (100%)
 rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/README (90%)
 rename doc/licenses/{jackson-2.16.1 => jackson-2.17.0}/dep-coordinates.txt 
(51%)
 delete mode 100644 doc/licenses/jackson-databind-2.16.1/dep-coordinates.txt
 rename doc/licenses/{jackson-databind-2.16.1 => 
jackson-databind-2.17.0}/NOTICE (100%)
 rename doc/licenses/{jackson-databind-2.16.1 => 
jackson-databind-2.17.0}/README (91%)
 create mode 100644 doc/licenses/jackson-databind-2.17.0/dep-coordinates.txt
 delete mode 100644 doc/licenses/javassist-3.29.2-ga/dep-coordinates.txt
 rename doc/licenses/{javassist-3.29.2-ga => javassist-3.30.2-ga}/README (88%)
 create mode 100644 doc/licenses/javassist-3.30.2-ga/dep-coordinates.txt
 delete mode 100644 doc/licenses/jaxb-istack-commons-3.0.5/Licence.txt
 delete mode 100644 doc/licenses/jaxb-istack-commons-3.0.5/README
 delete mode 100644 doc/licenses/jaxb-istack-commons-3.0.5/dep-coordinates.txt
 delete mode 100644 doc/licenses/jersey-2.41/dep-coordinates.txt
 rename doc/licenses/{jersey-2.41 => jersey-2.42}/LICENSE.md (100%)
 rename doc/licenses/{jersey-2.41 => jersey-2.42}/README (67%)
 create mode 100644 doc/licenses/jersey-2.42/dep-coordinates.txt
 delete mode 100644 doc/licenses/kotlin-1.9.22/dep-coordinates.txt
 rename doc/licenses/{kotlin-1.9.22 => kotlin-1.9.23}/NOTICE.txt (100%)
 rename doc/licenses/{kotlin-1.9.22 => kotlin-1.9.23}/README (89%)
 create mode 100644 doc/licenses/kotlin-1.9.23/dep-coordinates.txt
 delete mode 100644 doc/licenses/logback-1.5.2/LICENSE.txt
 delete mode 100644 doc/licenses/logback-1.5.2/README
 delete mode 100644 doc/licenses/logback-1.5.2/dep-coordinates.txt
 delete mode 100644 doc/licenses/woodstox-stax2-api-4.2.1/dep-coordinates.txt
 rename doc/licenses/{woodstox-stax2-api-4.2.1 => 
woodstox-stax2-api-4.2}/LICENSE (100%)
 rename doc/licenses/{woodstox-stax2-api-4.2.1 => 
woodstox-stax2-api-4.2}/README (69%)
 create mode 100644 doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt

Reply via email to