Skip to content

Commit f8c17e7

Browse files
committed
security updates of dependencies
1 parent 6736f81 commit f8c17e7

File tree

7 files changed

+60
-15
lines changed

7 files changed

+60
-15
lines changed

cloud/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>cz.metacentrum</groupId>
66
<artifactId>accounting-parent</artifactId>
7-
<version>3.31</version>
7+
<version>3.32</version>
88
</parent>
99

1010
<artifactId>cloud</artifactId>

metaacct/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
88
<groupId>cz.metacentrum</groupId>
99
<artifactId>accounting-parent</artifactId>
10-
<version>3.31</version>
10+
<version>3.32</version>
1111
</parent>
1212

1313
<artifactId>metaacct</artifactId>

metaacct_cmd/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
66
<groupId>cz.metacentrum</groupId>
77
<artifactId>accounting-parent</artifactId>
8-
<version>3.31</version>
8+
<version>3.32</version>
99
</parent>
1010

1111
<artifactId>metaacct_cmd</artifactId>

pbsmon/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>cz.metacentrum</groupId>
66
<artifactId>accounting-parent</artifactId>
7-
<version>3.31</version>
7+
<version>3.32</version>
88
</parent>
99

1010
<artifactId>pbsmon</artifactId>

perun_machines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.metacentrum</groupId>
77
<artifactId>accounting-parent</artifactId>
8-
<version>3.31</version>
8+
<version>3.32</version>
99
</parent>
1010

1111
<artifactId>perun_machines</artifactId>

pom.xml

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>cz.metacentrum</groupId>
66
<artifactId>accounting-parent</artifactId>
77
<packaging>pom</packaging>
88

99
<!--
10-
Use "mvn versions:set -DnewVersion=3.31; mvn versions:commit" to change version in all modules
10+
Use "mvn versions:set -DnewVersion=3.33; mvn versions:commit" to change version in all modules
1111
-->
12-
<version>3.31</version>
12+
<version>3.32</version>
1313
<name>MetaCentrum Accounting Parent Project</name>
1414

1515
<properties>
1616
<java.version>17</java.version>
1717
<taglibs-standard.version>1.2.5</taglibs-standard.version>
18-
<commons-lang3.version>3.14.0</commons-lang3.version><!-- fix for missing Range.of() in commons-lang3 3.12 -->
18+
<commons-lang3.version>3.17.0</commons-lang3.version><!-- fix for missing Range.of() in commons-lang3 3.12 -->
1919
<maven.deploy.skip>true</maven.deploy.skip>
20+
<spring.version>5.3.39</spring.version>
21+
<logback.version>1.4.14</logback.version>
22+
<postgresql.version>42.7.4</postgresql.version>
2023
</properties>
2124

2225
<!-- defines compatible versions of many libraries -->
@@ -30,6 +33,47 @@
3033
<!-- specifies versions not defined by the Spring platform-bom -->
3134
<dependencyManagement>
3235
<dependencies>
36+
<dependency>
37+
<groupId>org.springframework</groupId>
38+
<artifactId>spring-web</artifactId>
39+
<version>${spring.version}</version>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.springframework</groupId>
43+
<artifactId>spring-jdbc</artifactId>
44+
<version>${spring.version}</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.springframework</groupId>
48+
<artifactId>spring-core</artifactId>
49+
<version>${spring.version}</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.springframework</groupId>
53+
<artifactId>spring-context</artifactId>
54+
<version>${spring.version}</version>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.springframework</groupId>
58+
<artifactId>spring-expression</artifactId>
59+
<version>${spring.version}</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>commons-io</groupId>
63+
<artifactId>commons-io</artifactId>
64+
<version>2.16.1</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>ch.qos.logback</groupId>
68+
<artifactId>logback-classic</artifactId>
69+
<version>${logback.version}</version>
70+
</dependency>
71+
<dependency>
72+
<groupId>ch.qos.logback</groupId>
73+
<artifactId>logback-core</artifactId>
74+
<version>${logback.version}</version>
75+
</dependency>
76+
3377
<dependency>
3478
<groupId>org.apache.commons</groupId>
3579
<artifactId>commons-text</artifactId>

renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"ignoreDeps": [
77
"com.github.hazendaz:displaytag",
8-
"net.sourceforge.stripes:stripes"
8+
"net.sourceforge.stripes:stripes",
9+
"cz.metacentrum:accounting-parent"
910
],
1011
"packageRules": [
1112
{

0 commit comments

Comments
 (0)