branch develop updated (bb11095 -> 9e36668)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jrst. See http://git.nuiton.org/jrst.git from bb11095 refs #3875: Update commons-collections new 9e36668 refs #3875: Update commons-lang3 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 9e36668bd7dd580af129c8a0d151350573d13937 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Feb 10 18:45:34 2016 +0100 refs #3875: Update commons-lang3 Summary of changes: jrst/pom.xml | 4 ++-- jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java | 4 ++-- pom.xml | 10 ++-------- 3 files changed, 6 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See http://git.nuiton.org/jrst.git commit 9e36668bd7dd580af129c8a0d151350573d13937 Author: Eric Chatellier <chatellier@codelutin.com> Date: Wed Feb 10 18:45:34 2016 +0100 refs #3875: Update commons-lang3 --- jrst/pom.xml | 4 ++-- jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java | 4 ++-- pom.xml | 10 ++-------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/jrst/pom.xml b/jrst/pom.xml index b37a86d..a9b5998 100644 --- a/jrst/pom.xml +++ b/jrst/pom.xml @@ -85,8 +85,8 @@ </dependency--> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> diff --git a/jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java b/jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java index e88bd64..267877e 100644 --- a/jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java +++ b/jrst/src/main/java/org/nuiton/jrst/legacy/JRSTReader.java @@ -133,8 +133,8 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.NoSuchElementException; -import org.apache.commons.lang.ObjectUtils; -import org.apache.commons.lang.StringEscapeUtils; +import org.apache.commons.lang3.ObjectUtils; +import org.apache.commons.lang3.StringEscapeUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.jrst.JRSTDirective; diff --git a/pom.xml b/pom.xml index e8e1f2e..d94e77b 100644 --- a/pom.xml +++ b/pom.xml @@ -498,7 +498,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>17.0</version> + <version>19.0</version> </dependency> <dependency> @@ -526,15 +526,9 @@ </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> - - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3.2</version> + <version>3.4</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm