Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jul 30, 2020
1 parent eb15018 commit dc69a42
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ v5.19
- Extract Google tools name from the provided url
- Apache Beam useragent
- Updated UDF dependencies
- Elastic Search/Logstash 7.8.0
- Elastic Search/Logstash 7.8.1
- Apache Flink 1.11.1
- Apache Beam 2.22.0
- Build
- Improved support for building using JDK 11
- Examples
Expand Down
2 changes: 1 addition & 1 deletion analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<flink.scala.version>2.12</flink.scala.version>

<!-- Apache Beam -->
<beam.version>2.22.0</beam.version>
<beam.version>2.23.0</beam.version>
<hamcrest-all.version>1.3</hamcrest-all.version>

<!-- Apache Drill -->
Expand All @@ -78,17 +78,17 @@
<logparser.version>5.3</logparser.version>

<!-- Elastic tools -->
<elastic.version>7.8.0</elastic.version>
<elastic.version>7.8.1</elastic.version>
<logstash.version>${elastic.version}</logstash.version>
<elasticsearch.version>${elastic.version}</elasticsearch.version>

<!-- ============================================== -->

<depencency-convergence.phase>validate</depencency-convergence.phase>
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.34</checkstyle.version>
<checkstyle.version>8.35</checkstyle.version>
<spotbugs-maven-plugin.version>4.0.4</spotbugs-maven-plugin.version>
<spotbugs.version>4.0.6</spotbugs.version>
<spotbugs.version>4.1.0</spotbugs.version>
<slf4j.version>1.7.30</slf4j.version>
<log4j2.version>2.13.3</log4j2.version>
<kryo.version>4.0.2</kryo.version>
Expand All @@ -98,7 +98,7 @@
<hamcrest-core.version>2.2</hamcrest-core.version>

<spring.version>5.2.8.RELEASE</spring.version>
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
<spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<spring-boot-legacy.version>2.1.0.RELEASE</spring-boot-legacy.version>

<springfox-swagger.version>3.0.0</springfox-swagger.version>
Expand Down

0 comments on commit dc69a42

Please sign in to comment.