Skip to content

Commit 68a0d22

Browse files
committed
GUACAMOLE-1956: Bring Java and JavaScript dependencies up to date.
1 parent f87fc3f commit 68a0d22

File tree

57 files changed

+1362
-12689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1362
-12689
lines changed

doc/licenses/apache-commons-1.17.0/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Apache Commons Codec (http://commons.apache.org/proper/commons-codec/)
22
-----------------------------------------------------------------------
33

4-
Version: 1.17.0
4+
Version: 1.17.1
55
From: 'Apache Software Foundation' (https://www.apache.org/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
commons-codec:commons-codec:jar:1.17.1

doc/licenses/apache-commons-lang-3.14.0/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Apache Commons Lang (http://commons.apache.org/proper/commons-lang/)
22
--------------------------------------------------------------------
33

4-
Version: 3.14.0
4+
Version: 3.16.0
55
From: 'Apache Software Foundation' (https://www.apache.org/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.apache.commons:commons-lang3:jar:3.16.0

doc/licenses/apache-commons-text-1.11.0/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Apache Commons Text (https://commons.apache.org/proper/commons-text/)
22
---------------------------------------------------------------------
33

4-
Version: 1.11.0
4+
Version: 1.12.0
55
From: 'Apache Software Foundation' (https://www.apache.org/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.apache.commons:commons-text:jar:1.12.0

doc/licenses/apache-santuario-2.2.6/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Apache Santuario (https://santuario.apache.org/)
22
-------------------------------------------------
33

4-
Version: 2.2.6
4+
Version: 4.0.2
55
From: 'Apache Software Foundation' (https://www.apache.org/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.apache.santuario:xmlsec:jar:4.0.2

doc/licenses/blob-polyfill-7.0.20220408/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Blob.js (https://github.com/eligrey/Blob.js/)
22
---------------------------------------------
33

4-
Version: 7.0.20220408
4+
Version: 9.0.20240710
55
From: 'Eli Grey' (https://github.com/eligrey)
66
License(s):
7-
MIT (bundled/blob-polyfill-7.0.20220408/LICENSE.md)
8-
7+
MIT (bundled/blob-polyfill-9.0.20240710/LICENSE.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blob-polyfill:9.0.20240710

doc/licenses/bouncycastle-1.70/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ BouncyCastle Crypto (https://www.bouncycastle.org/java.html)
55
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
66
License(s):
77
MIT (bundled/bouncycastle-1.70/LICENSE)
8-
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
BouncyCastle FIPS Distribution (https://www.bouncycastle.org/fips-java)
22
-----------------------------------------------------------------------
33

4-
Version: 1.0.2.5
4+
Version: 2.0.0
55
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
66
License(s):
7-
MIT (bundled/bouncycastle-fips-1.0.2.5/LICENSE)
8-
7+
MIT (bundled/bouncycastle-fips-2.0.0/LICENSE)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.bouncycastle:bc-fips:jar:2.0.0
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc.
2+
(https://www.bouncycastle.org)
3+
4+
Permission is hereby granted, free of charge, to any person obtaining a copy
5+
of this software and associated documentation files (the "Software"), to deal
6+
in the Software without restriction, including without limitation the rights
7+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all
12+
copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20+
SOFTWARE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/fips-java)
2+
-----------------------------------------------------------------------
3+
4+
Version: 2.0.3
5+
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
6+
License(s):
7+
MIT (bundled/bouncycastle-fips-2.0.3/LICENSE)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.bouncycastle:bcutil-fips:jar:2.0.3

doc/licenses/bouncycastle-fips-1.0.2.5/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/licenses/bouncycastle-pkix-fips-1.0.7/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
BouncyCastle PKIX APIs, FIPS Distribution (https://www.bouncycastle.org/fips-java)
22
-----------------------------------------------------------------------
33

4-
Version: 1.0.7
4+
Version: 2.0.7
55
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
66
License(s):
7-
MIT (bundled/bouncycastle-pkix-fips-1.0.7/LICENSE)
8-
7+
MIT (bundled/bouncycastle-pkix-fips-2.0.7/LICENSE)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.bouncycastle:bcpkix-fips:jar:2.0.7

doc/licenses/caffeine-2.9.3/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Caffeine (https://github.com/ben-manes/caffeine)
55
From: 'Ben Manes' (https://github.com/ben-manes)
66
License(s):
77
Apache v2.0
8-

doc/licenses/directory-api-2.1.6/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/licenses/directory-api-2.1.6/README renamed to doc/licenses/directory-api-2.1.7/README

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ Apache Directory LDAP API (http://directory.apache.org)
55
From: 'Apache Software Foundation' (https://www.apache.org/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.apache.directory.api:api-all:jar:2.1.7

doc/licenses/fuzzysort-2.0.4/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
fuzzysort (https://github.com/farzher/fuzzysort/tree/master)
22
---------------------------------------------
33

4-
Version: 2.0.4
4+
Version: 3.0.2
55
From: 'Stephen Kamenar' (https://github.com/farzher)
66
License(s):
7-
MIT (bundled/fuzzysort-2.0.4/LICENSE)
8-
7+
MIT (bundled/fuzzysort-3.0.2/LICENSE)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fuzzysort:3.0.2

doc/licenses/woodstox-core-5.4.0/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Woodstox Core (https://github.com/FasterXML/woodstox)
22
------------------------------------------------------
33

4-
Version: 5.4.0
4+
Version: 6.6.0
55
From: 'FasterXML, LLC' (http://fasterxml.com/)
66
License(s):
77
Apache v2.0
8-
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
com.fasterxml.woodstox:woodstox-core:jar:6.6.0

doc/licenses/woodstox-stax2-api-4.2/README renamed to doc/licenses/woodstox-stax2-api-4.2.2/README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ Woodstox Stax2-API (https://github.com/FasterXML/stax2-api)
44
Version: 4.2
55
From: 'FasterXML, LLC' (http://fasterxml.com/)
66
License(s):
7-
BSD Simplified (bundled/woodstox-stax2-api-4.2/LICENSE)
8-
7+
BSD Simplified (bundled/woodstox-stax2-api-4.2.2/LICENSE)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.codehaus.woodstox:stax2-api:jar:4.2.2

doc/licenses/woodstox-stax2-api-4.2/dep-coordinates.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

extensions/guacamole-auth-ldap/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>org.apache.directory.api</groupId>
5353
<artifactId>api-all</artifactId>
54-
<version>2.1.6</version>
54+
<version>2.1.7</version>
5555
<exclusions>
5656

5757
<!--
58-
Replace slightly older commons-lang3 (3.13.0) with latest
59-
compatible version (3.14.0) so that we don't need two copies
58+
Replace slightly older commons-lang3 (3.15.0) with latest
59+
compatible version (3.16.0) so that we don't need two copies
6060
of the same license information.
6161
-->
6262
<exclusion>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.apache.commons</groupId>
8989
<artifactId>commons-lang3</artifactId>
90-
<version>3.14.0</version>
90+
<version>3.16.0</version>
9191
</dependency>
9292

9393
</dependencies>

extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>commons-codec</groupId>
135135
<artifactId>commons-codec</artifactId>
136-
<version>1.17.0</version>
136+
<version>1.17.1</version>
137137
</dependency>
138138

139139
</dependencies>

extensions/guacamole-auth-sso/modules/guacamole-auth-sso-saml/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<!--
9898
Replace slightly older commons-lang3 (3.12.0) with latest
99-
compatible version (3.14.0) so that we don't need two copies
99+
compatible version (3.16.0) so that we don't need two copies
100100
of the same license information.
101101
-->
102102
<exclusion>
@@ -122,20 +122,20 @@
122122
<dependency>
123123
<groupId>com.fasterxml.woodstox</groupId>
124124
<artifactId>woodstox-core</artifactId>
125-
<version>5.4.0</version>
125+
<version>6.6.0</version>
126126
</dependency>
127127

128128
<!-- Apache XML Security for Java (see exclusions for java-saml) -->
129129
<dependency>
130130
<groupId>org.apache.santuario</groupId>
131131
<artifactId>xmlsec</artifactId>
132-
<version>2.2.6</version>
132+
<version>4.0.2</version>
133133
<exclusions>
134134

135135
<!--
136136
Replace slightly older commons-codec (1.15) with newer
137137
and identical version to that used by Apache Directory API
138-
for LDAP (1.17.0) so that we don't need two copies of the
138+
for LDAP (1.17.1) so that we don't need two copies of the
139139
same license information.
140140
-->
141141
<exclusion>
@@ -150,14 +150,14 @@
150150
<dependency>
151151
<groupId>org.apache.commons</groupId>
152152
<artifactId>commons-lang3</artifactId>
153-
<version>3.14.0</version>
153+
<version>3.16.0</version>
154154
</dependency>
155155

156156
<!-- Apache Commons Codec (see exclusions for java-saml and xmlsec) -->
157157
<dependency>
158158
<groupId>commons-codec</groupId>
159159
<artifactId>commons-codec</artifactId>
160-
<version>1.17.0</version>
160+
<version>1.17.1</version>
161161
</dependency>
162162

163163
</dependencies>

extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.bouncycastle</groupId>
125125
<artifactId>bcpkix-fips</artifactId>
126-
<version>1.0.7</version>
126+
<version>2.0.7</version>
127127

128128
<!-- Force usage of known version of bc-fips, rather than a future
129129
unknown version (bcpkix-fips references bc-fips using a version
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.bouncycastle</groupId>
144144
<artifactId>bc-fips</artifactId>
145-
<version>1.0.2.5</version>
145+
<version>2.0.0</version>
146146
</dependency>
147147

148148
</dependencies>

extensions/guacamole-vault/modules/guacamole-vault-ksm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.bouncycastle</groupId>
108108
<artifactId>bc-fips</artifactId>
109-
<version>1.0.2.5</version>
109+
<version>2.0.0</version>
110110
</dependency>
111111

112112
</dependencies>

0 commit comments

Comments
 (0)