Skip to content

Commit 8ade1f1

Browse files
Bump awaitility from 4.1.0 to 4.1.1 (#324)
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/awaitility/awaitility/releases) - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.1.0...awaitility-4.1.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c01586c commit 8ade1f1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

consumer_jms_middleware/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.awaitility</groupId>
5757
<artifactId>awaitility</artifactId>
58-
<version>4.1.0</version>
58+
<version>4.1.1</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>

consumer_kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.awaitility</groupId>
4949
<artifactId>awaitility</artifactId>
50-
<version>4.1.0</version>
50+
<version>4.1.1</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<!-- spring cloud contract test dependencies -->

consumer_kafka_middleware/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.awaitility</groupId>
4444
<artifactId>awaitility</artifactId>
45-
<version>4.1.0</version>
45+
<version>4.1.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>

consumer_rabbit_middleware/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.awaitility</groupId>
4848
<artifactId>awaitility</artifactId>
49-
<version>4.1.0</version>
49+
<version>4.1.1</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)