Skip to content

Commit 4c59a05

Browse files
committed
Merge from develop
2 parents 232db90 + 59bd96b commit 4c59a05

File tree

17 files changed

+24
-24
lines changed

17 files changed

+24
-24
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>ee.openid.siva</groupId>
2424
<artifactId>siva</artifactId>
25-
<version>3.5.1</version>
25+
<version>3.5.2</version>
2626
<packaging>pom</packaging>
2727
<name>SiVa Digitally signed documents validation service</name>
2828
<url>https://github.com/open-eid/SiVa</url>
@@ -112,12 +112,12 @@
112112
<commons.codec.version>1.15</commons.codec.version>
113113
<commons.collections.version>4.4</commons.collections.version>
114114
<commons.io.version>2.11.0</commons.io.version>
115-
<jackson.version>2.13.1</jackson.version>
116-
<json.version>20211205</json.version>
117-
<logback.version>1.2.10</logback.version>
115+
<jackson.version>2.13.2</jackson.version>
116+
<json.version>20220320</json.version>
117+
<logback.version>1.2.11</logback.version>
118118
<lombok.version>1.18.22</lombok.version>
119119
<snakeyaml.version>1.30</snakeyaml.version>
120-
<spring.boot.version>2.6.2</spring.boot.version>
120+
<spring.boot.version>2.6.6</spring.boot.version>
121121
<xmlsec.version>2.1.7</xmlsec.version>
122122

123123
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>

siva-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<parent>
2020
<artifactId>siva</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

2626
<artifactId>siva-parent</artifactId>
2727
<packaging>pom</packaging>
2828
<name>SiVa webapp and other core modules</name>
29-
<version>3.5.1</version>
29+
<version>3.5.2</version>
3030

3131
<modules>
3232
<module>siva-validation-proxy</module>

siva-parent/siva-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siva-parent</artifactId>
2222
<groupId>ee.openid.siva</groupId>
23-
<version>3.5.1</version>
23+
<version>3.5.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

siva-parent/siva-monitoring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siva-parent</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

siva-parent/siva-sample-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siva-parent</artifactId>
2020
<groupId>ee.openid.siva</groupId>
21-
<version>3.5.1</version>
21+
<version>3.5.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

siva-parent/siva-signature-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siva-parent</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

siva-parent/siva-statistics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siva-parent</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

siva-parent/siva-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siva-parent</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

siva-parent/siva-validation-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siva-parent</artifactId>
2020
<groupId>ee.openid.siva</groupId>
21-
<version>3.5.1</version>
21+
<version>3.5.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

siva-parent/siva-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siva-parent</artifactId>
2121
<groupId>ee.openid.siva</groupId>
22-
<version>3.5.1</version>
22+
<version>3.5.2</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.springframework.cloud</groupId>
9898
<artifactId>spring-cloud-starter-sleuth</artifactId>
99-
<version>3.1.0</version>
99+
<version>3.1.1</version>
100100
</dependency>
101101

102102
<dependency>

0 commit comments

Comments
 (0)