github-dependency-graph-gradle-plugin
github-dependency-graph-gradle-plugin copied to clipboard
Bump the gradle-dependencies group across 1 directory with 5 updates
Bumps the gradle-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| commons-io:commons-io | 2.16.1 |
2.17.0 |
| com.squareup.okio:okio | 3.9.0 |
3.9.1 |
| org.junit.jupiter:junit-jupiter | 5.10.3 |
5.11.0 |
| com.networknt:json-schema-validator | 1.5.1 |
1.5.2 |
| com.gradle.plugin-publish | 1.2.1 |
1.3.0 |
Updates commons-io:commons-io from 2.16.1 to 2.17.0
Updates com.squareup.okio:okio from 3.9.0 to 3.9.1
Release notes
Sourced from com.squareup.okio:okio's releases.
3.9.1
2024-09-12
- Fix: Support paths containing a single dot (".") in
Path.relativeTo.- Fix: Do not read from the upstream source when a 0-byte read is requested.
- Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module metadata problem with 0.5.0. Note: this artifact is only used in 'okio-fakefilesystem' and 'okio-nodefilesystem' and not in the Okio core.
Changelog
Sourced from com.squareup.okio:okio's changelog.
Version 3.9.1
2024-09-12
- Fix: Support paths containing a single dot (".") in
Path.relativeTo.- Fix: Do not read from the upstream source when a 0-byte read is requested.
- Fix: Update kotlinx.datetime to 0.6.0 to correct a Gradle module metadata problem with 0.5.0. Note: this artifact is only used in 'okio-fakefilesystem' and 'okio-nodefilesystem' and not in the Okio core.
Commits
8b870e8Add release artifact publishing0de6068Prepare version 3.9.14d4a3f3Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 (#1514)0c2de09Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 (#1511)659b8b9Update dependency com.android.tools:desugar_jdk_libs to v2.1.0 (#1508)55f23b9Fix some HMacSHA tests which compared sha256 values (#1507)808cf8eUpdate dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 (#1506)454ceeeMerge pull request #1505 from square/renovate/gradle-actions-4.x6cd87c9Update gradle/actions action to v41d4d803Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...- Additional commits viewable in compare view
Updates org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0
Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0
See Release Notes.
New Contributors
@pshevchemade their first contribution in junit-team/junit5#3427@rybakmade their first contribution in junit-team/junit5#3416@pixeebotmade their first contribution in junit-team/junit5#3491@sharttemade their first contribution in junit-team/junit5#3562@eliasnogueiramade their first contribution in junit-team/junit5#3674@bigdazmade their first contribution in junit-team/junit5#3668@gildaymade their first contribution in junit-team/junit5#3667@bjmimade their first contribution in junit-team/junit5#3806@madalingiurcamade their first contribution in junit-team/junit5#3787@dmlloydmade their first contribution in junit-team/junit5#3820@compfmade their first contribution in junit-team/junit5#3867@SveinKaremade their first contribution in junit-team/junit5#3840@mobounyamade their first contribution in junit-team/junit5#3720@robinjhectormade their first contribution in junit-team/junit5#3345@jabhatfieldmade their first contribution in junit-team/junit5#3829@rfscholtemade their first contribution in junit-team/junit5#3909Full Changelog: https://github.com/junit-team/junit5/compare/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
See Release Notes.
New Contributors
@compfmade their first contribution in junit-team/junit5#3867@SveinKaremade their first contribution in junit-team/junit5#3840@mobounyamade their first contribution in junit-team/junit5#3720@robinjhectormade their first contribution in junit-team/junit5#3345@jabhatfieldmade their first contribution in junit-team/junit5#3829Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M2...r5.11.0-RC1
JUnit 5.11.0-M2 = Platform 1.11.0-M2 + Jupiter 5.11.0-M2 + Vintage 5.11.0-M2
See Release Notes.
New Contributors
@bjmimade their first contribution in junit-team/junit5#3806@madalingiurcamade their first contribution in junit-team/junit5#3787@dmlloydmade their first contribution in junit-team/junit5#3820Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.0-M1...r5.11.0-M2
JUnit 5.11.0-M1 = Platform 1.11.0-M1 + Jupiter 5.11.0-M1 + Vintage 5.11.0-M1
... (truncated)
Commits
6b8e42bRelease 5.119430eceAllow potentially unlimited maxCharsPerColumn in Csv{File}Source (#3924)0b10f86Polish release notes4dbd0f9Let@TempDirfail fast withFileannotated element and non-default file s...57f1ad4Fix syntaxd78730aPrioritize tasks on critical path of task graphb6719e2Remove obsolete directoryd8ec757Apply Spotless formatting to Gradle script pluginsdae525dDisable caching of some Spotless tasks due to negative avoidance savingsc63d118Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)- Additional commits viewable in compare view
Updates com.networknt:json-schema-validator from 1.5.1 to 1.5.2
Release notes
Sourced from com.networknt:json-schema-validator's releases.
1.5.2 - 2024-09-19
Added
Changed
- Fix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115) Thanks
@justin-tay- Bump jackson-databind from 2.17.1 to 2.17.2 (#1111) Thanks
@justin-tay- Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110) Thanks
@justin-tay- Fix PatternValidator to not log for fail fast (#1106) Thanks
@justin-tay
Changelog
Sourced from com.networknt:json-schema-validator's changelog.
1.5.2 - 2024-09-19
Added
Changed
- Fix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115) Thanks
@justin-tay- Bump jackson-databind from 2.17.1 to 2.17.2 (#1111) Thanks
@justin-tay- Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110) Thanks
@justin-tay- Fix PatternValidator to not log for fail fast (#1106) Thanks
@justin-tay
Commits
37bb509upgrade to 1.5.2 and update changelog8fbca5aFix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115)3dcb69bBump jackson-databind from 2.17.1 to 2.17.2 (#1111)20f8664Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110)ab23378Fix PatternValidator to not log for fail fast (#1106)- See full diff in compare view
Updates com.gradle.plugin-publish from 1.2.1 to 1.3.0
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 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