Skip to content

Commit

Permalink
Updated dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Apr 1, 2020
1 parent 8c6cd22 commit d01a0fe
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/kotlin/pom.xml
Expand Up @@ -33,7 +33,7 @@
<name>Yauaa : Examples : Kotlin</name>

<properties>
<kotlin.version>1.3.70</kotlin.version>
<kotlin.version>1.3.71</kotlin.version>
</properties>

<dependencies>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -58,7 +58,7 @@

<!-- Apache Drill -->
<drill.version>1.17.0</drill.version>
<netty.version>4.1.46.Final</netty.version>
<netty.version>4.1.48.Final</netty.version>

<!-- Apache Hadoop -->
<hadoop.version>3.2.1</hadoop.version>
Expand All @@ -81,19 +81,19 @@

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

<checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
<checkstyle.version>8.30</checkstyle.version>
<checkstyle-plugin.version>3.1.1</checkstyle-plugin.version>
<checkstyle.version>8.31</checkstyle.version>
<spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
<spotbugs.version>4.0.0</spotbugs.version>
<spotbugs.version>4.0.1</spotbugs.version>
<slf4j.version>1.7.30</slf4j.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.0</junit5.version>
<junit5.version>5.6.1</junit5.version>
<hamcrest-core.version>2.2</hamcrest-core.version>

<spring.version>5.2.4.RELEASE</spring.version>
<spring-boot.version>2.2.5.RELEASE</spring-boot.version>
<spring.version>5.2.5.RELEASE</spring.version>
<spring-boot.version>2.2.6.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
2 changes: 1 addition & 1 deletion udfs/logparser/pom.xml
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.2rc1</version>
<version>2.7.2</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion udfs/logstash/logstash-filter/pom.xml
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>9.2.11.0</version>
<version>9.2.11.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pig/pom.xml
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.2rc1</version>
<version>2.7.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit d01a0fe

Please sign in to comment.