Skip to content

Commit 4c5e8e3

Browse files
committed
upgraded dependencies
1 parent ece832d commit 4c5e8e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

qanary_commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>eu.wdaqua.qanary</groupId>
66
<artifactId>qa.commons</artifactId>
7-
<version>3.21.0</version>
7+
<version>3.21.1</version>
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
@@ -260,7 +260,7 @@
260260
<dependency>
261261
<groupId>com.google.code.gson</groupId>
262262
<artifactId>gson</artifactId>
263-
<version>2.11.0</version>
263+
<version>2.13.0</version>
264264
<scope>compile</scope>
265265
</dependency>
266266
<dependency>

qanary_pipeline-template/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>qa.pipeline</artifactId>
77
<groupId>eu.wdaqua.qanary</groupId>
8-
<version>3.13.2</version>
8+
<version>3.13.3</version>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.yaml</groupId>
6666
<artifactId>snakeyaml</artifactId>
67-
<version>2.3</version>
67+
<version>2.4</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework.boot</groupId>
@@ -495,4 +495,4 @@
495495
</dependency>
496496
</dependencies>
497497
</dependencyManagement>
498-
</project>
498+
</project>

0 commit comments

Comments
 (0)