-
Notifications
You must be signed in to change notification settings - Fork 514
fix(deps): update dependency commons-fileupload:commons-fileupload to v1.6.0 [security] #1261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -131,7 +131,7 @@ Copyright 2016 Google Inc. | |||||
| <dependency> <!-- http://commons.apache.org/proper/commons-fileupload/ --> | ||||||
| <groupId>commons-fileupload</groupId> | ||||||
| <artifactId>commons-fileupload</artifactId> | ||||||
| <version>1.5</version> | ||||||
| <version>1.6.0</version> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version string for Apache Commons FileUpload 1.6 is typically
Suggested change
|
||||||
| </dependency> | ||||||
| </dependencies> | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -131,7 +131,7 @@ Copyright 2016 Google Inc. | |||||
| <dependency> <!-- http://commons.apache.org/proper/commons-fileupload/ --> | ||||||
| <groupId>commons-fileupload</groupId> | ||||||
| <artifactId>commons-fileupload</artifactId> | ||||||
| <version>1.5</version> | ||||||
| <version>1.6.0</version> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version string for Apache Commons FileUpload 1.6 is typically
Suggested change
|
||||||
| </dependency> | ||||||
| </dependencies> | ||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -92,7 +92,7 @@ Copyright 2019 Google LLC | |||||
| <dependency> | ||||||
| <groupId>commons-fileupload</groupId> | ||||||
| <artifactId>commons-fileupload</artifactId> | ||||||
| <version>1.5</version> | ||||||
| <version>1.6.0</version> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version string for Apache Commons FileUpload 1.6 is typically
Suggested change
|
||||||
| </dependency> | ||||||
|
|
||||||
| <dependency> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version string for Apache Commons FileUpload 1.6 is typically
1.6, not1.6.0. Using1.6.0may result in a dependency resolution error as Maven Central lists the version as1.6. Please verify the exact version string in the repository you are using.