Skip to content

Commit 3176a07

Browse files
Chore(deps): Bump bridge-method-injector from 1.18 to 1.21
Bumps [bridge-method-injector](https://github.com/infradna/bridge-method-injector) from 1.18 to 1.21. - [Release notes](https://github.com/infradna/bridge-method-injector/releases) - [Commits](jenkinsci/bridge-method-injector@bridge-method-injector-parent-1.18...bridge-method-injector-parent-1.21) --- updated-dependencies: - dependency-name: com.infradna.tool:bridge-method-injector dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eef3c58 commit 3176a07

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

pom.xml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@
270270
</annotationProcessorPaths>
271271
</configuration>
272272
</plugin>
273-
274273
<plugin>
275274
<artifactId>maven-surefire-plugin</artifactId>
276275
<executions>
@@ -307,7 +306,7 @@
307306
<plugin>
308307
<groupId>com.infradna.tool</groupId>
309308
<artifactId>bridge-method-injector</artifactId>
310-
<version>1.18</version>
309+
<version>1.21</version>
311310
<executions>
312311
<execution>
313312
<goals>
@@ -575,6 +574,28 @@
575574
<plugin>
576575
<artifactId>maven-surefire-plugin</artifactId>
577576
<executions>
577+
<execution>
578+
<id>okhttp-test</id>
579+
<phase>test</phase>
580+
<goals>
581+
<goal>test</goal>
582+
</goals>
583+
<configuration>
584+
<excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
585+
<argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttp</argLine>
586+
</configuration>
587+
</execution>
588+
<execution>
589+
<id>okhttpconnector-test</id>
590+
<phase>test</phase>
591+
<goals>
592+
<goal>test</goal>
593+
</goals>
594+
<configuration>
595+
<excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
596+
<argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttpconnector</argLine>
597+
</configuration>
598+
</execution>
578599
<execution>
579600
<id>slow-or-flaky-test</id>
580601
<phase>test</phase>

0 commit comments

Comments
 (0)