Skip to content

Commit

Permalink
Merge pull request #6458 from Pandrex247/FISH-7240
Browse files Browse the repository at this point in the history
FISH-7240 Update Awaitility to 4.2.0
  • Loading branch information
breakponchito authored Nov 1, 2023
2 parents 379e8de + 09712e1 commit 3d835af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
<findbugs.glassfish.logging.validLoggerPrefixes>jakarta.enterprise</findbugs.glassfish.logging.validLoggerPrefixes>
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>

<awaitility.version>4.2.0</awaitility.version>

</properties>

<modules>
Expand Down Expand Up @@ -815,7 +817,7 @@ Parent is ${project.parent}</echo>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3d835af

Please sign in to comment.