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-dependencies group with 11 updates #1829

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gradle-dependencies group with 11 updates:

Package From To
com.puppycrawl.tools:checkstyle 10.21.1 10.21.2
com.code-intelligence:jazzer 0.23.0 0.24.0
com.code-intelligence:jazzer-junit 0.23.0 0.24.0
org.jetbrains.kotlin:kotlin-bom 2.1.0 2.1.10
net.sourceforge.pmd:pmd 7.9.0 7.10.0
net.sourceforge.pmd:pmd-ant 7.9.0 7.10.0
net.sourceforge.pmd:pmd-java 7.9.0 7.10.0
org.owasp.dependencycheck 12.0.1 12.0.2
org.jetbrains.gradle.plugin.idea-ext 1.1.9 1.1.10
me.champeau.jmh 0.7.2 0.7.3
com.github.spotbugs 6.1.2 6.1.3

Updates com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.21.2

Checkstyle 10.21.2 - https://checkstyle.org/releasenotes.html#Release_10.21.2

Bug fixes:

#15939 - lineWrappingIndentation falsely detects incorrect indentation for text blocks #16101 - ignoreFieldDeclaration property should have the highest priority in MagicNumberCheck

Commits
  • 197b10f [maven-release-plugin] prepare release checkstyle-10.21.2
  • dc7c5be doc: release notes for 10.21.2
  • edc2dbe minor: update suppressioon for linkcheck to fix CI failure
  • 01ec09a Issue #16077: fixed large margins and paddings
  • 7ff1ebf Issue #13345: Enable example test for SuppressWithNearbyCommentFilter
  • 9201875 Issue #13213: remove OK comments from javadocmethod
  • 69c4c65 Issue #13345: enabling tests for RegexpCheckExampleTest
  • 05b2a32 Issue #13213: remove OK comments from javadocblocktaglocation
  • 95eeefd supplemental: test-cases for unnecessary parentheses on typecasting
  • ad7b6ba supplemental: disable locale runs until #16233
  • Additional commits viewable in compare view

Updates com.code-intelligence:jazzer from 0.23.0 to 0.24.0

Release notes

Sourced from com.code-intelligence:jazzer's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0

Commits
  • fed0080 Suppress ktlint issues without automatic fixes
  • 711450a Run ./format.sh
  • 00c2801 Fix format script to actually format .kt files
  • bb9bc9e Update rules_jvm_external to fix POM
  • 7f9015b Include mutator annotations in jazzer-api
  • a2083fb Fix invalid javadoc comments
  • 2880e2f mutation: Add support for sealed classes
  • ed5d042 readme: remove obsolete note regarding the old license
  • d63ffa7 chore(deps): bump com.google.protobuf:protobuf-java in /selffuzz
  • See full diff in compare view

Updates com.code-intelligence:jazzer-junit from 0.23.0 to 0.24.0

Release notes

Sourced from com.code-intelligence:jazzer-junit's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0

Commits
  • fed0080 Suppress ktlint issues without automatic fixes
  • 711450a Run ./format.sh
  • 00c2801 Fix format script to actually format .kt files
  • bb9bc9e Update rules_jvm_external to fix POM
  • 7f9015b Include mutator annotations in jazzer-api
  • a2083fb Fix invalid javadoc comments
  • 2880e2f mutation: Add support for sealed classes
  • ed5d042 readme: remove obsolete note regarding the old license
  • d63ffa7 chore(deps): bump com.google.protobuf:protobuf-java in /selffuzz
  • See full diff in compare view

Updates com.code-intelligence:jazzer-junit from 0.23.0 to 0.24.0

Release notes

Sourced from com.code-intelligence:jazzer-junit's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0

Commits
  • fed0080 Suppress ktlint issues without automatic fixes
  • 711450a Run ./format.sh
  • 00c2801 Fix format script to actually format .kt files
  • bb9bc9e Update rules_jvm_external to fix POM
  • 7f9015b Include mutator annotations in jazzer-api
  • a2083fb Fix invalid javadoc comments
  • 2880e2f mutation: Add support for sealed classes
  • ed5d042 readme: remove obsolete note regarding the old license
  • d63ffa7 chore(deps): bump com.google.protobuf:protobuf-java in /selffuzz
  • See full diff in compare view

