Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the java-dependencies group across 1 directory with 4 updates #380

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the java-dependencies group with 4 updates in the / directory: org.junit.vintage:junit-vintage-engine, org.wiremock:wiremock-standalone, org.springdoc:springdoc-openapi-starter-webmvc-ui and org.springframework.boot.

Updates org.junit.vintage:junit-vintage-engine from 5.11.4 to 5.12.1

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • 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.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.6 released!

What's Changed

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.5...v2.8.6

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.6] - 2025-03-23

Added

  • #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped/@​Schema
  • #2927 - Bail sealed class subtype introspection on Schema
  • #2917 - Add Future to ignored response wrappers
  • #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay

Changed

  • Upgrade swagger-ui to v5.20.1
  • Upgrade swagger-core to 2.2.29
  • Upgrade spring-cloud-function to 4.2.2
  • Upgrade spring-boot to version 3.4.4

Fixed

  • #2928 - Add missing builder methods in SchemaBuilder
  • #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
  • #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
  • #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field
Commits
  • 3cf77ca [maven-release-plugin] prepare release v2.8.6
  • c047b12 CHANGELOG.md update for the next release 2.8.6
  • 20e5eec SpringBoot native fails /v3/api-docs when using a Map as an http entity field...
  • e185654 Upgrade spring-boot to version 3.4.4
  • 3421305 Duplicate ModelConverter registration with Spring Boot DevTools. Fixes #2939
  • ec43ffb LocalTime, YearMonth, MonthDay are not serialized correctly in ISO 8601 forma...
  • 7e45bea Wrong schema generation with PagedModel generated VIA_DTO and wrapped in Resp...
  • c32a017 OpenAPIService serverBaseUrl is not thread safe. Fixes #2931
  • 65ae8ba Add Future to ignored response wrappers. Fixes #2917.
  • c07093c ModelResolver.enumAsRef = true result in invalid openapi with actuator using ...
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.4.3 to 3.4.4

Release notes

Sourced from org.springframework.boot's releases.

v3.4.4

❗ Noteworthy Changes

Tomcat APR support is now disabled by default if you are using Java 24 or higher. This change has been made to prevent JDK from issuing warnings.

Please see the updated release notes for details.

🐞 Bug Fixes

  • Actuator throws an exception when using prototype scoped DataSource bean #44706
  • Docker API error message is missing in some cases #44630
  • DefaultJmsListenerContainerFactoryConfigurer#setObservationRegistry should not be public #44585
  • When an application contains multiple DataSource beans, EntityManagerFactoryBuilder will default ddl-auto to a value that may only be appropriate for the primary DataSource #44516
  • When the main class is not proxied, native testing that uses the application's main method does not work #44481
  • When loading configuration from a Resource, Log4J2LoggingSystem may not close the InputStream #44473
  • When loading from a resource, PemContent does not close the InputStream #44454
  • ResourceBanner does not close the InputStream used to read the banner #44452
  • ConfigDataLocationResolvers and PropertySourceLoaders are loaded using a potentially different class loader #44450
  • Kafka message sending fails with 'class SslBundleSslEngineFactory could not be found' #44437
  • Kafka in native-image fails when using SSL bundles #44436
  • Nested test classes don't inherit properties from @DataJpaTest on enclosing class #44407
  • Failure diagnostics are poor when trying to use an image platform that is not supported by the builder #44059
  • Checking if APR is available logs a warning on Java 24 #44033

📔 Documentation

  • Multiline properties in documentation are missing backslashes #44790
  • Polish javadoc of SqlR2dbcScriptDatabaseInitializer #44764
  • Document support for Java 24 #44754
  • Remove OpenShift link that 404s #44748
  • Fix link to javadoc for JavaExec.setArgsString #44536
  • Fix typo in documentation #44523
  • Update descriptions of properties that no longer require Flyway Teams #44483
  • Fix typo in javadoc of CommonStructuredLogFormat#ELASTIC_COMMON_SCHEMA #44469
  • Samples for metadata annotation processers have invalid fold attribute #44420
  • Clarify which Mongo properties are ignored when URI property is set #44404
  • Adapt Javadoc reference of JooqExceptionTranslator to use ExceptionTranslatorExecuteListener #44402

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.6 #44663
  • Upgrade to AspectJ 1.9.23 #44720
  • Upgrade to Groovy 4.0.26 #44546
  • Upgrade to Hibernate 6.6.11.Final #44739
  • Upgrade to Infinispan 15.0.14.Final #44548
  • Upgrade to Jackson Bom 2.18.3 #44549
  • Upgrade to Jetty 12.0.18 #44774
  • Upgrade to Jetty Reactive HTTPClient 4.0.9 #44773
  • Upgrade to jOOQ 3.19.21 #44665
  • Upgrade to Logback 1.5.18 #44775
  • Upgrade to Maven Deploy Plugin 3.1.4 #44552

... (truncated)

Commits
  • d4eb556 Increase Nexus timeouts
  • 0226b6a Release v3.4.4
  • 6ba94ae Merge branch '3.3.x' into 3.4.x
  • 36a5936 Next development version (v3.3.11-SNAPSHOT)
  • 375aba6 Upgrade to Spring Framework 6.2.5
  • 37e4a3c Merge branch '3.3.x' into 3.4.x
  • 99fa21c Upgrade to asciidoctor-extensions 1.0.0-alpha.17
  • f86a6fb Upgrade to Spring Batch 5.2.2
  • 6567609 Merge branch '3.3.x' into 3.4.x
  • 80b6c59 Improve debuggability of DockerComposeTestExtension
  • 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

… 4 updates

Bumps the java-dependencies group with 4 updates in the / directory: [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5), [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.junit.vintage:junit-vintage-engine` from 5.11.4 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.1)

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.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.5...v2.8.6)

Updates `org.springframework.boot` from 3.4.3 to 3.4.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-dependencies
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/gradle/java-dependencies-1fa359dede branch March 31, 2025 19:56
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.

None yet

0 participants