Skip to content

Commit d44b8e1

Browse files
Update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2
1 parent 3fdf3d4 commit d44b8e1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

basic-authn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-surefire-plugin</artifactId>
102-
<version>2.22.1</version>
102+
<version>2.22.2</version>
103103
<configuration>
104104
<useSystemClassLoader>false</useSystemClassLoader>
105105
</configuration>

logging-object/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-surefire-plugin</artifactId>
81-
<version>2.22.1</version>
81+
<version>2.22.2</version>
8282
<configuration>
8383
<useSystemClassLoader>false</useSystemClassLoader>
8484
</configuration>

openobserve-publisher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>2.22.1</version>
77+
<version>2.22.2</version>
7878
<configuration>
7979
<useSystemClassLoader>false</useSystemClassLoader>
8080
</configuration>

test-function/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-surefire-plugin</artifactId>
54-
<version>2.22.1</version>
54+
<version>2.22.2</version>
5555
<configuration>
5656
<useSystemClassLoader>false</useSystemClassLoader>
5757
</configuration>

0 commit comments

Comments
 (0)