Skip to content

Bump the gradle-deps group with 6 updates#3883

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-deps-484949c17f
Open

Bump the gradle-deps group with 6 updates#3883
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-deps-484949c17f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-deps group with 6 updates:

Package From To
com.diffplug.spotless 8.7.0 8.8.0
com.github.therapi:therapi-runtime-javadoc-scribe 0.13.0 0.15.0
com.github.therapi:therapi-runtime-javadoc 0.13.0 0.15.0
org.key-project.proofjava:javaparser-core 3.28.0-K13.5 3.28.0-K13.5-switch
org.key-project.proofjava:javaparser-core-serialization 3.28.0-K13.5 3.28.0-K13.5-switch
org.key-project.proofjava:javaparser-symbol-solver-core 3.28.0-K13.5 3.28.0-K13.5-switch

Updates com.diffplug.spotless from 8.7.0 to 8.8.0

Updates com.github.therapi:therapi-runtime-javadoc-scribe from 0.13.0 to 0.15.0

Changelog

Sourced from com.github.therapi:therapi-runtime-javadoc-scribe's changelog.

0.15.0 - July 23, 2022

🐛 #69 Fixed a regression in 0.14.0 where attempting to get Javadoc for a nested class would throw IllegalArgumentException. Thank you to yanxiyue for investigating the issue.

🐛 #70 Fixed a problem where classes with absolutely no Javadoc would not inherit method documentation.

0.14.0 - July 15, 2022

#61 Thanks to Sheikah45, methods without documentation now inherit documentation from superclass or implemented interface.

Commits
  • 1387b6a fix typo
  • 5c9659c Prepare 0.15.0 release
  • cf97e61 add eclipse project metadata files to gitignore (#71)
  • 2a8bc27 IllegalArgumentException when getting Javadoc for nested class that has no Ja...
  • ea24a3f Bump version to 0.15.0-SNAPSHOT, update changelog
  • 7bbdde1 Prepare release 0.14.0
  • c45a90c Rename MethodJavadocKey -> MethodSignature
  • 7e0e27d Resolves #61. Inherit missing javadoc components from overridden methods (#64)
  • daea64a tweak NOTICE language
  • da86dcd minimal-json is no longer repackaged in the scribe JAR
  • Additional commits viewable in compare view

Updates com.github.therapi:therapi-runtime-javadoc from 0.13.0 to 0.15.0

Changelog

Sourced from com.github.therapi:therapi-runtime-javadoc's changelog.

0.15.0 - July 23, 2022

🐛 #69 Fixed a regression in 0.14.0 where attempting to get Javadoc for a nested class would throw IllegalArgumentException. Thank you to yanxiyue for investigating the issue.

🐛 #70 Fixed a problem where classes with absolutely no Javadoc would not inherit method documentation.

0.14.0 - July 15, 2022

#61 Thanks to Sheikah45, methods without documentation now inherit documentation from superclass or implemented interface.

Commits
  • 1387b6a fix typo
  • 5c9659c Prepare 0.15.0 release
  • cf97e61 add eclipse project metadata files to gitignore (#71)
  • 2a8bc27 IllegalArgumentException when getting Javadoc for nested class that has no Ja...
  • ea24a3f Bump version to 0.15.0-SNAPSHOT, update changelog
  • 7bbdde1 Prepare release 0.14.0
  • c45a90c Rename MethodJavadocKey -> MethodSignature
  • 7e0e27d Resolves #61. Inherit missing javadoc components from overridden methods (#64)
  • daea64a tweak NOTICE language
  • da86dcd minimal-json is no longer repackaged in the scribe JAR
  • Additional commits viewable in compare view

Updates org.key-project.proofjava:javaparser-core from 3.28.0-K13.5 to 3.28.0-K13.5-switch

Commits

Updates org.key-project.proofjava:javaparser-core-serialization from 3.28.0-K13.5 to 3.28.0-K13.5-switch

Commits

Updates org.key-project.proofjava:javaparser-symbol-solver-core from 3.28.0-K13.5 to 3.28.0-K13.5-switch

Commits

Updates org.key-project.proofjava:javaparser-symbol-solver-core from 3.28.0-K13.5 to 3.28.0-K13.5-switch

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.diffplug.spotless [>= 6.17.a, < 6.18]
com.diffplug.spotless [>= 6.18.a, < 6.19]
com.diffplug.spotless [>= 6.19.a, < 6.20]
org.key-project.proofjava:javaparser-core [< 3.29, > 3.28.0-K13.5]

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 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| com.diffplug.spotless | `8.7.0` | `8.8.0` |
| [com.github.therapi:therapi-runtime-javadoc-scribe](https://github.com/dnault/therapi-runtime-javadoc) | `0.13.0` | `0.15.0` |
| [com.github.therapi:therapi-runtime-javadoc](https://github.com/dnault/therapi-runtime-javadoc) | `0.13.0` | `0.15.0` |
| [org.key-project.proofjava:javaparser-core](https://github.com/javaparser/javaparser) | `3.28.0-K13.5` | `3.28.0-K13.5-switch` |
| [org.key-project.proofjava:javaparser-core-serialization](https://github.com/javaparser/javaparser) | `3.28.0-K13.5` | `3.28.0-K13.5-switch` |
| [org.key-project.proofjava:javaparser-symbol-solver-core](https://github.com/javaparser/javaparser) | `3.28.0-K13.5` | `3.28.0-K13.5-switch` |


Updates `com.diffplug.spotless` from 8.7.0 to 8.8.0

Updates `com.github.therapi:therapi-runtime-javadoc-scribe` from 0.13.0 to 0.15.0
- [Changelog](https://github.com/dnault/therapi-runtime-javadoc/blob/main/CHANGES.md)
- [Commits](dnault/therapi-runtime-javadoc@0.13.0...0.15.0)

Updates `com.github.therapi:therapi-runtime-javadoc` from 0.13.0 to 0.15.0
- [Changelog](https://github.com/dnault/therapi-runtime-javadoc/blob/main/CHANGES.md)
- [Commits](dnault/therapi-runtime-javadoc@0.13.0...0.15.0)

Updates `org.key-project.proofjava:javaparser-core` from 3.28.0-K13.5 to 3.28.0-K13.5-switch
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](https://github.com/javaparser/javaparser/commits)

Updates `org.key-project.proofjava:javaparser-core-serialization` from 3.28.0-K13.5 to 3.28.0-K13.5-switch
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](https://github.com/javaparser/javaparser/commits)

Updates `org.key-project.proofjava:javaparser-symbol-solver-core` from 3.28.0-K13.5 to 3.28.0-K13.5-switch
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](https://github.com/javaparser/javaparser/commits)

Updates `org.key-project.proofjava:javaparser-symbol-solver-core` from 3.28.0-K13.5 to 3.28.0-K13.5-switch
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](https://github.com/javaparser/javaparser/commits)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.github.therapi:therapi-runtime-javadoc-scribe
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: com.github.therapi:therapi-runtime-javadoc
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-deps
- dependency-name: org.key-project.proofjava:javaparser-core
  dependency-version: 3.28.0-K13.5-switch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.key-project.proofjava:javaparser-core-serialization
  dependency-version: 3.28.0-K13.5-switch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.key-project.proofjava:javaparser-symbol-solver-core
  dependency-version: 3.28.0-K13.5-switch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
- dependency-name: org.key-project.proofjava:javaparser-symbol-solver-core
  dependency-version: 3.28.0-K13.5-switch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file Java Pull requests that update Java code labels Jul 1, 2026
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