Conversation
Bumps the gradle group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.2` | `4.33.5` | | com.google.protobuf:protobuf-java-util | `4.33.2` | `4.33.5` | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.63.2` | `2.65.0` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` | | gradle-wrapper | `8.14-rc-1` | `9.3.1` | Updates `com.google.protobuf:protobuf-java` from 4.33.2 to 4.33.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.33.5 Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.33.5 Updates `com.google.api.grpc:proto-google-common-protos` from 2.63.2 to 2.65.0 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/commits/v2.65.0) Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7) Updates `gradle-wrapper` from 8.14-rc-1 to 9.3.1 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-version: 2.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
8c5cf24 to
72f9c82
Compare
Contributor
Author
|
Gonna close this and do it in the context of #163 since we'd also need to upgrade gradle to make this work. |
72f9c82 to
a01ad9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Java 8 is EOL, and tools like Gradle have started dropping support for it. We're using the Oracle roadmap as a reference, which puts 17 as the oldest supported version and 25 as both the current and LTS version. I kept 21 as the "LTS" to keep the separation.
Changes
Testing
Review.