Skip to content

Commit 355017e

Browse files
Bump maven-surefire-plugin from 2.20 to 2.22.2 in /PgBulkInsert
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.20 to 2.22.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.20...surefire-2.22.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bb73e20 commit 355017e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

PgBulkInsert/pgbulkinsert-bulkprocessor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-surefire-plugin</artifactId>
45-
<version>2.20</version>
45+
<version>2.22.2</version>
4646
<configuration>
4747
<parallel>methods</parallel>
4848
<threadCount>10</threadCount>

PgBulkInsert/pgbulkinsert-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-surefire-plugin</artifactId>
29-
<version>2.20</version>
29+
<version>2.22.2</version>
3030
<configuration>
3131
<parallel>methods</parallel>
3232
<threadCount>10</threadCount>

PgBulkInsert/pgbulkinsert-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>2.20</version>
57+
<version>2.22.2</version>
5858
<configuration>
5959
<parallel>methods</parallel>
6060
<threadCount>10</threadCount>

PgBulkInsert/pgbulkinsert-rowwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-surefire-plugin</artifactId>
45-
<version>2.20</version>
45+
<version>2.22.2</version>
4646
<configuration>
4747
<parallel>methods</parallel>
4848
<threadCount>10</threadCount>

0 commit comments

Comments
 (0)