]> source.dussan.org Git - vaadin-framework.git/commitdiff
chore: Update dependencies (#12493) 7.7.29
authorTatu Lund <tatu@vaadin.com>
Wed, 1 Dec 2021 10:54:03 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Dec 2021 10:54:03 +0000 (12:54 +0200)
* Update dependencies

atmosphere-runtime: 2.2.13.vaadin3
jsoup: 1.14.3

* Update Atmosphere version in Constants.java

Co-authored-by: Anna Koskinen <Ansku@users.noreply.github.com>
pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index 6591c13b5134a72e63b962c0f3c2f11b27c3c526..6199707aaf993179776a9faf47d4585479f9ab52 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
         <!-- Used version numbers for dependencies -->
         <commons-io.version>2.4</commons-io.version>
         <google.appengine.version>1.7.7</google.appengine.version>
-        <jsoup.version>1.14.2</jsoup.version>
+        <jsoup.version>1.14.3</jsoup.version>
         <liferay.portal.version>6.0.2</liferay.portal.version>
 
         <vaadin.sass.version>0.9.13</vaadin.sass.version>
@@ -41,7 +41,7 @@
 
         <!-- Atmosphere versions -->
         <!-- Note that this should be kept in sync with the class Constants -->
-        <atmosphere.runtime.version>2.2.13.vaadin2</atmosphere.runtime.version>
+        <atmosphere.runtime.version>2.2.13.vaadin3</atmosphere.runtime.version>
         <atmosphere.js.version>2.2.13.vaadin5</atmosphere.js.version>
 
         <!-- Dependency unpack directory -->
index 558b2662e88045b035b7b51b3dfde54e6acc2586..d64971d59de6685c04745da76b56c1e26eaf538f 100644 (file)
@@ -66,7 +66,7 @@ public interface Constants {
             + "=================================================================";
 
     // Keep the version number in sync with pom.xml
-    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.2.13.vaadin2";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.2.13.vaadin3";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"