Skip to content

Commit 60e17a3

Browse files
authored
Merge branch 'main' into dependabot/maven/commons-codec-commons-codec-1.20.0
2 parents 54f0209 + c451c5c commit 60e17a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cds-feature-advanced-event-mesh/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter</artifactId>
71-
<version>6.0.0</version>
71+
<version>6.0.1</version>
7272
<scope>test</scope>
7373
</dependency>
7474

@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.jayway.jsonpath</groupId>
8484
<artifactId>json-path</artifactId>
85-
<version>2.9.0</version>
85+
<version>2.10.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.junit.jupiter</groupId>
112112
<artifactId>junit-jupiter</artifactId>
113-
<version>6.0.0</version>
113+
<version>6.0.1</version>
114114
<scope>test</scope>
115115
</dependency>
116116

@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.pitest</groupId>
241241
<artifactId>pitest-maven</artifactId>
242-
<version>1.21.0</version>
242+
<version>1.21.1</version>
243243
</plugin>
244244
<plugin>
245245
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)