You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2020/02/22 20:01:23 UTC

[yetus] branch master updated: YETUS-945. Update some dependencies (#93)

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

aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bc1a5e  YETUS-945. Update some dependencies (#93)
2bc1a5e is described below

commit 2bc1a5e83615005097fd2de5f5f18f5ce2d91708
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Sat Feb 22 12:01:16 2020 -0800

    YETUS-945. Update some dependencies (#93)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
---
 asf-site-src/Gemfile.lock | 54 +++++++++++++++++++++++------------------------
 pom.xml                   |  5 +++--
 2 files changed, 29 insertions(+), 30 deletions(-)

diff --git a/asf-site-src/Gemfile.lock b/asf-site-src/Gemfile.lock
index 16ab4ac..16a9718 100644
--- a/asf-site-src/Gemfile.lock
+++ b/asf-site-src/Gemfile.lock
@@ -1,6 +1,6 @@
 GIT
   remote: https://github.com/middleman/middleman-syntax.git
-  revision: 3430bceb635377fbc152d1ae8f5d2f8232362fda
+  revision: ad7bcde8eb14f1fa79d943511949670cd93de91e
   specs:
     middleman-syntax (3.2.0)
       middleman-core (>= 3.2)
@@ -14,16 +14,16 @@ GEM
       i18n (>= 0.7, < 2)
       minitest (~> 5.1)
       tzinfo (~> 1.1)
-    addressable (2.6.0)
-      public_suffix (>= 2.0.2, < 4.0)
-    backports (3.15.0)
+    addressable (2.7.0)
+      public_suffix (>= 2.0.2, < 5.0)
+    backports (3.16.1)
     coffee-script (2.4.1)
       coffee-script-source
       execjs
     coffee-script-source (1.12.2)
-    concurrent-ruby (1.1.5)
+    concurrent-ruby (1.1.6)
     contracts (0.13.0)
-    dotenv (2.7.2)
+    dotenv (2.7.5)
     em-websocket (0.5.1)
       eventmachine (>= 0.12.9)
       http_parser.rb (~> 0.6.0)
@@ -31,9 +31,9 @@ GEM
     eventmachine (1.2.7)
     execjs (2.7.0)
     fast_blank (1.0.0)
-    fastimage (2.1.5)
-    ffi (1.11.1)
-    haml (5.1.1)
+    fastimage (2.1.7)
+    ffi (1.12.2)
+    haml (5.1.2)
       temple (>= 0.8.0)
       tilt
     hamster (3.0.0)
@@ -47,16 +47,16 @@ GEM
     listen (3.0.8)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
-    memoist (0.16.0)
-    middleman (4.3.4)
+    memoist (0.16.2)
+    middleman (4.3.6)
       coffee-script (~> 2.2)
       haml (>= 4.0.5)
       kramdown (~> 1.2)
-      middleman-cli (= 4.3.4)
-      middleman-core (= 4.3.4)
-    middleman-cli (4.3.4)
+      middleman-cli (= 4.3.6)
+      middleman-core (= 4.3.6)
+    middleman-cli (4.3.6)
       thor (>= 0.17.0, < 2.0)
-    middleman-core (4.3.4)
+    middleman-core (4.3.6)
       activesupport (>= 4.2, < 5.1)
       addressable (~> 2.3)
       backports (~> 3.6)
@@ -83,36 +83,34 @@ GEM
       em-websocket (~> 0.5.1)
       middleman-core (>= 3.3)
       rack-livereload (~> 0.3.15)
-    minitest (5.11.3)
+    minitest (5.14.0)
     padrino-helpers (0.13.3.4)
       i18n (~> 0.6, >= 0.6.7)
       padrino-support (= 0.13.3.4)
       tilt (>= 1.4.1, < 3)
     padrino-support (0.13.3.4)
       activesupport (>= 3.1)
-    parallel (1.17.0)
-    public_suffix (3.1.0)
-    rack (2.0.7)
+    parallel (1.19.1)
+    public_suffix (4.0.3)
+    rack (2.2.2)
     rack-livereload (0.3.17)
       rack
-    rake (12.3.2)
     rb-fsevent (0.10.3)
-    rb-inotify (0.10.0)
+    rb-inotify (0.10.1)
       ffi (~> 1.0)
     ref (2.0.0)
-    rouge (3.9.0)
-    sassc (2.1.0)
+    rouge (3.16.0)
+    sassc (2.2.1)
       ffi (~> 1.9)
-      rake
     servolux (0.13.0)
-    temple (0.8.1)
+    temple (0.8.2)
     therubyracer (0.12.3)
       libv8 (~> 3.16.14.15)
       ref
-    thor (0.20.3)
+    thor (1.0.1)
     thread_safe (0.3.6)
-    tilt (2.0.9)
-    tzinfo (1.2.5)
+    tilt (2.0.10)
+    tzinfo (1.2.6)
       thread_safe (~> 0.1)
     uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
diff --git a/pom.xml b/pom.xml
index 40e8c82..dc1e5b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,13 +64,13 @@
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
-    <checkstyle.version>8.19</checkstyle.version>
+    <checkstyle.version>8.29</checkstyle.version>
     <commons.io.version>2.6</commons.io.version>
     <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
     <jdiff.version>1.0.9</jdiff.version>
     <jython-compile-maven-plugin.version>2.0</jython-compile-maven-plugin.version>
     <jython-shaded.version>2.7.1.1</jython-shaded.version>
-    <maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
+    <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
     <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
     <spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version>
 
@@ -109,6 +109,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>${maven-checkstyle-plugin.version}</version>
           <dependencies>
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>