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

Bump the general-dependencies group across 1 directory with 9 updates #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the general-dependencies group with 9 updates in the / directory:

Package From To
com.googlecode.maven-download-plugin:download-maven-plugin 1.11.1 1.13.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.1 3.5.2
org.assertj:assertj-bom 3.26.3 3.27.3
org.apache.logging.log4j:log4j-api 2.24.1 2.24.3
org.apache.logging.log4j:log4j-core 2.24.1 2.24.3
org.apache.logging.log4j:log4j-slf4j2-impl 2.24.1 2.24.3
io.fabric8:kubernetes-client 6.13.4 7.0.1
org.junit.jupiter:junit-jupiter 5.11.3 5.11.4
org.mockito:mockito-core 5.14.2 5.15.2

Updates com.googlecode.maven-download-plugin:download-maven-plugin from 1.11.1 to 1.13.0

Release notes

Sourced from com.googlecode.maven-download-plugin:download-maven-plugin's releases.

1.13.0

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.12.1...1.13.0

1.12.1

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.12.0...1.12.1

1.12.0 - Rename Github project (repo and organization)

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.11.5...1.12.0

1.11.5

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.11.3...1.11.5

1.11.3

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.11.2...1.11.3

1.11.2

What's Changed

Full Changelog: download-maven-plugin/download-maven-plugin@1.11.1...1.11.2

Commits

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

