|
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.7</slf4j-version> |
| 51 | + <slf4j-version>2.0.9</slf4j-version> |
52 | 52 | <log4j-version>2.20.0</log4j-version> |
53 | | - <testcontainers-version>1.18.0</testcontainers-version> |
| 53 | + <testcontainers-version>1.19.1</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.15.0</version> |
| 98 | + <version>2.15.2</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.9.3</version> |
| 132 | + <version>5.10.0</version> |
133 | 133 | <scope>test</scope> |
134 | 134 | </dependency> |
135 | 135 |
|
|
157 | 157 | <dependency> |
158 | 158 | <groupId>org.seleniumhq.selenium</groupId> |
159 | 159 | <artifactId>selenium-chrome-driver</artifactId> |
160 | | - <version>4.9.0</version> |
| 160 | + <version>4.10.0</version> |
161 | 161 | <scope>test</scope> |
162 | 162 | </dependency> |
163 | 163 | </dependencies> |
|
167 | 167 | <plugin> |
168 | 168 | <groupId>com.mycila</groupId> |
169 | 169 | <artifactId>license-maven-plugin</artifactId> |
170 | | - <version>4.2</version> |
| 170 | + <version>4.3</version> |
171 | 171 | <configuration> |
172 | 172 | <properties> |
173 | 173 | <email>${project.organization.url}</email> |
|
207 | 207 | <plugin> |
208 | 208 | <groupId>org.apache.maven.plugins</groupId> |
209 | 209 | <artifactId>maven-javadoc-plugin</artifactId> |
210 | | - <version>3.5.0</version> |
| 210 | + <version>3.6.0</version> |
211 | 211 | <executions> |
212 | 212 | <execution> |
213 | 213 | <id>attach-javadocs</id> |
|
225 | 225 | <plugin> |
226 | 226 | <groupId>org.apache.maven.plugins</groupId> |
227 | 227 | <artifactId>maven-source-plugin</artifactId> |
228 | | - <version>3.2.1</version> |
| 228 | + <version>3.3.0</version> |
229 | 229 | <executions> |
230 | 230 | <execution> |
231 | 231 | <id>attach-sources</id> |
|
240 | 240 | <plugin> |
241 | 241 | <groupId>org.apache.maven.plugins</groupId> |
242 | 242 | <artifactId>maven-surefire-plugin</artifactId> |
243 | | - <version>3.0.0</version> |
| 243 | + <version>3.1.2</version> |
244 | 244 | <configuration> |
245 | 245 | <skipTests>${skipTests}</skipTests> |
246 | 246 | </configuration> |
|
261 | 261 | <plugin> |
262 | 262 | <groupId>org.apache.maven.plugins</groupId> |
263 | 263 | <artifactId>maven-gpg-plugin</artifactId> |
264 | | - <version>3.0.1</version> |
| 264 | + <version>3.1.0</version> |
265 | 265 | <executions> |
266 | 266 | <execution> |
267 | 267 | <id>sign-artifacts</id> |
|
0 commit comments