Updates org.jetbrains.kotlin:kotlin-bom from 2.1.0 to 2.1.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-bom's releases.

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-bom's changelog.

2.1.10

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 Cherry-pick the fix for KT-73482 to 2.1.10

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness

Tools. Gradle

  • KT-73728 'generatePomFileForMavenPublication' creates pom with dependencies with 'unspecified' version

... (truncated)

Commits
  • 6dff565 Add ChangeLog for 2.1.10-RC2
  • 5e6f6a6 [tests] Turned on passing tests
  • b968b02 [K/N] Skip missing dependencies during cache building
  • 8b57d44 [CMP] no metadata annotations on synthetic classes
  • f82abd9 [AA] Lazily compute the effective visibility in FIR stub-based deserializer
  • 618eaff [FIR] Don't render lazy attributes with null value in FIR renderer
  • 5f5af38 [FIR] Remove incorrect fast-path from @​PublishedAPI computation for binary de...
  • 435080b [FIR] Consider effective visibility of parent class during deserialization
  • 05e92d4 [Test] Reproduce KT-74040 in AA tests
  • c49acfb [Test] Render isPublicApi attribute in AA tests
  • Additional commits viewable in compare view

Updates net.sourceforge.pmd:pmd from 7.9.0 to 7.10.0

Release notes

Sourced from net.sourceforge.pmd:pmd's releases.

PMD 7.10.0 (31-January-2025)

31-January-2025 - 7.10.0

The PMD team is pleased to announce PMD 7.10.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

🚀 New: Java 24 Support

This release of PMD brings support for Java 24. There are no new standard language features, but a couple of preview language features:

In order to analyze a project with PMD that uses these preview language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 24-preview:

export PMD_JAVA_OPTS=--enable-preview
pmd check --use-version java-24-preview ...

Note: Support for Java 22 preview language features have been removed. The version "22-preview" is no longer available.

New GPG Release Signing Key

Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be A0B5CA1A4E086838. The full fingerprint is 2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838.

... (truncated)

Commits

Updates net.sourceforge.pmd:pmd-ant from 7.9.0 to 7.10.0

Release notes

Sourced from net.sourceforge.pmd:pmd-ant's releases.

PMD 7.10.0 (31-January-2025)

31-January-2025 - 7.10.0

The PMD team is pleased to announce PMD 7.10.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

🚀 New: Java 24 Support

This release of PMD brings support for Java 24. There are no new standard language features, but a couple of preview language features:

In order to analyze a project with PMD that uses these preview language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 24-preview:

export PMD_JAVA_OPTS=--enable-preview
pmd check --use-version java-24-preview ...

Note: Support for Java 22 preview language features have been removed. The version "22-preview" is no longer available.

New GPG Release Signing Key

Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be A0B5CA1A4E086838. The full fingerprint is 2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838.

... (truncated)

Commits

Updates net.sourceforge.pmd:pmd-java from 7.9.0 to 7.10.0

Release notes

Sourced from net.sourceforge.pmd:pmd-java's releases.

PMD 7.10.0 (31-January-2025)

31-January-2025 - 7.10.0

The PMD team is pleased to announce PMD 7.10.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

🚀 New: Java 24 Support

This release of PMD brings support for Java 24. There are no new standard language features, but a couple of preview language features:

In order to analyze a project with PMD that uses these preview language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 24-preview:

export PMD_JAVA_OPTS=--enable-preview
pmd check --use-version java-24-preview ...

Note: Support for Java 22 preview language features have been removed. The version "22-preview" is no longer available.

New GPG Release Signing Key

Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be A0B5CA1A4E086838. The full fingerprint is 2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838.

... (truncated)

Commits

Updates net.sourceforge.pmd:pmd-ant from 7.9.0 to 7.10.0

Release notes

Sourced from net.sourceforge.pmd:pmd-ant's releases.

PMD 7.10.0 (31-January-2025)

31-January-2025 - 7.10.0

The PMD team is pleased to announce PMD 7.10.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

🚀 New: Java 24 Support

This release of PMD brings support for Java 24. There are no new standard language features, but a couple of preview language features:

In order to analyze a project with PMD that uses these preview language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 24-preview:

export PMD_JAVA_OPTS=--enable-preview
pmd check --use-version java-24-preview ...

Note: Support for Java 22 preview language features have been removed. The version "22-preview" is no longer available.

