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 dependencies group with 5 updates #291

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2023

Bumps the dependencies group with 5 updates:

Package From To
ch.qos.logback:logback-classic 1.4.9 1.4.11
org.apache.kafka:kafka_2.12 3.4.0 7.4.1-ce
com.google.cloud:google-cloud-storage 2.26.0 2.26.1
org.glassfish.jaxb:jaxb-runtime 2.4.0-b180830.0438 4.0.3
io.mockk:mockk 1.13.5 1.13.7

Updates ch.qos.logback:logback-classic from 1.4.9 to 1.4.11

Commits
  • 4b159c4 prepare release 1.4.11
  • 4633df5 revert Configurator interface to match that in version 1.4.8
  • 70071fe start work on 1.4.11-SNAPSHOT
  • 44e12a9 prepare release 1.4.10
  • a1ec27a slight editing of logback-classic/src/main/java/module-info.java
  • 0f80b01 remove Rank and RankValue from Configurator. These types have been replaced b...
  • 48a7676 revert Configurator interface from logback-core to logback-classic
  • c2abb72 remove commented out code
  • b4c7117 start work on 1.4.10-SNAPSHOT
  • See full diff in compare view

Updates org.apache.kafka:kafka_2.12 from 3.4.0 to 7.4.1-ce

Updates com.google.cloud:google-cloud-storage from 2.26.0 to 2.26.1

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.26.1

2.26.1 (2023-08-14)

Bug Fixes

  • Make use of ImmutableMap.Builder#buildOrThrow graceful (#2159) (e9746f8)
  • Update gRPC writeAndClose to only set finish_write on the last message (#2163) (95df758)

Dependencies

  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 (#2158) (4f5682a)
Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.26.1 (2023-08-14)

Bug Fixes

  • Make use of ImmutableMap.Builder#buildOrThrow graceful (#2159) (e9746f8)
  • Update gRPC writeAndClose to only set finish_write on the last message (#2163) (95df758)

Dependencies

  • Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 (#2158) (4f5682a)
Commits
  • d0b4ef7 chore(main): release 2.26.1 (#2161)
  • a35d4ce chore(deps): update dependency com.google.cloud:libraries-bom to v26.22.0 (#2...
  • 4f5682a deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24...
  • 8627f7b chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.26...
  • 95df758 fix: update gRPC writeAndClose to only set finish_write on the last message (...
  • e9746f8 fix: make use of ImmutableMap.Builder#buildOrThrow graceful (#2159)
  • a7ac773 chore(main): release 2.26.1-SNAPSHOT (#2155)
  • See full diff in compare view

Updates org.glassfish.jaxb:jaxb-runtime from 2.4.0-b180830.0438 to 4.0.3

Updates io.mockk:mockk from 1.13.5 to 1.13.7

Commits

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> dependency 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> dependency 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 dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.9` | `1.4.11` |
| org.apache.kafka:kafka_2.12 | `3.4.0` | `7.4.1-ce` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.26.0` | `2.26.1` |
| org.glassfish.jaxb:jaxb-runtime | `2.4.0-b180830.0438` | `4.0.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.5` | `1.13.7` |


Updates `ch.qos.logback:logback-classic` from 1.4.9 to 1.4.11
- [Commits](qos-ch/logback@v_1.4.9...v_1.4.11)

Updates `org.apache.kafka:kafka_2.12` from 3.4.0 to 7.4.1-ce

Updates `com.google.cloud:google-cloud-storage` from 2.26.0 to 2.26.1
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.26.0...v2.26.1)

Updates `org.glassfish.jaxb:jaxb-runtime` from 2.4.0-b180830.0438 to 4.0.3

Updates `io.mockk:mockk` from 1.13.5 to 1.13.7
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 15, 2023 00:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

7 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 23, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@MikAoJk
Copy link
Contributor

MikAoJk commented Aug 24, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@MikAoJk
Copy link
Contributor

MikAoJk commented Aug 24, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@MikAoJk MikAoJk closed this Aug 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/gradle/dependencies-3cfcc6833d branch August 24, 2023 07:38
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.

1 participant