This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new a8bd97c [MPH-203] Bump commons-lang3 from 3.8.1 to 3.12.0 (#91)
a8bd97c is described below
commit a8bd97ca15e878df350ba96650a88ba2caf0271a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 11 20:09:50 2023 +0100
[MPH-203] Bump commons-lang3 from 3.8.1 to 3.12.0 (#91)
Bumps commons-lang3 from 3.8.1 to 3.12.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fdd3c92..b7e5fb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,8 +175,8 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <!-- commons-lang3 > 3.8.1 requires at least Java 8 -->
- <version>3.8.1</version>
+ <!-- commons-lang3 > 3.12.0 requires at least Java 8 -->
+ <version>3.12.0</version>
</dependency>
<!-- test -->