|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 | 5 |
|
6 | 6 | <parent>
|
7 |
| - <groupId>dev.samstevens.totp</groupId> |
8 |
| - <artifactId>totp-parent-hangar</artifactId> |
9 |
| - <version>1.7.2-SNAPSHOT</version> |
| 7 | + <groupId>io.papermc.hangar.totp</groupId> |
| 8 | + <artifactId>totp-parent</artifactId> |
| 9 | + <version>1.8.0</version> |
10 | 10 | </parent>
|
11 | 11 |
|
12 |
| - <artifactId>totp-hangar</artifactId> |
| 12 | + <artifactId>totp</artifactId> |
13 | 13 | <name>${project.groupId}:${project.artifactId}</name>
|
14 | 14 |
|
15 | 15 | <description>A library to help implement time-based one time passwords to enable MFA.</description>
|
|
18 | 18 | <dependency>
|
19 | 19 | <groupId>org.junit.jupiter</groupId>
|
20 | 20 | <artifactId>junit-jupiter-api</artifactId>
|
21 |
| - <version>5.9.2</version> |
| 21 | + <version>5.13.0-M2</version> |
22 | 22 | <scope>test</scope>
|
23 | 23 | </dependency>
|
24 | 24 | <dependency>
|
25 | 25 | <groupId>org.junit.jupiter</groupId>
|
26 | 26 | <artifactId>junit-jupiter-engine</artifactId>
|
27 |
| - <version>5.9.2</version> |
| 27 | + <version>5.13.0-M2</version> |
28 | 28 | <scope>test</scope>
|
29 | 29 | </dependency>
|
30 | 30 | <dependency>
|
31 | 31 | <groupId>org.junit.jupiter</groupId>
|
32 | 32 | <artifactId>junit-jupiter-params</artifactId>
|
33 |
| - <version>5.9.2</version> |
| 33 | + <version>5.13.0-M2</version> |
34 | 34 | <scope>test</scope>
|
35 | 35 | </dependency>
|
36 | 36 | <dependency>
|
37 | 37 | <groupId>org.mockito</groupId>
|
38 | 38 | <artifactId>mockito-core</artifactId>
|
39 |
| - <version>5.2.0</version> |
| 39 | + <version>5.16.1</version> |
40 | 40 | <scope>test</scope>
|
41 | 41 | </dependency>
|
42 | 42 | <dependency>
|
43 | 43 | <groupId>commons-codec</groupId>
|
44 | 44 | <artifactId>commons-codec</artifactId>
|
45 |
| - <version>1.15</version> |
| 45 | + <version>1.18.0</version> |
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>commons-net</groupId>
|
49 | 49 | <artifactId>commons-net</artifactId>
|
50 |
| - <version>3.9.0</version> |
| 50 | + <version>3.11.1</version> |
51 | 51 | <optional>true</optional>
|
52 | 52 | </dependency>
|
53 | 53 | <dependency>
|
54 | 54 | <groupId>com.google.zxing</groupId>
|
55 | 55 | <artifactId>core</artifactId>
|
56 |
| - <version>3.5.1</version> |
| 56 | + <version>3.5.3</version> |
57 | 57 | </dependency>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>com.google.zxing</groupId>
|
60 | 60 | <artifactId>javase</artifactId>
|
61 |
| - <version>3.5.1</version> |
| 61 | + <version>3.5.3</version> |
62 | 62 | </dependency>
|
63 | 63 | </dependencies>
|
64 | 64 | </project>
|
0 commit comments