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 Sep 11, 2020
1 parent ba6eccb commit 5c7d68c
Show file tree
Hide file tree
Showing 5 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 @@ -8,8 +8,9 @@ v5.20-SNAPSHOT
- Build
- Disable sonarcloud on JDK 8
- Updated UDF dependencies
- Apache Drill 1.18.0
- Apache Nifi 1.12.0
- Elastic Search/Logstash 7.9.0
- Elastic Search/Logstash 7.9.1

v5.19
===
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.25.1</jmh.version>
<jmh.version>1.25.2</jmh.version>
<yauaa.version>${project.version}</yauaa.version>

<!--
Expand Down
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<name>Yauaa : Examples : Kotlin</name>

<properties>
<kotlin.version>1.4.0</kotlin.version>
<kotlin.version>1.4.10</kotlin.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<hamcrest-all.version>1.3</hamcrest-all.version>

<!-- Apache Drill -->
<drill.version>1.17.0</drill.version>
<netty.version>4.1.51.Final</netty.version>
<drill.version>1.18.0</drill.version>
<netty.version>4.1.52.Final</netty.version>

<!-- Apache Hadoop -->
<hadoop.version>3.3.0</hadoop.version>
Expand All @@ -78,7 +78,7 @@
<logparser.version>5.5</logparser.version>

<!-- Elastic tools -->
<elastic.version>7.9.0</elastic.version>
<elastic.version>7.9.1</elastic.version>
<logstash.version>${elastic.version}</logstash.version>
<elasticsearch.version>${elastic.version}</elasticsearch.version>

Expand Down
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.8.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 5c7d68c

Please sign in to comment.