This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
255
Wiki
Activity
Browse Source
Version update for Java commons-fileupload dependency because of vulnerability found in this (
#2798
)
pull/3882/head
penmetsaa
3 years ago
committed by
GitHub
parent
dd54acc376
commit
62f2e3039b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
java/demo/pom.xml
+1
-1
migrator/migrator-servlet/pom.xml
+ 1
- 1
java/demo/pom.xml
View File
@ -48,7 +48,7 @@
<dependency
>
<groupId
>
commons-fileupload
</groupId>
<artifactId
>
commons-fileupload
</artifactId>
<version
>
1.
3.3
</version>
<version
>
1.
4
</version>
</dependency>
<dependency
>
<groupId
>
commons-lang
</groupId>
+ 1
- 1
migrator/migrator-servlet/pom.xml
View File
@ -54,7 +54,7 @@
<dependency
>
<groupId
>
commons-fileupload
</groupId>
<artifactId
>
commons-fileupload
</artifactId>
<version
>
1.
3.3
</version>
<version
>
1.
4
</version>
<scope
>
compile
</scope>
</dependency>
</dependencies>
Write
Preview
Loading…
Cancel
Save