|
6 | 6 |
|
7 | 7 | <groupId>com.cosimo</groupId> |
8 | 8 | <artifactId>plugin-utilities</artifactId> |
9 | | - <version>1.0.0-beta.1</version> |
| 9 | + <version>1.0.0-beta.3</version> |
10 | 10 | <name>PluginUtilities</name> |
11 | 11 | <url>https://github.com/CosimoTiger/plugin-utilities</url> |
12 | 12 | <description>A library with many utilities that help with developing Spigot plugins.</description> |
|
17 | 17 | <finalName>${project.artifactId}-${project.version}</finalName> |
18 | 18 | <plugins> |
19 | 19 | <plugin> |
20 | | - <groupId>org.apache.maven.plugins</groupId> |
21 | 20 | <artifactId>maven-compiler-plugin</artifactId> |
22 | | - <version>3.13.0</version> |
| 21 | + <version>3.14.0</version> |
23 | 22 | <configuration> |
24 | 23 | <release>21</release> |
25 | 24 | <annotationProcessorPaths> |
|
32 | 31 | </configuration> |
33 | 32 | </plugin> |
34 | 33 | <plugin> |
35 | | - <groupId>org.apache.maven.plugins</groupId> |
36 | 34 | <artifactId>maven-source-plugin</artifactId> |
37 | 35 | <version>3.3.1</version> |
38 | 36 | <executions> |
|
45 | 43 | </executions> |
46 | 44 | </plugin> |
47 | 45 | <plugin> |
48 | | - <groupId>org.apache.maven.plugins</groupId> |
49 | 46 | <artifactId>maven-javadoc-plugin</artifactId> |
50 | | - <version>3.11.2</version> |
| 47 | + <version>3.11.3</version> |
51 | 48 | <configuration> |
52 | 49 | <doclint>all,-missing</doclint> |
53 | 50 | </configuration> |
|
61 | 58 | </executions> |
62 | 59 | </plugin> |
63 | 60 | <plugin> |
64 | | - <groupId>org.apache.maven.plugins</groupId> |
65 | 61 | <artifactId>maven-surefire-plugin</artifactId> |
66 | | - <version>3.5.2</version> |
| 62 | + <version>3.5.3</version> |
67 | 63 | </plugin> |
68 | 64 | </plugins> |
69 | 65 | </build> |
|
84 | 80 | <dependency> |
85 | 81 | <groupId>org.spigotmc</groupId> |
86 | 82 | <artifactId>spigot-api</artifactId> |
87 | | - <version>1.21.4-R0.1-SNAPSHOT</version> |
| 83 | + <version>1.21.8-R0.1-SNAPSHOT</version> |
88 | 84 | <scope>provided</scope> |
89 | 85 | </dependency> |
90 | 86 | <dependency> |
91 | 87 | <groupId>org.jetbrains</groupId> |
92 | 88 | <artifactId>annotations</artifactId> |
93 | | - <version>26.0.1</version> |
| 89 | + <version>26.0.2</version> |
94 | 90 | <scope>provided</scope> |
95 | 91 | </dependency> |
96 | 92 | <dependency> |
97 | 93 | <groupId>org.projectlombok</groupId> |
98 | 94 | <artifactId>lombok</artifactId> |
99 | | - <version>1.18.36</version> |
| 95 | + <version>1.18.38</version> |
100 | 96 | </dependency> |
101 | 97 | <dependency> |
102 | 98 | <groupId>org.junit.jupiter</groupId> |
103 | 99 | <artifactId>junit-jupiter-engine</artifactId> |
104 | | - <version>5.11.4</version> |
| 100 | + <version>5.13.4</version> |
105 | 101 | <scope>test</scope> |
106 | 102 | </dependency> |
107 | 103 | <dependency> |
108 | 104 | <groupId>org.junit.jupiter</groupId> |
109 | 105 | <artifactId>junit-jupiter-params</artifactId> |
110 | | - <version>5.11.2</version> |
| 106 | + <version>5.13.4</version> |
111 | 107 | <scope>test</scope> |
112 | 108 | </dependency> |
113 | 109 | <dependency> |
114 | 110 | <groupId>org.mockito</groupId> |
115 | 111 | <artifactId>mockito-core</artifactId> |
116 | | - <version>5.14.2</version> |
| 112 | + <version>5.19.0</version> |
117 | 113 | <scope>test</scope> |
118 | 114 | </dependency> |
119 | 115 | </dependencies> |
|
0 commit comments