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 gradle-deps group across 1 directory with 9 updates #3534

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the gradle-deps group with 9 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.5.12 1.5.15
io.github.eisop:checker-qual 3.42.0-eisop4 3.42.0-eisop5
io.github.eisop:checker-util 3.42.0-eisop4 3.42.0-eisop5
io.github.eisop:checker 3.42.0-eisop4 3.42.0-eisop5
org.junit.jupiter:junit-jupiter-api 5.11.3 5.11.4
org.junit.jupiter:junit-jupiter-params 5.11.3 5.11.4
org.junit.jupiter:junit-jupiter-engine 5.11.3 5.11.4
org.checkerframework 0.6.45 0.6.47
org.sonarqube 5.0.0.4638 6.0.1.5171

Updates ch.qos.logback:logback-classic from 1.5.12 to 1.5.15

Commits
  • c32c92a prepare release 1.5.15
  • 402fc67 check that logback-classic and logback-core are identical
  • 020610a name is optional in EventEvaluator, add ExceptionMatchEvaluator with a test
  • 11a3951 start work on 1.5.15-SNAPSHOT
  • 3ddf27b prepare release 1.5.14
  • d4804f9 fix incompatibile change, Spring-Boot issue 885
  • 3492bc8 start work on 1.5.14-SNAPSHOT
  • 32638aa prepare release 1.5.13
  • 0056a9c CORE_POOL_SIZE set to 4
  • 2cb6d52 remove JaninoEventEvaluator
  • Additional commits viewable in compare view

Updates io.github.eisop:checker-qual from 3.42.0-eisop4 to 3.42.0-eisop5

Release notes

Sourced from io.github.eisop:checker-qual's releases.

Checker Framework 3.42.0-eisop5

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Changelog

Sourced from io.github.eisop:checker-qual's changelog.

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Commits
  • c8536d9 new release 3.42.0-eisop5
  • b5380e1 Prep for release
  • 10410cf Update gradle/actions action to v4.2.2 (#1020)
  • 4ab4cbd Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.4 (#1019)
  • 1f29276 Object creation annotation checks (#1014)
  • 3081b3a Array creation annotation checks (#928)
  • c31ab6a Handle the InitializationChecker as upstream checker (#991)
  • 101aae1 Add lost qualifier to viewpointtest type checker (#827)
  • ad93496 Bump org.checkerframework in /docs/examples/errorprone (#1007)
  • 1a6e8ce Bump org.checkerframework from 0.6.46 to 0.6.47 in /docs/examples/lombok (#1006)
  • Additional commits viewable in compare view

Updates io.github.eisop:checker-util from 3.42.0-eisop4 to 3.42.0-eisop5

Release notes

Sourced from io.github.eisop:checker-util's releases.

Checker Framework 3.42.0-eisop5

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Changelog

Sourced from io.github.eisop:checker-util's changelog.

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Commits
  • c8536d9 new release 3.42.0-eisop5
  • b5380e1 Prep for release
  • 10410cf Update gradle/actions action to v4.2.2 (#1020)
  • 4ab4cbd Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.4 (#1019)
  • 1f29276 Object creation annotation checks (#1014)
  • 3081b3a Array creation annotation checks (#928)
  • c31ab6a Handle the InitializationChecker as upstream checker (#991)
  • 101aae1 Add lost qualifier to viewpointtest type checker (#827)
  • ad93496 Bump org.checkerframework in /docs/examples/errorprone (#1007)
  • 1a6e8ce Bump org.checkerframework from 0.6.46 to 0.6.47 in /docs/examples/lombok (#1006)
  • Additional commits viewable in compare view

Updates io.github.eisop:checker from 3.42.0-eisop4 to 3.42.0-eisop5

Release notes

Sourced from io.github.eisop:checker's releases.

Checker Framework 3.42.0-eisop5

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Changelog

Sourced from io.github.eisop:checker's changelog.

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Commits
  • c8536d9 new release 3.42.0-eisop5
  • b5380e1 Prep for release
  • 10410cf Update gradle/actions action to v4.2.2 (#1020)
  • 4ab4cbd Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.4 (#1019)
  • 1f29276 Object creation annotation checks (#1014)
  • 3081b3a Array creation annotation checks (#928)
  • c31ab6a Handle the InitializationChecker as upstream checker (#991)
  • 101aae1 Add lost qualifier to viewpointtest type checker (#827)
  • ad93496 Bump org.checkerframework in /docs/examples/errorprone (#1007)
  • 1a6e8ce Bump org.checkerframework from 0.6.46 to 0.6.47 in /docs/examples/lombok (#1006)
  • Additional commits viewable in compare view

Updates io.github.eisop:checker-util from 3.42.0-eisop4 to 3.42.0-eisop5

Release notes

Sourced from io.github.eisop:checker-util's releases.

Checker Framework 3.42.0-eisop5

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Changelog

Sourced from io.github.eisop:checker-util's changelog.

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Commits
  • c8536d9 new release 3.42.0-eisop5
  • b5380e1 Prep for release
  • 10410cf Update gradle/actions action to v4.2.2 (#1020)
  • 4ab4cbd Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.4 (#1019)
  • 1f29276 Object creation annotation checks (#1014)
  • 3081b3a Array creation annotation checks (#928)
  • c31ab6a Handle the InitializationChecker as upstream checker (#991)
  • 101aae1 Add lost qualifier to viewpointtest type checker (#827)
  • ad93496 Bump org.checkerframework in /docs/examples/errorprone (#1007)
  • 1a6e8ce Bump org.checkerframework from 0.6.46 to 0.6.47 in /docs/examples/lombok (#1006)
  • Additional commits viewable in compare view

Updates io.github.eisop:checker from 3.42.0-eisop4 to 3.42.0-eisop5

Release notes

Sourced from io.github.eisop:checker's releases.

Checker Framework 3.42.0-eisop5

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Changelog

Sourced from io.github.eisop:checker's changelog.

Version 3.42.0-eisop5 (December 20, 2024)

User-visible changes:

Removed support for the -Anocheckjdk option, which was deprecated in version 3.1.1. Use -ApermitMissingJdk instead.

The Nullness Checker now reports an error if an array or object creation is annotated with @Nullable, as array and object creations are intrinsically non-null.

Implementation details:

Changed org.checkerframework.framework.util.ContractsFromMethod to an interface. Use DefaultContractsFromMethod to get the default behavior or use the new NoContractsFromMethod if you want no support for contracts.

Make SourceChecker#suppressWarningsString protected to allow adaptation in subclasses.

Closed issues:

eisop#413, eisop#782, eisop#815, eisop#860, eisop#873, eisop#875, eisop#927, eisop#982, eisop#1012.

Commits
  • c8536d9 new release 3.42.0-eisop5
  • b5380e1 Prep for release
  • 10410cf Update gradle/actions action to v4.2.2 (#1020)
  • 4ab4cbd Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.4 (#1019)
  • 1f29276 Object creation annotation checks (#1014)
  • 3081b3a Array creation annotation checks (#928)
  • c31ab6a Handle the InitializationChecker as upstream checker (#991)
  • 101aae1 Add lost qualifier to viewpointtest type checker (#827)
  • ad93496 Bump org.checkerframework in /docs/examples/errorprone (#1007)
  • 1a6e8ce Bump org.checkerframework from 0.6.46 to 0.6.47 in /docs/examples/lombok (#1006)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.checkerframework from 0.6.45 to 0.6.47

Updates org.sonarqube from 5.0.0.4638 to 6.0.1.5171

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> 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

Bumps the gradle-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.15` |
| [io.github.eisop:checker-qual](https://github.com/eisop/checker-framework) | `3.42.0-eisop4` | `3.42.0-eisop5` |
| [io.github.eisop:checker-util](https://github.com/eisop/checker-framework) | `3.42.0-eisop4` | `3.42.0-eisop5` |
| [io.github.eisop:checker](https://github.com/eisop/checker-framework) | `3.42.0-eisop4` | `3.42.0-eisop5` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| org.checkerframework | `0.6.45` | `0.6.47` |
| org.sonarqube | `5.0.0.4638` | `6.0.1.5171` |



Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.15
- [Commits](qos-ch/logback@v_1.5.12...v_1.5.15)

Updates `io.github.eisop:checker-qual` from 3.42.0-eisop4 to 3.42.0-eisop5
- [Release notes](https://github.com/eisop/checker-framework/releases)
- [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](eisop/checker-framework@checker-framework-3.42.0-eisop4...checker-framework-3.42.0-eisop5)

Updates `io.github.eisop:checker-util` from 3.42.0-eisop4 to 3.42.0-eisop5
- [Release notes](https://github.com/eisop/checker-framework/releases)
- [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](eisop/checker-framework@checker-framework-3.42.0-eisop4...checker-framework-3.42.0-eisop5)

Updates `io.github.eisop:checker` from 3.42.0-eisop4 to 3.42.0-eisop5
- [Release notes](https://github.com/eisop/checker-framework/releases)
- [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](eisop/checker-framework@checker-framework-3.42.0-eisop4...checker-framework-3.42.0-eisop5)

Updates `io.github.eisop:checker-util` from 3.42.0-eisop4 to 3.42.0-eisop5
- [Release notes](https://github.com/eisop/checker-framework/releases)
- [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](eisop/checker-framework@checker-framework-3.42.0-eisop4...checker-framework-3.42.0-eisop5)

Updates `io.github.eisop:checker` from 3.42.0-eisop4 to 3.42.0-eisop5
- [Release notes](https://github.com/eisop/checker-framework/releases)
- [Changelog](https://github.com/eisop/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](eisop/checker-framework@checker-framework-3.42.0-eisop4...checker-framework-3.42.0-eisop5)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.checkerframework` from 0.6.45 to 0.6.47

Updates `org.sonarqube` from 5.0.0.4638 to 6.0.1.5171

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: io.github.eisop:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: io.github.eisop:checker-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: io.github.eisop:checker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: io.github.eisop:checker-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: io.github.eisop:checker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.checkerframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Java Pull requests that update Java code labels Jan 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 5, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-deps-8bfc045f93 branch January 5, 2025 19:57
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.

0 participants