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

chore(deps): bump the sdk-java group across 1 directory with 12 updates #208

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the sdk-java group with 12 updates in the /sdk/java directory:

Package From To
io.smallrye:smallrye-graphql-client-api 2.8.4 2.12.0
io.smallrye:smallrye-graphql-client-implementation-vertx 2.8.4 2.12.0
org.apache.commons:commons-lang3 3.14.0 3.17.0
org.apache.commons:commons-compress 1.26.2 1.27.1
org.slf4j:slf4j-api 2.0.13 2.0.16
org.slf4j:slf4j-simple 2.0.13 2.0.16
org.junit:junit-bom 5.10.2 5.11.4
uk.org.webcompere:system-stubs-jupiter 2.1.6 2.1.7
org.assertj:assertj-core 3.26.0 3.27.0
org.mockito:mockito-core 5.12.0 5.14.2
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.5.0
com.spotify.fmt:fmt-maven-plugin 2.23 2.25

Updates io.smallrye:smallrye-graphql-client-api from 2.8.4 to 2.12.0

Updates io.smallrye:smallrye-graphql-client-implementation-vertx from 2.8.4 to 2.12.0

Updates io.smallrye:smallrye-graphql-client-implementation-vertx from 2.8.4 to 2.12.0

Updates org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0

Updates org.apache.commons:commons-compress from 1.26.2 to 1.27.1

Updates org.slf4j:slf4j-api from 2.0.13 to 2.0.16

Updates org.slf4j:slf4j-simple from 2.0.13 to 2.0.16

Updates org.junit:junit-bom from 5.10.2 to 5.11.4

Release notes

Sourced from org.junit:junit-bom'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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

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

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

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 uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7

Release notes

Sourced from uk.org.webcompere:system-stubs-jupiter's releases.

v2.1.7

Update byte buddy for compatibility with Java 22

Commits
  • bee174e [maven-release-plugin] prepare release system-stubs-parent-2.1.7
  • 469217f Merge pull request #90 from webcompere/byte-buddy-version-property
  • 40c8785 Move byte buddy version to properties
  • c5b6738 Merge pull request #89 from jorsol/update-maven-plugins
  • a165476 Update maven-plugins used in the project
  • 1748714 Merge pull request #88 from prasaanth-hbo/prasaanth/bump-byte-buddy
  • 725fc00 Fix version of bytebuddy to support Java 22 and 23
  • c63102c Readme Update
  • 9765814 Merge pull request #82 from webcompere/release-2.1.6
  • 947be49 Update README for version
  • Additional commits viewable in compare view

Updates org.assertj:assertj-core from 3.26.0 to 3.27.0

Release notes

Sourced from org.assertj:assertj-core'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.mockito:mockito-core from 5.12.0 to 5.14.2

Release notes

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

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0

