-
Notifications
You must be signed in to change notification settings - Fork 131
Bump the gradle-dependencies group with 7 updates #898
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 gradle-dependencies group with 7 updates #898
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Bumps the gradle-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.1` | `2.13.2` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.12.0` | `5.1.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.4` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.0` | `5.13.4` | | [com.squareup.okio:okio](https://github.com/square/okio) | `3.12.0` | `3.16.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.0` | `2.20.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.42` | Updates `com.google.code.gson:gson` from 2.13.1 to 2.13.2 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.1...gson-parent-2.13.2) Updates `com.squareup.okhttp3:okhttp` from 4.12.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) Updates `org.junit:junit-bom` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.4) Updates `org.junit.jupiter:junit-jupiter` from 5.13.0 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.4) Updates `com.squareup.okio:okio` from 3.12.0 to 3.16.0 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.12.0...parent-3.16.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.0 to 2.20.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.42) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.squareup.okio:okio dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
30d2beb to
2c02611
Compare
curquiza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
|
Build succeeded: |
Bumps the gradle-dependencies group with 7 updates:
2.13.12.13.24.12.05.1.05.13.05.13.45.13.05.13.43.12.03.16.02.19.02.20.01.18.381.18.42Updates
com.google.code.gson:gsonfrom 2.13.1 to 2.13.2Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
686fad7[maven-release-plugin] prepare release gson-parent-2.13.2c2d252aSwitch to using central-publishing-maven-plugin. (#2900)69cb755Bump the github-actions group with 5 updates (#2894)ea552c2Bump the maven group across 1 directory with 3 updates (#2898)fdc616dSet top-level permissions for CodeQL workflow (#2889)9334715Create scorecard.yml (#2888)f7de5c2Bump the maven group with 8 updates (#2885)8c23cd3Update sources to satisfy a new Error Prone check. (#2887)5eab3edBump the github-actions group with 2 updates (#2886)5f5c200Bump the maven group across 1 directory with 10 updates (#2872)Updates
com.squareup.okhttp3:okhttpfrom 4.12.0 to 5.1.0Changelog
Sourced from com.squareup.okhttp3:okhttp's changelog.
... (truncated)
Commits
d2dd180Prepare for release 5.1.0.61a8735New Response.peekTrailers() API (#8921)6684401Update dependency gradle to v8.14.3 (#8915)7adb2b6Update junit-framework monorepo (#8914)e41ff18Link to new mockwebserver artifacts (#8911)0ff8751Remove Graal init tracing (#8909)b9a2560Run graal on master (#8907)8339524Remove ExperimentalOkHttpApi references (#8908)ce29ef6Fix graal tests (#8906)8579689Don't force a response body read on all trailers (#8904)Updates
org.junit:junit-bomfrom 5.13.0 to 5.13.4Release notes
Sourced from org.junit:junit-bom's releases.
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notesUpdates
org.junit.jupiter:junit-jupiterfrom 5.13.0 to 5.13.4Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
8a21048Release 5.13.49a38789Finalize 5.13.4 release notes458325cLog only once per implementation type forCloseableResourcetypes976a110Protect against potential problems when converting file-based selectorse94f728Allow default package forPackageSourceb60fecfFail on classpath resource names that are blank after removing leading /6378c88Removejava.*packages fromImport-Packageheaders in all jars (#4738)1a360f3Create initial 5.13.4 release notes from template806fc9aDocument #4689 in release notes1653839Document #4686 in release notesUpdates
com.squareup.okio:okiofrom 3.12.0 to 3.16.0Changelog
Sourced from com.squareup.okio:okio's changelog.
Commits
8259b1dPrepare for release 3.16.0.a0d0c5eUpgrade to Kotlin 2.2.0 (#1670)9e25e03Get Socket.inputStream and outputStream eagerly (#1669)0e48b0dAdd heap implementation for AsyncTimeout (#1658)d9e59b6Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.1 (#1667)0cccd61Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.0 (#1665)5355bccUpdate dependency com.vanniktech:gradle-maven-publish-plugin to v0.34.0 (#1659)4e88847Update dependency com.google.jimfs:jimfs to v1.3.1 (#1657)7edbfd3Update dependency com.android.tools.build:gradle to v8.11.1 (#1655)a96af6fUpdate dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...Updates
com.fasterxml.jackson.core:jackson-databindfrom 2.19.0 to 2.20.0Commits
Updates
org.projectlombok:lombokfrom 1.18.38 to 1.18.42Changelog
Sourced from org.projectlombok:lombok's changelog.
Commits
2031eb0[release] pre-release version bump for v1.18.42c95a6c1Merge branch 'logger-access'71d85ca#2280 Add delivery of this 'accessfor logging' to the changelog.99ba3e3[trivial] Slightly reworded the javadoc on each@Logannotation's `access()...e9cf11e[trivial][style]a6d5568[deprecation] MarkedAccessLevel.MODULEas deprecated. It was written for a...492011dRefactored to use Javac/Eclipse utility functionc1f7f66Update copyright in logger filesf63f40aAdd myself to AUTHORS9152c34Fix failing testsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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