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 Aug 14, 2020
1 parent 4bdedac commit 617e981
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.23</jmh.version>
<jmh.version>1.25</jmh.version>
<yauaa.version>${project.version}</yauaa.version>

<!--
Expand Down
4 changes: 2 additions & 2 deletions examples/scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>

<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-4-12_2.13</artifactId>
<version>3.2.0.0</version>
<version>3.2.1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<nifi-nar-maven-plugin.version>1.3.1</nifi-nar-maven-plugin.version>

<!-- LogParser -->
<logparser.version>5.3</logparser.version>
<logparser.version>5.5</logparser.version>

<!-- Elastic tools -->
<elastic.version>7.8.1</elastic.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.2.RELEASE</spring-boot.version>
<spring-boot.version>2.3.3.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
2 changes: 1 addition & 1 deletion udfs/logstash/logstash-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>9.2.12.0</version>
<version>9.2.13.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 617e981

Please sign in to comment.