Skip to content

Commit

Permalink
awaitility upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: git-client-user <[email protected]>
  • Loading branch information
git-client-user committed May 15, 2024
1 parent 9711c72 commit 79c2e1b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,24 +245,9 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-server</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
</exclusion>
<exclusion>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Credentials test requires scm-api -->
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 79c2e1b

Please sign in to comment.