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-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new a25be198 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
(#346)
a25be198 is described below
commit a25be1989c61567568ab187d1ac978ce14be8258
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 17:49:54 2024 -0400
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#346)
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 65b7e40e..edb21dec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
<commons.servlet-api.version>2.5</commons.servlet-api.version>
<commons.io.version>2.16.1</commons.io.version>
- <commons.lang3.version>3.16.0</commons.lang3.version>
+ <commons.lang3.version>3.17.0</commons.lang3.version>
<japicmp.skip>true</japicmp.skip>
<animal.sniffer.skip>true</animal.sniffer.skip>
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>