This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 98e122b Update test dependencies.
98e122b is described below
commit 98e122b689734a6d002bfd3ae36be06f808394ad
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 22 12:23:09 2019 -0500
Update test dependencies.
- org.easymock:easymock 4.0.2 -> 4.1
- org.hamcrest:hamcrest 2.1 -> 2.2
- org.junit-pioneer:junit-pioneer 0.3.0 -> 0.3.3
---
pom.xml | 6 +++---
src/changes/changes.xml | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8bee205..fac50a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,20 +522,20 @@
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <version>0.3.0</version>
+ <version>0.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.0.2</version>
+ <version>4.1</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 772104a..01fefef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,10 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1177" type="add" dev="ggregory" due-to="Liel
Fridman">Added indexesOf methods and simplified removeAllOccurences
#471.</action>
<action issue="LANG-1498" type="add" dev="ggregory" due-to="Lysergid, Gary
Gregory">Add support of lambda value evaluation for defaulting methods
#416.</action>
<action issue="LANG-1463" type="fix" dev="ggregory" due-to="bbeckercscc,
Gary Gregory">StringUtils abbreviate returns String of length greater than
maxWidth #477.</action>
- <action issue="LANG-1500" type="fix" dev="ggregory"
due-to="contextshuffling">StringUtils abbreviate returns String of length
greater than maxWidth #477.</action>
+ <action issue="LANG-1500" type="fix" dev="ggregory"
due-to="contextshuffling">Test may fail due to a different order of fields
returned by reflection api #480.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Update test dependency: org.easymock:easymock 4.0.2 -> 4.1.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Update test dependency: org.hamcrest:hamcrest 2.1 -> 2.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 ->
0.3.3.</action>
</release>
<release version="3.9" date="2019-04-09" description="New features and bug
fixes. Requires Java 8, supports Java 9, 10, 11.">