File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6 /apache-maven-3.8.6 -bin.zip
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7 /apache-maven-3.8.7 -bin.zip
18
18
wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
Original file line number Diff line number Diff line change 52
52
</distributionManagement >
53
53
54
54
<properties >
55
- <junit .jupiter.version>5.9.1 </junit .jupiter.version>
55
+ <junit .jupiter.version>5.9.2 </junit .jupiter.version>
56
56
<spring .batch.version>4.3.7</spring .batch.version>
57
57
58
58
<checkstyle .config>checkstyle-override.xml</checkstyle .config>
218
218
<dependency >
219
219
<groupId >org.springframework</groupId >
220
220
<artifactId >spring-jdbc</artifactId >
221
- <version >5.3.24 </version >
221
+ <version >5.3.25 </version >
222
222
<scope >provided</scope >
223
223
<optional >true</optional >
224
224
</dependency >
251
251
<dependency >
252
252
<groupId >org.assertj</groupId >
253
253
<artifactId >assertj-core</artifactId >
254
- <version >3.24.1 </version >
254
+ <version >3.24.2 </version >
255
255
<scope >test</scope >
256
256
</dependency >
257
257
<dependency >
313
313
<dependency >
314
314
<groupId >org.postgresql</groupId >
315
315
<artifactId >postgresql</artifactId >
316
- <version >42.5.1 </version >
316
+ <version >42.5.2 </version >
317
317
<scope >test</scope >
318
318
</dependency >
319
319
<dependency >
325
325
<dependency >
326
326
<groupId >org.mariadb.jdbc</groupId >
327
327
<artifactId >mariadb-java-client</artifactId >
328
- <version >3.1.0 </version >
328
+ <version >3.1.2 </version >
329
329
<scope >test</scope >
330
330
</dependency >
331
331
</dependencies >
You can’t perform that action at this time.
0 commit comments