|
5 | 5 |
|
6 | 6 | <groupId>org.eu.zajc</groupId> |
7 | 7 | <artifactId>akiwrapper</artifactId> |
8 | | - <version>3.0.1</version> |
| 8 | + <version>3.0.2</version> |
9 | 9 |
|
10 | 10 | <name>Akiwrapper</name> |
11 | 11 | <description>A Java API wrapper for Akinator</description> |
|
37 | 37 | <properties> |
38 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | 39 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
40 | | - <junit.version>5.12.2</junit.version> |
| 40 | + <junit.version>5.13.4</junit.version> |
41 | 41 | <slf4j.version>2.0.17</slf4j.version> |
42 | 42 | <maven.compiler.release>11</maven.compiler.release> |
43 | 43 | </properties> |
|
48 | 48 | <dependency> |
49 | 49 | <groupId>org.json</groupId> |
50 | 50 | <artifactId>json</artifactId> |
51 | | - <version>20250107</version> |
| 51 | + <version>20250517</version> |
52 | 52 | </dependency> |
53 | 53 |
|
54 | 54 | <!-- HTML Parsing --> |
55 | 55 | <dependency> |
56 | 56 | <groupId>org.jsoup</groupId> |
57 | 57 | <artifactId>jsoup</artifactId> |
58 | | - <version>1.19.1</version> |
| 58 | + <version>1.21.2</version> |
59 | 59 | </dependency> |
60 | 60 |
|
61 | 61 | <!-- Logging --> |
|
122 | 122 | <plugin> |
123 | 123 | <groupId>org.apache.maven.plugins</groupId> |
124 | 124 | <artifactId>maven-enforcer-plugin</artifactId> |
125 | | - <version>3.5.0</version> |
| 125 | + <version>3.6.1</version> |
126 | 126 | <executions> |
127 | 127 | <execution> |
128 | 128 | <goals> |
|
153 | 153 | <plugin> |
154 | 154 | <groupId>org.apache.maven.plugins</groupId> |
155 | 155 | <artifactId>maven-javadoc-plugin</artifactId> |
156 | | - <version>3.11.2</version> |
| 156 | + <version>3.11.3</version> |
157 | 157 | <executions> |
158 | 158 | <execution> |
159 | 159 | <phase>verify</phase> |
|
185 | 185 | <plugin> |
186 | 186 | <groupId>org.codehaus.mojo</groupId> |
187 | 187 | <artifactId>versions-maven-plugin</artifactId> |
188 | | - <version>2.18.0</version> |
| 188 | + <version>2.19.0</version> |
189 | 189 | <configuration> |
190 | 190 | <rulesUri>file://${project.basedir}/versions-ruleset.xml</rulesUri> |
191 | 191 | </configuration> |
|
229 | 229 | <plugin> |
230 | 230 | <groupId>org.apache.maven.plugins</groupId> |
231 | 231 | <artifactId>maven-gpg-plugin</artifactId> |
232 | | - <version>3.2.7</version> |
| 232 | + <version>3.2.8</version> |
233 | 233 | <executions> |
234 | 234 | <execution> |
235 | 235 | <phase>verify</phase> |
|
0 commit comments