|
6 | 6 |
|
7 | 7 | <groupId>software.xdev</groupId> |
8 | 8 | <artifactId>chartjs-java-model</artifactId> |
9 | | - <version>2.7.1-SNAPSHOT</version> |
| 9 | + <version>2.8.0-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>chartjs-java-model</name> |
|
48 | 48 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | 49 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
50 | 50 |
|
51 | | - <slf4j-version>2.0.16</slf4j-version> |
| 51 | + <slf4j-version>2.0.17</slf4j-version> |
52 | 52 | <log4j-version>2.24.3</log4j-version> |
53 | | - <testcontainers-version>1.20.4</testcontainers-version> |
| 53 | + <testcontainers-version>1.20.6</testcontainers-version> |
54 | 54 |
|
55 | 55 | <!-- by default run no tests as Docker is required --> |
56 | 56 | <skipTests>true</skipTests> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>com.fasterxml.jackson.core</groupId> |
97 | 97 | <artifactId>jackson-databind</artifactId> |
98 | | - <version>2.18.2</version> |
| 98 | + <version>2.18.3</version> |
99 | 99 | </dependency> |
100 | 100 |
|
101 | 101 | <!-- Tests --> |
|
129 | 129 | <dependency> |
130 | 130 | <groupId>org.junit.jupiter</groupId> |
131 | 131 | <artifactId>junit-jupiter</artifactId> |
132 | | - <version>5.11.4</version> |
| 132 | + <version>5.12.0</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 |
|
|
170 | 170 | <dependency> |
171 | 171 | <groupId>org.seleniumhq.selenium</groupId> |
172 | 172 | <artifactId>selenium-chrome-driver</artifactId> |
173 | | - <version>4.28.1</version> |
| 173 | + <version>4.29.0</version> |
174 | 174 | <scope>test</scope> |
175 | 175 | <exclusions> |
176 | 176 | <!-- Tracing is not needed --> |
|
193 | 193 | <plugin> |
194 | 194 | <groupId>org.apache.maven.plugins</groupId> |
195 | 195 | <artifactId>maven-project-info-reports-plugin</artifactId> |
196 | | - <version>3.8.0</version> |
| 196 | + <version>3.9.0</version> |
197 | 197 | </plugin> |
198 | 198 | </plugins> |
199 | 199 | </pluginManagement> |
|
230 | 230 | <plugin> |
231 | 231 | <groupId>org.apache.maven.plugins</groupId> |
232 | 232 | <artifactId>maven-compiler-plugin</artifactId> |
233 | | - <version>3.13.0</version> |
| 233 | + <version>3.14.0</version> |
234 | 234 | <configuration> |
235 | 235 | <release>${maven.compiler.release}</release> |
236 | 236 | <compilerArgs> |
|
295 | 295 | <plugin> |
296 | 296 | <groupId>org.codehaus.mojo</groupId> |
297 | 297 | <artifactId>flatten-maven-plugin</artifactId> |
298 | | - <version>1.6.0</version> |
| 298 | + <version>1.7.0</version> |
299 | 299 | <configuration> |
300 | 300 | <flattenMode>ossrh</flattenMode> |
301 | 301 | </configuration> |
|
360 | 360 | <dependency> |
361 | 361 | <groupId>com.puppycrawl.tools</groupId> |
362 | 362 | <artifactId>checkstyle</artifactId> |
363 | | - <version>10.21.2</version> |
| 363 | + <version>10.21.4</version> |
364 | 364 | </dependency> |
365 | 365 | </dependencies> |
366 | 366 | <configuration> |
|
397 | 397 | <dependency> |
398 | 398 | <groupId>net.sourceforge.pmd</groupId> |
399 | 399 | <artifactId>pmd-core</artifactId> |
400 | | - <version>7.10.0</version> |
| 400 | + <version>7.11.0</version> |
401 | 401 | </dependency> |
402 | 402 | <dependency> |
403 | 403 | <groupId>net.sourceforge.pmd</groupId> |
404 | 404 | <artifactId>pmd-java</artifactId> |
405 | | - <version>7.10.0</version> |
| 405 | + <version>7.11.0</version> |
406 | 406 | </dependency> |
407 | 407 | </dependencies> |
408 | 408 | </plugin> |
|
0 commit comments