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 8 updates #67

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the general-dependencies group with 8 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.0
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

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.0

Release notes

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

v3.27.0

🚫 Deprecated

Core

  • Deprecate ClassBasedNavigableIterableAssert and ClassBasedNavigableListAssert #3529

✨ New Features

Core

  • Add actual() to access the object under test #3489
  • Add isCompletedWithValueMatchingWithin to CompletableFuture assertions #3506
  • Add completesExceptionallyWithin to CompletableFuture assertions #3597
  • Add inBinary to CharSequence assertions #3600
  • Support for Assertions.byLessThan(Duration) and Assertions.within(Duration) #3486
  • Add standard representation for CharSequence #3617
  • Add predicate descriptions overloads to anyMatch and noneMatch #3639
  • Add doesNotMatch(Predicate) #3684
  • Add usingEquals accepting a BiPredicate and an optional description to provide a custom comparison in assertions #3678

Guava

  • Add isNotEmpty to Table assertions #3559

🐛 Bug Fixes

Core

  • Recursive assertion hasNoNullFields throws NPE with fields of anonymous and local types #3534
  • Fix incorrect mutation of actualElementsGroupedByHashCode in recursive comparison
  • Recursive comparison ignoringFields not working properly with maps #2988
  • Custom representation ignored when describing expected items not in the actual list #3646
  • hasFieldOrPropertyWithValue swallows exceptions thrown by getters, and reports non-existent property instead #3563
  • satisfies() with nested assertions obscures stack trace #2542

⚡ Improvements

Core

  • Report all failing conditions when using satisfies(allOf(Condition...)) #3537
  • Fix Unicode escapes in inUnicode() Javadoc
  • Show error differences if values were compared with equals in recursive comparison #3209
  • Propagate common basetype for extracting(Function...) #3673
  • Add throwable stacktrace to ShouldNotContainCharSequence
  • Remove unused code and other minor cleanup #3683
  • Simplify comparison strategy isLessThan and isLessThanOrEqualTo in AbstractComparisonStrategy #3694
  • Update AbstractCharSequenceAssert.java reference #3700
  • Include stack trace of internal errors in all/any satisfy assertions

... (truncated)

Commits
  • 74a8a44 [maven-release-plugin] prepare release assertj-build-3.27.0
  • ba36228 Bump version to prepare 3.27.0 version
  • f4d9c8f Bump version to prepare 3.27.0 version
  • 6d15943 chore(deps-dev): bump org.hibernate.orm:hibernate-core from 6.6.3.Final to 6....
  • e1b0a4e Custom Equality (BiPredicate) Comparator - resolves #3678
  • d92ba37 Quality Improvements (#3697)
  • 36e63c3 Add isNotEmpty to Table assertions (#3559)
  • de48db6 chore(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#3705)
  • b04f8a3 chore(deps): bump byte-buddy.version from 1.15.10 to 1.15.11 (#3703)
  • 6500d22 chore(deps): bump junit-jupiter.version from 5.11.3 to 5.11.4 (#3702)
  • 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

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 8 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.0` |
| 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` |



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.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0)

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)

---
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
...

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 Dec 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

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

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/maven/general-dependencies-ef69621f04 branch January 6, 2025 05:14
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