File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ The following features are supported:
3030<dependency >
3131 <groupId >com.github.bastiaanjansen</groupId >
3232 <artifactId >otp-java</artifactId >
33- <version >1.3.0 </version >
33+ <version >1.3.1 </version >
3434</dependency >
3535```
3636
3737### Gradle
3838``` gradle
39- implementation 'com.github.bastiaanjansen:otp-java:1.3.0 '
39+ implementation 'com.github.bastiaanjansen:otp-java:1.3.1 '
4040```
4141
4242### Scala SBT
4343``` scala
44- libraryDependencies += " com.github.bastiaanjansen" % " otp-java" % " 1.3.0 "
44+ libraryDependencies += " com.github.bastiaanjansen" % " otp-java" % " 1.3.1 "
4545```
4646
4747### Apache Ivy
4848``` xml
49- <dependency org =" com.github.bastiaanjansen" name =" otp-java" rev =" 1.3.0 " />
49+ <dependency org =" com.github.bastiaanjansen" name =" otp-java" rev =" 1.3.1 " />
5050```
5151
5252Or you can download the source from the [ GitHub releases page] ( https://github.com/BastiaanJansen/OTP-Java/releases ) .
Original file line number Diff line number Diff line change 1010
1111 <groupId >com.github.bastiaanjansen</groupId >
1212 <artifactId >otp-java</artifactId >
13- <version >1.3.0 </version >
13+ <version >1.3.1 </version >
1414
1515 <name >OTP-Java</name >
1616 <description >A small and easy-to-use one-time password generator for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).</description >
4949 <dependency >
5050 <groupId >org.apache.maven.plugins</groupId >
5151 <artifactId >maven-compiler-plugin</artifactId >
52- <version >3.8.1 </version >
52+ <version >3.10.0 </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.junit.jupiter</groupId >
5757 <artifactId >junit-jupiter</artifactId >
58- <version >5.7.0 </version >
58+ <version >5.8.2 </version >
5959 <scope >test</scope >
6060 </dependency >
6161 <dependency >
6262 <groupId >commons-codec</groupId >
6363 <artifactId >commons-codec</artifactId >
64- <version >1.11 </version >
64+ <version >1.15 </version >
6565 </dependency >
6666 <dependency >
6767 <groupId >org.hamcrest</groupId >
You can’t perform that action at this time.
0 commit comments