Skip to content

Commit aa1b813

Browse files
committed
chore: fix surefiew plugin version problem
1 parent 76bc0b2 commit aa1b813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/kinesis-firehose-event-handler

samples/kinesis-firehose-event-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-surefire-plugin</artifactId>
72-
<version>${maven-surefire-plugin.version}</version>
72+
<version>3.5.2</version>
7373
<configuration>
7474
<failIfNoTests>true</failIfNoTests>
7575
</configuration>

0 commit comments

Comments
 (0)