Skip to content

Commit 619c82c

Browse files
committed
Merge pull request auth0#14 from OCW-DUO/master
Make project compatible with jdk 1.5
2 parents ae8abc2 + 3d665f3 commit 619c82c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<url>http://www.jwt.io</url>
1717

1818
<properties>
19-
<java.version>1.6</java.version>
19+
<java.version>1.5</java.version>
2020
<repackage.base>com.auth0.jwt.internal</repackage.base>
2121
</properties>
2222

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>2.0.0</version>
52+
<version>2.0.1</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)