Skip to content

Commit

Permalink
Merge pull request #46 from Nosto/fix/update-libraries
Browse files Browse the repository at this point in the history
Update libraries based on security reports
  • Loading branch information
anttip authored Dec 28, 2021
2 parents 719e757 + 599e4fd commit 170a4de
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ transitiveDependencies: false
# This core dependencies are required by Play framework
require: &allDependencies
- antlr 2.7.7
- com.mchange -> c3p0 0.9.5.2
- com.mchange -> c3p0 0.9.5.5
- com.zaxxer -> HikariCP 3.2.0
- org.ow2.asm -> asm 7.0
- org.ow2.asm -> asm-commons 7.0
Expand All @@ -22,7 +22,7 @@ require: &allDependencies
- commons-beanutils 1.9.2
- commons-codec 1.10
- org.apache.commons -> commons-email 1.4
- commons-fileupload 1.3.2
- commons-fileupload 1.4
- commons-io 2.5
- com.google.code.maven-play-plugin.org.apache.commons -> commons-javaflow 1590792
- commons-lang 2.6
Expand Down Expand Up @@ -70,7 +70,7 @@ require: &allDependencies
- org.postgresql -> postgresql 42.2.4
- org.yaml -> snakeyaml 1.17
- net.spy -> spymemcached 2.12.1
- com.thoughtworks.xstream -> xstream 1.4.9
- com.thoughtworks.xstream -> xstream 1.4.18
- xmlpull 1.1.3.4d_b4_min
- org.apache.logging.log4j -> log4j-core 2.17.0
- org.apache.logging.log4j -> log4j-api 2.17.0
Expand Down
Binary file removed framework/lib/c3p0-0.9.5.2.jar
Binary file not shown.
Binary file added framework/lib/c3p0-0.9.5.5.jar
Binary file not shown.
Binary file removed framework/lib/commons-fileupload-1.3.2.jar
Binary file not shown.
Binary file added framework/lib/commons-fileupload-1.4.jar
Binary file not shown.
Binary file added framework/lib/xstream-1.4.18.jar
Binary file not shown.
Binary file removed framework/lib/xstream-1.4.9.jar
Binary file not shown.

0 comments on commit 170a4de

Please sign in to comment.