Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811315 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
stefanseifert committed Oct 6, 2017
1 parent 938f58b commit 9579510
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
<version>3.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -146,10 +146,16 @@
<version>1.2.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.1_spec</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-core</artifactId>
<version>1.0.0</version>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9579510

Please sign in to comment.