You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2019/03/14 09:56:41 UTC

[openwebbeans-meecrowave-examples] 26/28: version updates

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git

commit e5c8422d1147c1e826bf248c76aa6b044b61d031
Author: Sven Ruppert <sv...@gmail.com>
AuthorDate: Mon Feb 11 12:37:00 2019 +0100

    version updates
---
 pom.xml                     | 4 ++--
 rest-trivial-kotlin/pom.xml | 2 +-
 servlet-vaadin-v08/pom.xml  | 2 +-
 servlet-vaadin-v10/pom.xml  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c6ddd1..ca5d461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,8 +62,8 @@
         <pitest-junit5-plugin.version>0.5</pitest-junit5-plugin.version>
 
         <junit4.version>4.12</junit4.version>
-        <junit.jupiter.version>5.1.1</junit.jupiter.version>
-        <junit.platform.version>1.1.1</junit.platform.version>
+        <junit.jupiter.version>5.4.0</junit.jupiter.version>
+        <junit.platform.version>1.4.0</junit.platform.version>
 
     </properties>
 
diff --git a/rest-trivial-kotlin/pom.xml b/rest-trivial-kotlin/pom.xml
index d224a20..653ba2d 100644
--- a/rest-trivial-kotlin/pom.xml
+++ b/rest-trivial-kotlin/pom.xml
@@ -16,7 +16,7 @@
 
     <properties>
         <!--<kotlin.version>1.2.71</kotlin.version>-->
-        <kotlin.version>1.3.11</kotlin.version>
+        <kotlin.version>1.3.20</kotlin.version>
     </properties>
 
     <dependencies>
diff --git a/servlet-vaadin-v08/pom.xml b/servlet-vaadin-v08/pom.xml
index 21ca47e..8f56b32 100644
--- a/servlet-vaadin-v08/pom.xml
+++ b/servlet-vaadin-v08/pom.xml
@@ -31,7 +31,7 @@
     <name>Servlet (Vaadin - V08)</name>
 
   <properties>
-    <vaadin.version>8.6.4</vaadin.version>
+    <vaadin.version>8.7.0</vaadin.version>
   </properties>
 
   <packaging>jar</packaging>
diff --git a/servlet-vaadin-v10/pom.xml b/servlet-vaadin-v10/pom.xml
index 2ffd048..cc75938 100644
--- a/servlet-vaadin-v10/pom.xml
+++ b/servlet-vaadin-v10/pom.xml
@@ -34,7 +34,7 @@
   <properties>
     <transpilation.output>${project.build.directory}/build</transpilation.output>
     <!--<vaadin.version>10.0.1</vaadin.version>-->
-    <vaadin.version>12.0.4</vaadin.version>
+    <vaadin.version>12.0.5</vaadin.version>
   </properties>
 
   <pluginRepositories>