We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94db4f8 commit 1597ba1Copy full SHA for 1597ba1
1 file changed
pom.xml
@@ -14,7 +14,7 @@
14
<dependency>
15
<groupId>net.authorize</groupId>
16
<artifactId>anet-java-sdk</artifactId>
17
- <version>2.0.2</version>
+ <version>2.0.3</version>
18
</dependency>
19
20
<groupId>junit</groupId>
@@ -26,6 +26,7 @@
26
<plugins>
27
<plugin>
28
<artifactId>maven-compiler-plugin</artifactId>
29
+ <version>3.7.0</version>
30
<configuration>
31
<source>1.7</source>
32
<target>1.7</target>
0 commit comments