Skip to content

Commit 82b41c3

Browse files
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#24)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: atakavci <a_takavci@yahoo.com>
1 parent fe6bb85 commit 82b41c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.awaitility</groupId>
8282
<artifactId>awaitility</artifactId>
83-
<version>4.2.2</version>
83+
<version>4.3.0</version>
8484
<scope>test</scope>
8585
</dependency>
8686
</dependencies>

entraid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.awaitility</groupId>
9595
<artifactId>awaitility</artifactId>
96-
<version>4.2.2</version>
96+
<version>4.3.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)