Skip to content

Commit 5e7b8d4

Browse files
christophe-rannoudependabot[bot]
andauthored
Crannou/fix/bump version cve (#20)
* Bump jetty.version from 9.4.19.v20190610 to 9.4.34.v20201102 in /api Bumps `jetty.version` from 9.4.19.v20190610 to 9.4.34.v20201102. Updates `jetty-servlet` from 9.4.19.v20190610 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.19.v20190610...jetty-9.4.34.v20201102) Updates `jetty-webapp` from 9.4.19.v20190610 to 9.4.34.v20201102 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.4.19.v20190610...jetty-9.4.34.v20201102) Signed-off-by: dependabot[bot] <support@github.com> * Bump log4j2.version from 2.7 to 2.14.0 in /api Bumps `log4j2.version` from 2.7 to 2.14.0. Updates `log4j-api` from 2.7 to 2.14.0 Updates `log4j-core` from 2.7 to 2.14.0 Updates `log4j-slf4j-impl` from 2.7 to 2.14.0 Signed-off-by: dependabot[bot] <support@github.com> * update tensorflow version and fix h5py Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4bb97f commit 5e7b8d4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<artifactId>api</artifactId>
1313

1414
<properties>
15-
<jetty.version>9.4.19.v20190610</jetty.version>
15+
<jetty.version>9.4.34.v20201102</jetty.version>
1616
<serving.version>1.0.1-SNAPSHOT</serving.version>
1717
<guice.version>4.2.2</guice.version>
1818
<typesafe-guice.version>0.1.0</typesafe-guice.version>
1919
<resteasy.version>4.1.1.Final</resteasy.version>
20-
<log4j2.version>2.7</log4j2.version>
20+
<log4j2.version>2.14.0</log4j2.version>
2121
<metrics.version>0.5.0</metrics.version>
2222
<swagger-jaxrs2.version>2.0.9</swagger-jaxrs2.version>
2323

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
tensorflow==1.15.2
1+
tensorflow==1.15.4
22
pyinstaller>=3.5,<=3.6
33
absl-py==0.8.1
4-
setuptools>=41.0.1,<45.0.0
4+
setuptools>=41.0.1,<45.0.0
5+
h5py==2.10.0

0 commit comments

Comments
 (0)