v5.13.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0

  • 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot[bot]
  • Bump versions.bytebuddy from 1.14.19 to 1.15.0 [(#3429)](mockito/mockito#3429)

... (truncated)

Commits
  • 7834859 Update nexusPublishing to use project.group(#3470)
  • 297d147 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
  • 6a72b10 Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
  • 68ca2f8 Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
  • 147c599 Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
  • 9942641 Avoid attach warning if Byte Buddy is configured for command-line attach. (#3...
  • 560d855 Removes deprecated and now unused gradle/root/gradle-fix.gradle
  • 1c0b04b Rename extension modules with mockito- prefix (#3460)
  • ab32438 Move core sources to mockito-core
  • 61dcd83 Switch gradleEnterprise to develocity
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.4.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

3.4.0

🚀 New features and improvements

  • Allow <includePluginDependencies> to be specified for the exec:exec goal (#432) @​sebthom

... (truncated)

Commits
  • b80d3d6 [maven-release-plugin] prepare release 3.5.0
  • 226a8ce Update site descriptor to 2.0.0
  • 47eac15 #322, enable to control the exec:java interaction with JVM classloader more f...
  • 582aed0 Bump project version
  • 8e7fa52 Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java
  • d2bdc9c Add toolchain java path to environment variables in ExecMojo - added tests an...
  • eb62d78 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 8dbbb07 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 168b368 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 491526a Add toolchain java path to environment variables in ExecMojo - added tests an...
  • Additional commits viewable in compare view

Updates com.spotify.fmt:fmt-maven-plugin from 2.23 to 2.25

Release notes

Sourced from com.spotify.fmt:fmt-maven-plugin's releases.

2.25

What's Changed

Full Changelog: spotify/fmt-maven-plugin@2.24...2.25

2.24

What's Changed

Full Changelog: spotify/fmt-maven-plugin@2.23...2.24

Commits
  • 9e0190f [maven-release-plugin] prepare release 2.25
  • a3aff4a Upgrade Google Java Format 1.23.0 -> 1.24.0 (#194)
  • 7fa55be [maven-release-plugin] prepare for next development iteration
  • f5a2675 [maven-release-plugin] prepare release 2.24
  • 775d418 Upgrade Google Java Format 1.22.0 -> 1.23.0 (#192)
  • 76aa75f Upgrade Google Java Format 1.21.0 -> 1.22.0 (#190)
  • ced5b96 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 sdk-java group with 12 updates in the /sdk/java directory:

| Package | From | To |
| --- | --- | --- |
| io.smallrye:smallrye-graphql-client-api | `2.8.4` | `2.12.0` |
| io.smallrye:smallrye-graphql-client-implementation-vertx | `2.8.4` | `2.12.0` |
| org.apache.commons:commons-lang3 | `3.14.0` | `3.17.0` |
| org.apache.commons:commons-compress | `1.26.2` | `1.27.1` |
| org.slf4j:slf4j-api | `2.0.13` | `2.0.16` |
| org.slf4j:slf4j-simple | `2.0.13` | `2.0.16` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` | `5.11.4` |
| [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) | `2.1.6` | `2.1.7` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.0` | `3.27.0` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.14.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.3.0` | `3.5.0` |
| [com.spotify.fmt:fmt-maven-plugin](https://github.com/spotify/fmt-maven-plugin) | `2.23` | `2.25` |



Updates `io.smallrye:smallrye-graphql-client-api` from 2.8.4 to 2.12.0

Updates `io.smallrye:smallrye-graphql-client-implementation-vertx` from 2.8.4 to 2.12.0

Updates `io.smallrye:smallrye-graphql-client-implementation-vertx` from 2.8.4 to 2.12.0

Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.17.0

Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.1

Updates `org.slf4j:slf4j-api` from 2.0.13 to 2.0.16

Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.16

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

Updates `uk.org.webcompere:system-stubs-jupiter` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/webcompere/system-stubs/releases)
- [Changelog](https://github.com/webcompere/system-stubs/blob/main/History.md)
- [Commits](webcompere/system-stubs@system-stubs-parent-2.1.6...system-stubs-parent-2.1.7)

Updates `org.assertj:assertj-core` from 3.26.0 to 3.27.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.27.0)

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

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.3.0 to 3.5.0
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.3.0...3.5.0)

Updates `com.spotify.fmt:fmt-maven-plugin` from 2.23 to 2.25
- [Release notes](https://github.com/spotify/fmt-maven-plugin/releases)
- [Commits](spotify/fmt-maven-plugin@2.23...2.25)

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-graphql-client-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: io.smallrye:smallrye-graphql-client-implementation-vertx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: io.smallrye:smallrye-graphql-client-implementation-vertx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sdk-java
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sdk-java
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: uk.org.webcompere:system-stubs-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: sdk-java
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
- dependency-name: com.spotify.fmt:fmt-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sdk-java
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

The following labels could not be found: kind/dependencies, area/sdk/java.

Copy link
Author

dependabot bot commented on behalf of github Jan 6, 2025

Superseded by #221.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/maven/sdk/java/sdk-java-8b23a6ffcf branch January 6, 2025 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants