aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-11 15:02:06 +0000
committerBruno P. Kinoshita <kinow@users.noreply.github.com>2022-11-12 10:23:29 +0100
commitaebebf784bdc210073feabdd73a9730edcde20d7 (patch)
tree0842789e865271a78e542b1943458d81ce907f45
parent97683f48946b6946a921d40bc67cee4685af9391 (diff)
downloadapache-commons-lang-aebebf784bdc210073feabdd73a9730edcde20d7.tar.gz
Bump junit-pioneer from 1.7.1 to 1.8.0
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases) - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: org.junit-pioneer:junit-pioneer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5a5645632..6d7fa2453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -533,7 +533,7 @@
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <version>1.7.1</version>
+ <version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6bc409f65..f6587da8d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -195,7 +195,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Bump easymock from 4.2 to 5.0.1 #746, #972, #986.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.jacoco.version from 0.8.6 to 0.8.8.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.15.2 to 0.16.0.</action>
- <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump junit-pioneer from 1.3.8 to 1.7.1 #749, #767, #832, #883.</action>
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump junit-pioneer from 1.3.8 to 1.8.0 #749, #767, #832, #883, #988.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.7.1 to 5.9.1 #761, #805, #807, #836, #928, #955.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.4.1.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump jmh.version from 1.27 to 1.35 #794, #842, #872.</action>