Skip to content

Commit

Permalink
Update several dependencies to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jul 11, 2017
1 parent 5588baf commit c4bc58c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions analyzer/pom.xml
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.7.RELEASE</version>
<version>4.3.9.RELEASE</version>
</dependency>

<!-- Needed to define this dependency for spring-core explicitly because we shaded spring-core in -->
Expand All @@ -68,8 +68,8 @@

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<artifactId>commons-text</artifactId>
<version>1.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -33,7 +33,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.18</jmh.version>
<jmh.version>1.19</jmh.version>

<!--
Name of the benchmark Uber-JAR to generate.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -39,7 +39,7 @@
<pig.version>0.16.0</pig.version>
<checkstyle-plugin.version>2.17</checkstyle-plugin.version>
<slf4j.version>1.7.25</slf4j.version>
<logparser.version>3.0</logparser.version>
<logparser.version>3.1</logparser.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c4bc58c

Please sign in to comment.