Skip to content

Commit

Permalink
Update Awatility to 4.2.2
Browse files Browse the repository at this point in the history
Includes fix for compatibility with early access Java version strings.
  • Loading branch information
Azquelt committed Oct 9, 2024
1 parent 62b7b55 commit 7a8f3eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</parent>

<artifactId>microprofile-fault-tolerance-tck</artifactId>
<version>4.2-SNAPSHOT</version>
<name>MicroProfile Fault Tolerance TCK</name>

<description>Fault Tolerance for MicroProfile :: TCK</description>
Expand Down Expand Up @@ -130,7 +129,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7a8f3eb

Please sign in to comment.