Skip to content

Commit 434f676

Browse files
chore(deps): bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#4428)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4be23e commit 434f676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<dependency>
222222
<groupId>org.awaitility</groupId>
223223
<artifactId>awaitility</artifactId>
224-
<version>4.2.0</version>
224+
<version>4.2.1</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<dependency>

backend/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<dependency>
230230
<groupId>org.awaitility</groupId>
231231
<artifactId>awaitility</artifactId>
232-
<version>4.2.0</version>
232+
<version>4.2.1</version>
233233
<scope>test</scope>
234234
</dependency>
235235

0 commit comments

Comments
 (0)