Skip to content

Commit 5b12a61

Browse files
committed
Bump spring version to 5.3.19, mockito-core to 5.2.0, Saxon-HE to 12.0 and maven-war-plugin to 3.3.2
1 parent d95d649 commit 5b12a61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2016-2022 52°North Spatial Information Research GmbH
4+
Copyright 2016-2023 52°North Spatial Information Research GmbH
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -92,7 +92,7 @@
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<timestamp>${maven.build.timestamp}</timestamp>
9494
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
95-
<version.spring>5.3.19</version.spring>
95+
<version.spring>5.3.29</version.spring>
9696
<version.slf4j>1.7.36</version.slf4j>
9797
<version.log4j>2.17.2</version.log4j>
9898
<version.arctic.sea>9.4.0</version.arctic.sea>
@@ -385,7 +385,7 @@
385385
<dependency>
386386
<groupId>org.mockito</groupId>
387387
<artifactId>mockito-core</artifactId>
388-
<version>2.27.0</version>
388+
<version>5.2.0</version>
389389
<scope>test</scope>
390390
</dependency>
391391
<dependency>
@@ -420,7 +420,7 @@
420420
<dependency>
421421
<groupId>net.sf.saxon</groupId>
422422
<artifactId>Saxon-HE</artifactId>
423-
<version>9.6.0-7</version>
423+
<version>12.0</version>
424424
<scope>runtime</scope>
425425
</dependency>
426426
<dependency>

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<plugin>
260260
<groupId>org.apache.maven.plugins</groupId>
261261
<artifactId>maven-war-plugin</artifactId>
262-
<version>2.6</version>
262+
<version>3.3.2</version>
263263
<configuration>
264264
<filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
265265
<webResources>

0 commit comments

Comments
 (0)