Skip to content

Commit 971516e

Browse files
Bump the backend-dev group across 2 directories with 2 updates
Bumps the backend-dev group with 2 updates in the / directory: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) and [org.awaitility:awaitility](https://github.com/awaitility/awaitility). Bumps the backend-dev group with 2 updates in the /server directory: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) and [org.awaitility:awaitility](https://github.com/awaitility/awaitility). Updates `org.wiremock:wiremock-standalone` from 3.12.0 to 3.12.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.0...3.12.1) Updates `org.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) Updates `org.wiremock:wiremock-standalone` from 3.12.0 to 3.12.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.12.0...3.12.1) Updates `org.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.wiremock:wiremock-standalone dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-dev - dependency-name: org.awaitility:awaitility dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-dev - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-dev - dependency-name: org.awaitility:awaitility dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3286d93 commit 971516e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>org.wiremock</groupId>
149149
<artifactId>wiremock-standalone</artifactId>
150-
<version>3.12.0</version>
150+
<version>3.12.1</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>org.awaitility</groupId>
167167
<artifactId>awaitility</artifactId>
168-
<version>4.2.2</version>
168+
<version>4.3.0</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>

0 commit comments

Comments
 (0)