Skip to content

Commit f1fb01f

Browse files
upgraded dependencies
1 parent 7ad14c9 commit f1fb01f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

5252
Or you can download the source from the [GitHub releases page](https://github.com/BastiaanJansen/OTP-Java/releases).

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>
@@ -49,19 +49,19 @@
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>

0 commit comments

Comments
 (0)