Skip to content

Commit

Permalink
Update dependencies and fix CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed May 22, 2020
1 parent 6aa2eab commit 364e0d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ v5.18-SNAPSHOT
- The output is now "immutable" which makes returning from cache faster.
- Avoid "OneDrive" being classified as the DeviceBrand "OnePlus"
- Updated UDF dependencies
- Apache Flink 1.10.1
- Apache Beam 2.20.0
- Elastic Logstash 7.6.2
- New/improved detections
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -49,7 +49,7 @@
<!-- ================ UDF Versions ================ -->
<!-- ============================================== -->
<!-- Apache Flink -->
<flink.version>1.10.0</flink.version>
<flink.version>1.10.1</flink.version>
<flink.scala.version>2.12</flink.scala.version>

<!-- Apache Beam -->
Expand All @@ -58,7 +58,7 @@

<!-- Apache Drill -->
<drill.version>1.17.0</drill.version>
<netty.version>4.1.49.Final</netty.version>
<netty.version>4.1.50.Final</netty.version>

<!-- Apache Hadoop -->
<hadoop.version>3.2.1</hadoop.version>
Expand All @@ -84,17 +84,17 @@
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.32</checkstyle.version>
<spotbugs-maven-plugin.version>4.0.0</spotbugs-maven-plugin.version>
<spotbugs.version>4.0.2</spotbugs.version>
<spotbugs.version>4.0.3</spotbugs.version>
<slf4j.version>1.7.30</slf4j.version>
<log4j2.version>2.13.2</log4j2.version>
<log4j2.version>2.13.3</log4j2.version>
<kryo.version>4.0.2</kryo.version>
<rat.version>0.13</rat.version>
<jacoco.version>0.8.5</jacoco.version>
<junit5.version>5.6.2</junit5.version>
<hamcrest-core.version>2.2</hamcrest-core.version>

<spring.version>5.2.6.RELEASE</spring.version>
<spring-boot.version>2.2.7.RELEASE</spring-boot.version>
<spring-boot.version>2.3.0.RELEASE</spring-boot.version>
<spring-boot-legacy.version>2.1.0.RELEASE</spring-boot-legacy.version>

<!-- FIXME: Update when springfox 3.0.0 has been released! -->
Expand Down

0 comments on commit 364e0d4

Please sign in to comment.