mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-10 09:57:33 +01:00
Update dependencies as found by dependabot
- Closes #1919, closes #1920, closes #1922
This commit is contained in:
parent
ab872f2622
commit
969ed8c89c
6
pom.xml
6
pom.xml
@ -598,7 +598,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.mkammerer</groupId>
|
<groupId>de.mkammerer</groupId>
|
||||||
<artifactId>argon2-jvm-nolibs</artifactId>
|
<artifactId>argon2-jvm-nolibs</artifactId>
|
||||||
<version>2.5</version>
|
<version>2.6</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@ -900,7 +900,7 @@
|
|||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-core</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<version>3.0.0</version>
|
<version>3.1.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>hamcrest-core</artifactId>
|
<artifactId>hamcrest-core</artifactId>
|
||||||
@ -913,7 +913,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.checkerframework</groupId>
|
<groupId>org.checkerframework</groupId>
|
||||||
<artifactId>checker-qual</artifactId>
|
<artifactId>checker-qual</artifactId>
|
||||||
<version>2.11.0</version>
|
<version>2.11.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user