GUACAMOLE-1594: Merge updates to Java/JavaScript dependencies of webapp.

This commit is contained in:
Mike Jumper
2022-05-02 15:18:30 -07:00
committed by GitHub
26 changed files with 971 additions and 1397 deletions

View File

@@ -1,2 +0,0 @@
angular-route:1.8.2
angular:1.8.2

View File

@@ -1,8 +1,8 @@
AngularJS (https://angularjs.org/) AngularJS (https://angularjs.org/)
---------------------------------- ----------------------------------
Version: 1.8.2 Version: 1.8.3
From: 'Google Inc.' (http://www.google.com/) From: 'Google Inc.' (http://www.google.com/)
License(s): License(s):
MIT (bundled/angular-1.8.2/LICENSE) MIT (bundled/angular-1.8.3/LICENSE)

View File

@@ -0,0 +1,2 @@
angular-route:1.8.3
angular:1.8.3

View File

@@ -1 +0,0 @@
blob-polyfill:6.0.20211015

View File

@@ -1,8 +1,8 @@
Blob.js (https://github.com/eligrey/Blob.js/) Blob.js (https://github.com/eligrey/Blob.js/)
--------------------------------------------- ---------------------------------------------
Version: 6.0.20211015 Version: 7.0.20220408
From: 'Eli Grey' (https://github.com/eligrey) From: 'Eli Grey' (https://github.com/eligrey)
License(s): License(s):
MIT (bundled/blob-polyfill-6.0.20211015/LICENSE.md) MIT (bundled/blob-polyfill-7.0.20220408/LICENSE.md)

View File

@@ -0,0 +1 @@
blob-polyfill:7.0.20220408

View File

@@ -1 +0,0 @@
css-loader:5.2.4

View File

@@ -1,8 +1,8 @@
css-loader (https://github.com/webpack-contrib/css-loader) css-loader (https://github.com/webpack-contrib/css-loader)
---------------------------------------------------------- ----------------------------------------------------------
Version: 5.2.4 Version: 5.2.7
From: 'JS Foundation and other contributors' From: 'JS Foundation and other contributors'
License(s): License(s):
MIT (bundled/css-loader-5.2.4/LICENSE) MIT (bundled/css-loader-5.2.7/LICENSE)

View File

@@ -0,0 +1 @@
css-loader:5.2.7

View File

@@ -1,5 +0,0 @@
com.fasterxml.jackson.core:jackson-databind:jar:2.13.1
com.fasterxml.jackson.core:jackson-core:jar:2.13.1
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.1
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.1

View File

@@ -1,7 +1,7 @@
Jackson (https://github.com/FasterXML/jackson) Jackson (https://github.com/FasterXML/jackson)
---------------------------------------------- ----------------------------------------------
Version: 2.13.1 Version: 2.13.2
From: 'FasterXML, LLC' (https://github.com/FasterXML) From: 'FasterXML, LLC' (https://github.com/FasterXML)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1,4 @@
com.fasterxml.jackson.core:jackson-core:jar:2.13.2
com.fasterxml.jackson.core:jackson-annotations:jar:2.13.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.13.2
com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.2

View File

@@ -0,0 +1,4 @@
Jackson is a high-performance, Free/Open Source JSON processing library.
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
been in development since 2007.
It is currently developed by a community of developers.

View File

@@ -0,0 +1,8 @@
Jackson-databind (https://github.com/FasterXML/jackson-databind)
----------------------------------------------
Version: 2.13.2.1
From: 'FasterXML, LLC' (https://github.com/FasterXML)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
com.fasterxml.jackson.core:jackson-databind:jar:2.13.2.1

View File

@@ -1,8 +0,0 @@
SnakeYAML (https://bitbucket.org/asomov/snakeyaml/)
---------------------------------------------------
Version: 1.27
From: 'Andrey Somov' (https://bitbucket.org/asomov/)
License(s):
Apache v2.0

View File

@@ -1 +0,0 @@
org.yaml:snakeyaml:jar:1.27

View File

@@ -1 +0,0 @@
org.yaml:snakeyaml:jar:1.28

View File

@@ -1,7 +1,7 @@
SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/ SnakeYAML (https://bitbucket.org/snakeyaml/snakeyaml/
----------------------------------------------------- -----------------------------------------------------
Version: 1.28 Version: 1.30
From: 'Andrey Somov' (https://bitbucket.org/asomov/) From: 'Andrey Somov' (https://bitbucket.org/asomov/)
License(s): License(s):
Apache v2.0 Apache v2.0

View File

@@ -0,0 +1 @@
org.yaml:snakeyaml:jar:1.30

File diff suppressed because it is too large Load Diff

View File

@@ -39,7 +39,8 @@
<guava.version>31.0.1-jre</guava.version> <guava.version>31.0.1-jre</guava.version>
<guice.version>5.0.1</guice.version> <guice.version>5.0.1</guice.version>
<hk2.version>2.6.1</hk2.version> <hk2.version>2.6.1</hk2.version>
<jackson.version>2.13.1</jackson.version> <jackson.version>2.13.2</jackson.version>
<jackson-databind.version>2.13.2.1</jackson-databind.version>
<jersey.version>2.35</jersey.version> <jersey.version>2.35</jersey.version>
<junit.version>5.8.2</junit.version> <junit.version>5.8.2</junit.version>
<junit4.version>4.13.2</junit4.version> <junit4.version>4.13.2</junit4.version>
@@ -375,7 +376,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version> <version>${jackson-databind.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId> <groupId>com.fasterxml.jackson.dataformat</groupId>