|
91 | 91 | <dependency> |
92 | 92 | <groupId>org.testcontainers</groupId> |
93 | 93 | <artifactId>testcontainers</artifactId> |
94 | | - <version>1.20.4</version> |
| 94 | + <version>1.20.6</version> |
95 | 95 | <scope>compile</scope> |
96 | 96 | </dependency> |
97 | 97 | <!-- Testcontainers is using outdated v1 --> |
98 | 98 | <dependency> |
99 | 99 | <groupId>org.slf4j</groupId> |
100 | 100 | <artifactId>slf4j-api</artifactId> |
101 | | - <version>2.0.16</version> |
| 101 | + <version>2.0.17</version> |
102 | 102 | </dependency> |
103 | 103 |
|
104 | 104 | <!-- Tests --> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.junit.jupiter</groupId> |
113 | 113 | <artifactId>junit-jupiter</artifactId> |
114 | | - <version>5.11.4</version> |
| 114 | + <version>5.12.0</version> |
115 | 115 | <scope>test</scope> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>org.slf4j</groupId> |
119 | 119 | <artifactId>slf4j-simple</artifactId> |
120 | | - <version>2.0.16</version> |
| 120 | + <version>2.0.17</version> |
121 | 121 | <scope>test</scope> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.fasterxml.jackson.core</groupId> |
133 | 133 | <artifactId>jackson-databind</artifactId> |
134 | | - <version>2.18.2</version> |
| 134 | + <version>2.18.3</version> |
135 | 135 | <scope>test</scope> |
136 | 136 | </dependency> |
137 | 137 | </dependencies> |
|
147 | 147 | <plugin> |
148 | 148 | <groupId>org.apache.maven.plugins</groupId> |
149 | 149 | <artifactId>maven-project-info-reports-plugin</artifactId> |
150 | | - <version>3.8.0</version> |
| 150 | + <version>3.9.0</version> |
151 | 151 | </plugin> |
152 | 152 | </plugins> |
153 | 153 | </pluginManagement> |
|
184 | 184 | <plugin> |
185 | 185 | <groupId>org.apache.maven.plugins</groupId> |
186 | 186 | <artifactId>maven-compiler-plugin</artifactId> |
187 | | - <version>3.13.0</version> |
| 187 | + <version>3.14.0</version> |
188 | 188 | <configuration> |
189 | 189 | <release>${maven.compiler.release}</release> |
190 | 190 | <compilerArgs> |
|
249 | 249 | <plugin> |
250 | 250 | <groupId>org.codehaus.mojo</groupId> |
251 | 251 | <artifactId>flatten-maven-plugin</artifactId> |
252 | | - <version>1.6.0</version> |
| 252 | + <version>1.7.0</version> |
253 | 253 | <configuration> |
254 | 254 | <flattenMode>ossrh</flattenMode> |
255 | 255 | </configuration> |
|
314 | 314 | <dependency> |
315 | 315 | <groupId>com.puppycrawl.tools</groupId> |
316 | 316 | <artifactId>checkstyle</artifactId> |
317 | | - <version>10.21.2</version> |
| 317 | + <version>10.21.4</version> |
318 | 318 | </dependency> |
319 | 319 | </dependencies> |
320 | 320 | <configuration> |
|
351 | 351 | <dependency> |
352 | 352 | <groupId>net.sourceforge.pmd</groupId> |
353 | 353 | <artifactId>pmd-core</artifactId> |
354 | | - <version>7.10.0</version> |
| 354 | + <version>7.11.0</version> |
355 | 355 | </dependency> |
356 | 356 | <dependency> |
357 | 357 | <groupId>net.sourceforge.pmd</groupId> |
358 | 358 | <artifactId>pmd-java</artifactId> |
359 | | - <version>7.10.0</version> |
| 359 | + <version>7.11.0</version> |
360 | 360 | </dependency> |
361 | 361 | </dependencies> |
362 | 362 | </plugin> |
|
0 commit comments