Skip to content

Commit 697ab0e

Browse files
authored
Merge branch 'main' into attachments
2 parents b650ec1 + 7ccfaa4 commit 697ab0e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-surefire-plugin</artifactId>
52-
<version>3.5.0</version>
52+
<version>3.5.1</version>
5353
<configuration>
5454
<failIfNoTests>false</failIfNoTests>
5555
</configuration>
@@ -67,7 +67,7 @@
6767
<!-- Tests ending with *IT.java will be executed here -->
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-failsafe-plugin</artifactId>
70-
<version>3.5.0</version>
70+
<version>3.5.1</version>
7171
<executions>
7272
<execution>
7373
<goals>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>3.5.0</version>
113+
<version>3.5.1</version>
114114
<configuration>
115115
<failIfNoTests>true</failIfNoTests>
116116
</configuration>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-failsafe-plugin</artifactId>
122-
<version>3.5.0</version>
122+
<version>3.5.1</version>
123123
</plugin>
124124

125125
<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->

srv/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
</goals>
231231
<configuration>
232232
<basePackage>cds.gen</basePackage>
233+
<strictSetters>true</strictSetters>
233234
</configuration>
234235
</execution>
235236
</executions>

0 commit comments

Comments
 (0)