You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/01/27 16:54:00 UTC

[myfaces-tobago] branch tobago-4.x updated: chore: update dependencies to their current versions

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 337c80e  chore: update dependencies to their current versions
337c80e is described below

commit 337c80ece98b7603ea6cb0347237978dd18c574b
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Jan 27 17:52:01 2021 +0100

    chore: update dependencies to their current versions
---
 pom.xml                                    | 16 ++++++++--------
 tobago-example/pom.xml                     |  2 +-
 tobago-example/tobago-example-demo/pom.xml |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16a5fbe..267104f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <mojarra21.version>2.1.29-11</mojarra21.version>
     <mojarra22.version>2.2.20</mojarra22.version>
     <mojarra23.version>2.3.9</mojarra23.version>
-    <openwebbeans.version>2.0.16</openwebbeans.version>
+    <openwebbeans.version>2.0.21</openwebbeans.version>
     <slf4j.version>1.7.30</slf4j.version>
     <logback.version>1.2.3</logback.version>
     <maven.compile.source>1.8</maven.compile.source>
@@ -419,13 +419,13 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.7</version>
+        <version>2.8.0</version>
       </dependency>
       <!-- only needed to build Tobago and for some examples, but not for runtime -->
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.10</version>
+        <version>3.11</version>
       </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>
@@ -435,19 +435,19 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
-        <version>5.6.2</version>
+        <version>5.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-params</artifactId>
-        <version>5.6.2</version>
+        <version>5.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -465,7 +465,7 @@
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jcdi_1.0_spec</artifactId>
-        <version>1.0</version>
+        <version>1.1</version>
         <optional>true</optional>
       </dependency>
       <dependency>
@@ -820,7 +820,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.1.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 825e837..9c72bcd 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -83,7 +83,7 @@
         <plugin>
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-maven-plugin</artifactId>
-          <version>9.4.7.v20170914</version>
+          <version>9.4.36.v20210114</version>
           <configuration>
             <scanIntervalSeconds>5</scanIntervalSeconds>
             <webAppConfig>
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 3a54a4c..2ab411b 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -35,7 +35,7 @@
     <deltaspike.version>1.9.4</deltaspike.version>
     <selenium.version>3.141.59</selenium.version>
     <meecrowave.version>1.2.8</meecrowave.version>
-    <tomcat.version>9.0.24</tomcat.version>
+    <tomcat.version>9.0.41</tomcat.version>
     <exec.version>1.6.0</exec.version>
     <finalName>tobago-example-demo</finalName>
   </properties>