Skip to content

Bump org.wiremock:wiremock from 3.11.0 to 3.12.0#411

Merged
reta merged 1 commit intomainfrom
dependabot/gradle/org.wiremock-wiremock-3.12.0
Feb 17, 2025
Merged

Bump org.wiremock:wiremock from 3.11.0 to 3.12.0#411
reta merged 1 commit intomainfrom
dependabot/gradle/org.wiremock-wiremock-3.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps org.wiremock:wiremock from 3.11.0 to 3.12.0.

Release notes

Sourced from org.wiremock:wiremock's releases.

3.12.0

🚀 New Features

📦 Dependency updates

✍ Other changes

Commits
  • f208518 bump minor version to 3.12.0
  • ec2e9fa Merge pull request #2962 from wiremock/dependabot/gradle/net.minidev-json-sma...
  • 81a2d8c Bump net.minidev:json-smart from 2.5.1 to 2.5.2
  • ea72722 Support optional removal of null-valued attributes in jsonMerge helper (#2957)
  • 5c220de feat: add namespace parameter to equalToXml. (#2954)
  • c31c9b2 Merge pull request #2950 from wiremock/dependabot/gradle/me.champeau.jmh-0.7.3
  • 658d13f Bump me.champeau.jmh from 0.7.2 to 0.7.3
  • 1859573 Merge pull request #2955 from wiremock/drop-spotless-version
  • d0caac8 Drop to the version of spotless where we didn't have any issues
  • 32a0c00 Merge pull request #2952 from wiremock/dependabot/gradle/org.apache.httpcompo...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from dblock as a code owner February 17, 2025 12:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@dependabot dependabot bot requested review from dlvenable and reta as code owners February 17, 2025 12:16
@reta reta merged commit eee926e into main Feb 17, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/org.wiremock-wiremock-3.12.0 branch February 17, 2025 13:00
rursprung added a commit to rursprung/spring-data-opensearch that referenced this pull request Mar 26, 2026
this registers the necessary hints for [Ahead-of-Time Processing] to
support both AOT and [GraalVM Native Image] usage. it also modifies one
example application so that it can - optionally - be run as a native
image to show that it works. this is also used in CI to test that it
still builds.

on its own this will fail since by using AOT we automatically also pull
in the AOT hints registered in `spring-data-elasticsearch` which in turn
currently unconditionally registers hints for the Elasticsearch Client
(ELC) which we however exclude as a transient dependency. thus a PR has
been raised to make this optional: spring-projects/spring-data-elasticsearch#3267
this will have to be merged & released first for this PR to work.

i have however verified things locally (though admittedly on the
previous major release since i only had GraalVM 21 at hand and SB 4.x
requires GraalVM 25).

resolves opensearch-project#411

[Ahead-of-Time Processing]: https://docs.spring.io/spring-boot/reference/packaging/aot.html
[GraalVM Native Image]: https://docs.spring.io/spring-boot/reference/packaging/native-image/index.html
rursprung added a commit to rursprung/spring-data-opensearch that referenced this pull request Mar 26, 2026
this registers the necessary hints for [Ahead-of-Time Processing] to
support both AOT and [GraalVM Native Image] usage. it also modifies one
example application so that it can - optionally - be run as a native
image to show that it works. this is also used in CI to test that it
still builds.

on its own this will fail since by using AOT we automatically also pull
in the AOT hints registered in `spring-data-elasticsearch` which in turn
currently unconditionally registers hints for the Elasticsearch Client
(ELC) which we however exclude as a transient dependency. thus a PR has
been raised to make this optional: spring-projects/spring-data-elasticsearch#3267
this will have to be merged & released first for this PR to work.

i have however verified things locally (though admittedly on the
previous major release since i only had GraalVM 21 at hand and SB 4.x
requires GraalVM 25).

resolves opensearch-project#411

[Ahead-of-Time Processing]: https://docs.spring.io/spring-boot/reference/packaging/aot.html
[GraalVM Native Image]: https://docs.spring.io/spring-boot/reference/packaging/native-image/index.html

Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
@rursprung rursprung mentioned this pull request Mar 26, 2026
5 tasks
rursprung added a commit to rursprung/spring-data-opensearch that referenced this pull request Mar 26, 2026
this registers the necessary hints for [Ahead-of-Time Processing] to
support both AOT and [GraalVM Native Image] usage. it also modifies one
example application so that it can - optionally - be run as a native
image to show that it works. this is also used in CI to test that it
still builds.

on its own this will fail since by using AOT we automatically also pull
in the AOT hints registered in `spring-data-elasticsearch` which in turn
currently unconditionally registers hints for the Elasticsearch Client
(ELC) which we however exclude as a transient dependency. thus a PR has
been raised to make this optional: spring-projects/spring-data-elasticsearch#3267
this will have to be merged & released first for this PR to work.

i have however verified things locally (though admittedly on the
previous major release since i only had GraalVM 21 at hand and SB 4.x
requires GraalVM 25).

`ElasticsearchClientAutoConfiguration` also needs to be excluded in the
`MarketplaceApplication` since otherwise two `JacksonJsonpMapper` beans
will be present and the application will fail to start in the
`processAot` phase.

resolves opensearch-project#411

[Ahead-of-Time Processing]: https://docs.spring.io/spring-boot/reference/packaging/aot.html
[GraalVM Native Image]: https://docs.spring.io/spring-boot/reference/packaging/native-image/index.html

Signed-off-by: Ralph Ursprung <Ralph.Ursprung@avaloq.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant