This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 3611be5c4 Merge changes from patch branch back to main.
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.
add 8b96e9cd2 Merge 1.5.5 changes to patch branch.
new eb31d5e82 Merge patch branch changes to main 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 -
.../modules/guacamole-vault-ksm/pom.xml | 2 +-
pom.xml | 8 +-
29 files changed, 39 insertions(+), 339 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