Skip to content

Bump the backend-dev group across 2 directories with 2 updates#377

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dev-f802a19a43
Closed

Bump the backend-dev group across 2 directories with 2 updates#377
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dev-f802a19a43

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2025

Bumps the backend-dev group with 2 updates in the / directory: org.wiremock:wiremock-standalone and org.awaitility:awaitility.
Bumps the backend-dev group with 2 updates in the /server directory: org.wiremock:wiremock-standalone and org.awaitility:awaitility.

Updates org.wiremock:wiremock-standalone from 3.12.0 to 3.12.1

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.12.1

🐞 Bug fixes

📖 OpenAPI updates

  • Use camel-case format for the fileName property in the request-pattern schema (#2966) @​picimako

👻 Maintenance

📦 Dependency updates

✍ Other changes

Commits
  • 8251033 Merge pull request #2982 from wiremock/bump-patch
  • f04e530 bump patch version to 3.12.1
  • e03e4d2 Merge pull request #2981 from wiremock/xml-perf-improvements
  • f76cb7f perf: Reinstate improvements on EqualToXmlPattern
  • ee67c13 refactor: Extract DelegateDocumentBuilderFactory & subtypes
  • 66c9b9e Merge pull request #2977 from wiremock/thread-local-xml
  • 08a1a75 Merge pull request #2979 from wiremock/update-actions-cache-version
  • 6052951 Update actions/cache@v1 to use v4
  • b45bf62 Merge pull request #2978 from wiremock/dependabot/gradle/com.fasterxml.jackso...
  • 063cdf4 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
  • Additional commits viewable in compare view

Updates org.awaitility:awaitility from 4.2.2 to 4.3.0

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.3.0 (2025-02-21)

  • Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)

  • Upgraded kotlin version in the awaitility-kotlin module to 2.1.10

  • Using a more descriptive error message when using VERY long wait conditions or poll durations (issue 290)

  • Added an overloaded method of untilAsserted(..) that takes a supplier and a consumer. For example, lets say you have a class like this: public class MyClass { public String myFunction() { // Imagine stuff being executed in asynchronously here and the result of this // operation is a string called "my value" return "my value" } }

    // Then in your test you can wait for the "myFunction" to be asserted by a "consumer" that uses // assertj to make sure that "myFunction" returns ""my value" await().untilAsserted(myClass::myFunction, value -> Assertions.assertThat(value).isEqualTo("my value"));

    This has also been implemented for all atomic, adder, and accumulator methods.

Commits
  • e3ff879 [maven-release-plugin] prepare release awaitility-4.3.0
  • d116712 [ci skip] Preparing changelog for release
  • 4e186df Added kotlin source folder explicitly
  • e8d3ab7 Upgraded lots of plugin dependencies
  • a7a167a Added an overloaded method of untilAsserted(..) that takes a supplier and a c...
  • ef8f663 Make ConditionFactory safer to use in java 8
  • 5550079 Using a more descriptive error message when using VERY long wait conditions o...
  • 2a9814b Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
  • 8f22c00 [ci skip] Updated changelog.txt to reflect latest changes
  • 6a35c24 #235 Support for kotlin.time.Duration in Kotlin DSL (#285)
  • Additional commits viewable in compare view

Updates org.wiremock:wiremock-standalone from 3.12.0 to 3.12.1

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.12.1

🐞 Bug fixes

📖 OpenAPI updates

  • Use camel-case format for the fileName property in the request-pattern schema (#2966) @​picimako

👻 Maintenance

📦 Dependency updates

✍ Other changes

Commits
  • 8251033 Merge pull request #2982 from wiremock/bump-patch
  • f04e530 bump patch version to 3.12.1
  • e03e4d2 Merge pull request #2981 from wiremock/xml-perf-improvements
  • f76cb7f perf: Reinstate improvements on EqualToXmlPattern
  • ee67c13 refactor: Extract DelegateDocumentBuilderFactory & subtypes
  • 66c9b9e Merge pull request #2977 from wiremock/thread-local-xml
  • 08a1a75 Merge pull request #2979 from wiremock/update-actions-cache-version
  • 6052951 Update actions/cache@v1 to use v4
  • b45bf62 Merge pull request #2978 from wiremock/dependabot/gradle/com.fasterxml.jackso...
  • 063cdf4 Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3
  • Additional commits viewable in compare view

Updates org.awaitility:awaitility from 4.2.2 to 4.3.0

Changelog

Sourced from org.awaitility:awaitility's changelog.

Changelog 4.3.0 (2025-02-21)

  • Support for kotlin.time.Duration in Kotlin DSL (thanks to Ivo Šmíd for PR)

  • Upgraded kotlin version in the awaitility-kotlin module to 2.1.10

  • Using a more descriptive error message when using VERY long wait conditions or poll durations (issue 290)

  • Added an overloaded method of untilAsserted(..) that takes a supplier and a consumer. For example, lets say you have a class like this: public class MyClass { public String myFunction() { // Imagine stuff being executed in asynchronously here and the result of this // operation is a string called "my value" return "my value" } }

    // Then in your test you can wait for the "myFunction" to be asserted by a "consumer" that uses // assertj to make sure that "myFunction" returns ""my value" await().untilAsserted(myClass::myFunction, value -> Assertions.assertThat(value).isEqualTo("my value"));

    This has also been implemented for all atomic, adder, and accumulator methods.

Commits
  • e3ff879 [maven-release-plugin] prepare release awaitility-4.3.0
  • d116712 [ci skip] Preparing changelog for release
  • 4e186df Added kotlin source folder explicitly
  • e8d3ab7 Upgraded lots of plugin dependencies
  • a7a167a Added an overloaded method of untilAsserted(..) that takes a supplier and a c...
  • ef8f663 Make ConditionFactory safer to use in java 8
  • 5550079 Using a more descriptive error message when using VERY long wait conditions o...
  • 2a9814b Upgraded kotlin version in the awaitility-kotlin module to 2.1.10
  • 8f22c00 [ci skip] Updated changelog.txt to reflect latest changes
  • 6a35c24 #235 Support for kotlin.time.Duration in Kotlin DSL (#285)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 4, 2025
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>
@dependabot dependabot bot force-pushed the dependabot/maven/backend-dev-f802a19a43 branch from 781c86b to 971516e Compare March 11, 2025 04:58
@oharsta oharsta closed this Mar 14, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 14, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@github-project-automation github-project-automation bot moved this from New to Delivered in Openconext-Invite Mar 14, 2025
@dependabot dependabot bot deleted the dependabot/maven/backend-dev-f802a19a43 branch March 14, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant