Skip to content

Commit 334493e

Browse files
authored
Merge branch 'main' into dependabot/maven/com.sap.cds-cds-services-bom-4.4.2
2 parents d9088c4 + 5cd349a commit 334493e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>commons-codec</groupId>
9191
<artifactId>commons-codec</artifactId>
92-
<version>1.19.0</version>
92+
<version>1.20.0</version>
9393
</dependency>
9494

9595
<!-- JSR305 implementation for annotations like @Nonnull, @CheckReturnValue, etc. -->
@@ -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)