deps(deps): bump the gradle-minor-and-patch group across 1 directory with 5 updates#73
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
43210dd to
5f6eb7a
Compare
…with 5 updates Bumps the gradle-minor-and-patch group with 5 updates in the /server directory: | Package | From | To | | --- | --- | --- | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.23.0` | `2.50.0` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.8.6` | `4.10.2` | | com.github.spotbugs | `6.0.20` | `6.5.8` | | [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) | `1.23.6` | `1.23.8` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.1` | `9.6.0` | Updates `com.google.errorprone:error_prone_core` from 2.23.0 to 2.50.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.23.0...v2.50.0) Updates `com.github.spotbugs:spotbugs-annotations` from 4.8.6 to 4.10.2 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.8.6...4.10.2) Updates `com.github.spotbugs` from 6.0.20 to 6.5.8 Updates `io.gitlab.arturbosch.detekt` from 1.23.6 to 1.23.8 - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.23.6...v1.23.8) Updates `gradle-wrapper` from 9.5.1 to 9.6.0 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.5.1...v9.6.0) --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: gradle-wrapper dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: io.gitlab.arturbosch.detekt dependency-version: 1.23.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
5f6eb7a to
4f5cf56
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the gradle-minor-and-patch group with 5 updates in the /server directory:
2.23.02.50.04.8.64.10.26.0.206.5.81.23.61.23.89.5.19.6.0Updates
com.google.errorprone:error_prone_corefrom 2.23.0 to 2.50.0Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
... (truncated)
Commits
d802cffRelease Error Prone 2.50.0b12b5f2InStringCharset, move the description fromexplanationtosummary.a7ca02aUpdateAssertThrowsUtilsto emitvar thrown = assertThrows(...)instead o...6b56517Fix handling of nested tags in UnrecognisedJavadocTagd36e74fRemove translation of thefail()message intoassertThrows(). We already ...c3581e9Fix JavacFileManager compiler crash during speculative recompiles in modular ...da1f32bRemove assignments fromassertThrows()lambdas. A large percentage of remai...dee62f7UpdateAssertThrowsBlockToExpressionto re-write singleVariableTrees int...4939448Only hoist the last statement into theassertThrows()lambda.30fd05arefactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNamesUpdates
com.github.spotbugs:spotbugs-annotationsfrom 4.8.6 to 4.10.2Release notes
Sourced from com.github.spotbugs:spotbugs-annotations's releases.
... (truncated)
Changelog
Sourced from com.github.spotbugs:spotbugs-annotations's changelog.
... (truncated)
Commits
9efccc9release v4.10.2205d91bCheck binary compatibility (#4159)a177422Update spring core to v7.0.8 (#4158)2d6857fupdate sonatype link inRELEASE_PROCEDURE.md(#4157)32d4fb9chore(build): Add verification on tag release that version matches the tag (#...6657922prepare for next release7460889release v4.10.1f6c4597prepare for next release6e64d99release v4.10.073a6f59feat: add partial JSpecify annotations support (from PR #3142) (#3996)Updates
com.github.spotbugsfrom 6.0.20 to 6.5.8Updates
io.gitlab.arturbosch.detektfrom 1.23.6 to 1.23.8Release notes
Sourced from io.gitlab.arturbosch.detekt's releases.
... (truncated)
Commits
0462637Prepare Release 1.23.8 (#7976)42856f6chore(deps): update dependency gradle to v8.12.1 (#7780)8f354e6fix(deps): update dependency com.android.tools.build:gradle to v8.8.1 (#7936)435188c[LOCAL] Bump upload-artifacts to v4 to unblock GHAa147198[UnnecessaryParentheses] Allow float/double without integer part (#7751)66d5f2c[LOCAL] Unbreak functionalTest after 2.0.21 bump4487e61[LOCAL] Unbreak warnings-as-errors after 2.0.21 bumpb07d697[LOCAL] Unblock build after Kotlin 2.0.21 bumpa6d0bd7fix(deps): update kotlin to 2.0.21 (#7580)ba84337chore(deps): update dependency gradle to v8.10.2 (#7668)Updates
gradle-wrapperfrom 9.5.1 to 9.6.0Release notes
Sourced from gradle-wrapper's releases.
... (truncated)
Commits
3f750f0Update distro size for Gradle 9.6.0 release (#38243)ae93cfaupdate distro sizef7e22b5Update Gradle wrapper to version 9.6.0-rc-3 (#38227)71a8eb9Update Gradle wrapper to version 9.6.0-rc-370a8745Prepare release notes for Gradle 9.6.0RC3 (#38220)9706522some final polishing for release notesaf308ebRestore GradleInternal.getRootProject overload for binary compatibility (#38214)239361bRestore GradleInternal.getRootProject overload for binary compatibility896dc44Update Gradle wrapper to version 9.6.0-rc-2 (#38187)2d4ec25Update Gradle wrapper to version 9.6.0-rc-2