New GPG Release Signing Key

Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be A0B5CA1A4E086838. The full fingerprint is 2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838.

... (truncated)

Commits

Updates net.sourceforge.pmd:pmd-java from 7.9.0 to 7.10.0

Release notes

Sourced from net.sourceforge.pmd:pmd-java's releases.

PMD 7.10.0 (31-January-2025)

31-January-2025 - 7.10.0

The PMD team is pleased to announce PMD 7.10.0.

This is a minor release.

Table Of Contents

🚀 New and noteworthy

🚀 New: Java 24 Support

This release of PMD brings support for Java 24. There are no new standard language features, but a couple of preview language features:

In order to analyze a project with PMD that uses these preview language features, you'll need to enable it via the environment variable PMD_JAVA_OPTS and select the new language version 24-preview:

export PMD_JAVA_OPTS=--enable-preview
pmd check --use-version java-24-preview ...

Note: Support for Java 22 preview language features have been removed. The version "22-preview" is no longer available.

New GPG Release Signing Key

Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be A0B5CA1A4E086838. The full fingerprint is 2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838.

... (truncated)

Commits

Updates org.owasp.dependencycheck from 12.0.1 to 12.0.2

Updates org.jetbrains.gradle.plugin.idea-ext from 1.1.9 to 1.1.10

Updates me.champeau.jmh from 0.7.2 to 0.7.3

Updates com.github.spotbugs from 6.1.2 to 6.1.3

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-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.21.1` | `10.21.2` |
| [com.code-intelligence:jazzer](https://github.com/CodeIntelligenceTesting/jazzer) | `0.23.0` | `0.24.0` |
| [com.code-intelligence:jazzer-junit](https://github.com/CodeIntelligenceTesting/jazzer) | `0.23.0` | `0.24.0` |
| [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [net.sourceforge.pmd:pmd](https://github.com/pmd/pmd) | `7.9.0` | `7.10.0` |
| [net.sourceforge.pmd:pmd-ant](https://github.com/pmd/pmd) | `7.9.0` | `7.10.0` |
| [net.sourceforge.pmd:pmd-java](https://github.com/pmd/pmd) | `7.9.0` | `7.10.0` |
| org.owasp.dependencycheck | `12.0.1` | `12.0.2` |
| org.jetbrains.gradle.plugin.idea-ext | `1.1.9` | `1.1.10` |
| me.champeau.jmh | `0.7.2` | `0.7.3` |
| com.github.spotbugs | `6.1.2` | `6.1.3` |


Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2)

Updates `com.code-intelligence:jazzer` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases)
- [Commits](CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0)

Updates `com.code-intelligence:jazzer-junit` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases)
- [Commits](CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0)

Updates `com.code-intelligence:jazzer-junit` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/CodeIntelligenceTesting/jazzer/releases)
- [Commits](CodeIntelligenceTesting/jazzer@v0.23.0...v0.24.0)

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.1.0 to 2.1.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

Updates `net.sourceforge.pmd:pmd` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.9.0...pmd_releases/7.10.0)

Updates `net.sourceforge.pmd:pmd-ant` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.9.0...pmd_releases/7.10.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.9.0...pmd_releases/7.10.0)

Updates `net.sourceforge.pmd:pmd-ant` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.9.0...pmd_releases/7.10.0)

Updates `net.sourceforge.pmd:pmd-java` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Changelog](https://github.com/pmd/pmd/blob/main/docs/render_release_notes.rb)
- [Commits](pmd/pmd@pmd_releases/7.9.0...pmd_releases/7.10.0)

Updates `org.owasp.dependencycheck` from 12.0.1 to 12.0.2

Updates `org.jetbrains.gradle.plugin.idea-ext` from 1.1.9 to 1.1.10

Updates `me.champeau.jmh` from 0.7.2 to 0.7.3

Updates `com.github.spotbugs` from 6.1.2 to 6.1.3

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.code-intelligence:jazzer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.code-intelligence:jazzer-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.code-intelligence:jazzer-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: net.sourceforge.pmd:pmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.sourceforge.pmd:pmd-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.sourceforge.pmd:pmd-ant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.sourceforge.pmd:pmd-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains.gradle.plugin.idea-ext
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: me.champeau.jmh
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

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 Feb 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

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

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/gradle/gradle-dependencies-e28ed534c2 branch February 3, 2025 01:44
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