Skip to content

Commit 8fa6546

Browse files
committed
Updated dependencies + Fixed tests
Tests: Rendering in container is slightly different
1 parent 8f8de06 commit 8fa6546

14 files changed

+3
-3
lines changed

chartjs-java-model/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<slf4j-version>2.0.12</slf4j-version>
52-
<log4j-version>2.22.1</log4j-version>
52+
<log4j-version>2.23.1</log4j-version>
5353
<testcontainers-version>1.19.7</testcontainers-version>
5454

5555
<!-- by default run no tests as Docker is required -->
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.core</groupId>
9797
<artifactId>jackson-databind</artifactId>
98-
<version>2.16.1</version>
98+
<version>2.17.0</version>
9999
</dependency>
100100

101101
<!-- Tests -->
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.seleniumhq.selenium</groupId>
159159
<artifactId>selenium-chrome-driver</artifactId>
160-
<version>4.17.0</version>
160+
<version>4.19.0</version>
161161
<scope>test</scope>
162162
</dependency>
163163
</dependencies>
-85 Bytes
Loading
-90 Bytes
Loading
-91 Bytes
Loading
-91 Bytes
Loading
-91 Bytes
Loading
-87 Bytes
Loading
-91 Bytes
Loading
-457 Bytes
Loading
-89 Bytes
Loading

0 commit comments

Comments
 (0)