Commits
  • ea9f049 [maven-release-plugin] prepare release surefire-3.5.2
  • e1f94a0 [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries
  • d24adb4 [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...
  • 4385e94 Remove links to non-existing report
  • 8881971 Remove outdated FAQ
  • 0121834 [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
  • 91d16c3 Fix formatting of XML schema files
  • 6cb417a Add .xsd to .gitattributes
  • 9ce5221 [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page
  • 620b983 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack
  • Additional commits viewable in compare view

Updates org.assertj:assertj-bom from 3.26.3 to 3.27.3

Release notes

Sourced from org.assertj:assertj-bom's releases.

v3.27.3

💥 Breaking Changes

Core

  • Revert "Propagate common basetype for the extracting method" #3737

    The enhancement introduced with #3673 breaks existing code on Kotlin 1.9; therefore, it has been reverted.

    As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 2.x.

    Existing code relying on the changes introduced with #3673 will no longer compile and should be refactored.

🐛 Bug Fixes

Core

  • Fix StandardRepresentation regression for unquoted strings #3735

⚡ Improvements

Core

  • Add Class info to class loading strategy failures #3746

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ccrvincent

v3.27.2

🐛 Bug Fixes

Core

  • Restore support for null-valued maps when ignoring fields #3723

v3.27.1

🚫 Deprecated

Core

  • Deprecate usingComparatorForFields and remove deprecated assertions from usingComparatorForType documentation #3711
  • Deprecate hasCauseReference(Throwable) from Throwable assertions #3715

... (truncated)

Commits
  • c928dd3 [maven-release-plugin] prepare release assertj-build-3.27.3
  • f308d95 Fix StandardRepresentation regression for unquoted strings (#3735)
  • e5959f4 Add Java and Kotlin release references
  • 3eb809d Add Kotlin EAP reference
  • b39a8cf Add Kotlin 2.1.10-RC
  • e20e40d Add Class info to failure exception (#3746)
  • 79b87f0 Revert "Propagate common basetype for the extracting method (#3673)" (#3737)
  • bf439b3 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...
  • 30936ca Restructure Kotlin tests, add DisplayNameGenerator
  • b5b86cc Add Kotlin cross-version job (#3732)
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.3

Updates org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.3

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.3

Updates org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.3

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.3

Updates io.fabric8:kubernetes-client from 6.13.4 to 7.0.1

Release notes

Sourced from io.fabric8:kubernetes-client's releases.

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

Full Changelog: fabric8io/kubernetes-client@v7.0.0...v7.0.1

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #6655: Support removing ResourceEventHandler for informers

Dependency Upgrade

  • Fix #2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #6676: Removed tests and examples from the BOM

New Features

  • Fix #5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #5795: (crd-generator) Allow to configure categories
  • Fix #5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #6150: Config uses proxy-url in kubeconfig's cluster configuration

Note: Breaking changes

  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #4659: Removed SupportTestingClient interface
  • Fix #5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #6081: Moved Java baseline from 8 (1.8) to 11

... (truncated)

Changelog

Sourced from io.fabric8:kubernetes-client's changelog.

7.0.1 (2024-12-18)

Bugs

  • Fix #6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

7.0.0 (2024-12-03)

Bugs

  • Fix #6038: Support for Gradle configuration cache
  • Fix #6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #6459: Pod log request sinceTime param correctly encoded
  • Fix #6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #6654: (crd-generator) default values for CRD fields can be numeric or boolean

Improvements

  • Fix #3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #5264: Remove deprecated Config.errorMessages field
  • Fix #6008: removing the optional dependency on bouncy castle
  • Fix #6407: sundrio builder-annotations is not available via bom import
  • Fix #6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #6281: use GitHub binary repo for Kube API Tests
  • Fix #6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #6655: Support removing ResourceEventHandler for informers

Dependency Upgrade

  • Fix #2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #6676: Removed tests and examples from the BOM

New Features

  • Fix #5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #5795: (crd-generator) Allow to configure categories
  • Fix #5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #6150: Config uses proxy-url in kubeconfig's cluster configuration

Note: Breaking changes

  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #4659: Removed SupportTestingClient interface
  • Fix #5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #6081: Moved Java baseline from 8 (1.8) to 11
  • Fix #6138: Removed unused io:fabric8:kubernetes-model artifact

... (truncated)

Commits
  • f869c78 [RELEASE] Updated project version to v7.0.1
  • f2cacf2 chore(deps): bump junit.version from 5.11.3 to 5.11.4
  • 3045f60 chore(deps): bump com.github.javaparser:javaparser-core
  • 6c7e750 test: improve http client failure test performance (disable retry)
  • 03439f2 fix(vertx): VertxHttpClientFactory reuses the same Vertx instance for each Ve...
  • a09d1c1 ci: temporarily disable parallel build
  • 65df6b2 test: close exchange on AbstractSimultaneousConnectionsTest
  • 6aa1076 test: set content length = 0 in abstract simultaneous connections test
  • b6913be test: improve async reliability of AbstractHttpClientNewWebSocketBuilderTest
  • 4f60e55 chore(deps): bump log4j.version from 2.24.2 to 2.24.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

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

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.14.2 to 5.15.2

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.15.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.1

v5.15.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.0

... (truncated)

Commits
  • e04dbbe Fix javadoc publication (#3561)
  • 567c5b9 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#3560)
  • 2c184c9 Introduce release convention plugin for Shipkit integration (#3533)
  • 68c4285 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#3557)
  • cd4704a Avoid warning when dynamic attach is enabled with JVM flag (#3551)
  • 3731b6b Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 (#3555)
  • 29c9476 Bump junit-jupiter from 5.11.3 to 5.11.4 (#3554)
  • dc0dc88 Bump bytebuddy from 1.15.10 to 1.15.11 (#3553)
  • 2e7992b Bump com.google.googlejavaformat:google-java-format (#3545)
  • 51ed33f Bump com.gradle.develocity from 3.18.2 to 3.19 (#3544)
  • 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

Bumps the general-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/download-maven-plugin/download-maven-plugin) | `1.11.1` | `1.13.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` |
| [org.assertj:assertj-bom](https://github.com/assertj/assertj) | `3.26.3` | `3.27.3` |
| org.apache.logging.log4j:log4j-api | `2.24.1` | `2.24.3` |
| org.apache.logging.log4j:log4j-core | `2.24.1` | `2.24.3` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.24.1` | `2.24.3` |
| [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) | `6.13.4` | `7.0.1` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` |



Updates `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.11.1 to 1.13.0
- [Release notes](https://github.com/download-maven-plugin/download-maven-plugin/releases)
- [Commits](download-maven-plugin/download-maven-plugin@1.11.1...1.13.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

Updates `org.assertj:assertj-bom` from 3.26.3 to 3.27.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.3)

Updates `org.apache.logging.log4j:log4j-api` from 2.24.1 to 2.24.3

Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.3

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.3

Updates `org.apache.logging.log4j:log4j-core` from 2.24.1 to 2.24.3

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.1 to 2.24.3

Updates `io.fabric8:kubernetes-client` from 6.13.4 to 7.0.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](fabric8io/kubernetes-client@v6.13.4...v7.0.1)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.15.2)

---
updated-dependencies:
- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.assertj:assertj-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: io.fabric8:kubernetes-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: general-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: general-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: general-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
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.

0 participants