Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps the gradle group in /codegen with 2 updates: com.autonomousapps:dependency-analysis-gradle-plugin and com.atlassian.commonmark:commonmark.

Updates com.autonomousapps:dependency-analysis-gradle-plugin from 2.12.0 to 2.13.2

Changelog

Sourced from com.autonomousapps:dependency-analysis-gradle-plugin's changelog.

Version 2.13.2

  • [Fix]: detect usages of SAM interfaces.
  • [Fix]: binaryClassAccesses uses sorted keys.

Version 2.13.1

  • [Fix]: differentiate between main and other variants when rewriting dependencies with Kotlin DSL.

Version 2.13.0

  • [Feat]: computeResolvedDependencies to also generate a version catalog file
  • [Feat]: experimenting with compressing intermediates, starting with exploded-jars.json.
  • [Chore]: remove unused moshi functions.
Commits
  • ba39247 chore: prepare for release 2.13.2.
  • dae2530 fix: detect usages of SAM interfaces.
  • ddb24af fix: binaryClassAccesses uses sorted keys.
  • e5c8b6c chore: prepare next development version.
  • b372d23 chore: prepare for release 2.13.1.
  • a0da6e4 fix: differentiate between main and other variants when rewriting dependencie...
  • 76a5d0b chore: prepare next development version.
  • 290c2e0 chore: prepare for release 2.13.0.
  • 183a32a chore: remove unused moshi functions.
  • 826e902 feat: experimenting with compressing intermediates.
  • Additional commits viewable in compare view

Updates com.atlassian.commonmark:commonmark from 0.15.2 to 0.17.0

Release notes

Sourced from com.atlassian.commonmark:commonmark's releases.

commonmark-java 0.17.0

Changed

  • ACTION REQUIRED: Maven groupId has changed from com.atlassian.commonmark to org.commonmark
    • To continue getting new versions of commonmark-java, change the Maven coordinates in your dependencies:
    • Old: <groupId>com.atlassian.commonmark</groupId>
    • New: <groupId>org.commonmark</groupId>

commonmark-java 0.16.1

Added

  • Support for including source spans on block and inline nodes (#1):
    • Answer for "Where in the source input (line/column position and length) does this node come from?"
    • Useful for things like editors that want to keep the input and rendered output scrolled to the same lines, or start editing on the node that was selected.
    • Use includeSourceSpans on Parser.Builder to enable, either with IncludeSourceSpans.BLOCKS or IncludeSourceSpans.BLOCKS_AND_INLINES
    • Read data with Node.getSourceSpans
    • Note that enabling this has a small performance impact on parsing (about 10%)

Changed

  • In order to support source spans (see above), a few of the extension APIs changed. It should only affect users implementing their own extensions. See the Javadoc to see what changed.
  • YAML front matter extension: Support dots in key names
Changelog

Sourced from com.atlassian.commonmark:commonmark's changelog.

[0.17.0] - 2021-01-15

Changed

  • ACTION REQUIRED: Maven groupId has changed from com.atlassian.commonmark to org.commonmark
    • To continue getting new versions of commonmark-java, change the Maven coordinates in your dependencies:
    • Old: <groupId>com.atlassian.commonmark</groupId>
    • New: <groupId>org.commonmark</groupId>

[0.16.1] - 2020-12-11

Added

  • Support for including source spans on block and inline nodes (#1):
    • Answer for "Where in the source input (line/column position and length) does this node come from?"
    • Useful for things like editors that want to keep the input and rendered output scrolled to the same lines, or start editing on the node that was selected.
    • Use includeSourceSpans on Parser.Builder to enable, either with IncludeSourceSpans.BLOCKS or IncludeSourceSpans.BLOCKS_AND_INLINES
    • Read data with Node.getSourceSpans
    • Note that enabling this has a small performance impact on parsing (about 10%)

Changed

  • In order to support source spans (see above), a few of the extension APIs changed. It should only affect users implementing their own extensions. See the Javadoc to see what changed.
  • YAML front matter extension: Support dots in key names
Commits
  • c0e12f4 [maven-release-plugin] prepare release commonmark-parent-0.17.0
  • 6f5454f Fix maven-gpg-plugin erroring out on commonmark-integration-test module
  • 4e7392d Try with push over https instead of ssh in developerConnection
  • 9ff5ab4 Use personal access token for pushing
  • 9635bc5 Use "actions/checkout@v2" to be able to push (maybe)
  • b46cbf8 Add git user.name and user.email, rename environment
  • 05d5a03 Try workflow_dispatch for triggering release
  • 0ae1fa4 Don't change groupId in README yet
  • 97ee049 Bump version to 0.17.0-SNAPSHOT
  • 5b14e31 Change maven groupId and release process
  • Additional commits viewable in compare view

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 group in /codegen with 2 updates: [com.autonomousapps:dependency-analysis-gradle-plugin](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin) and [com.atlassian.commonmark:commonmark](https://github.com/atlassian/commonmark-java).


Updates `com.autonomousapps:dependency-analysis-gradle-plugin` from 2.12.0 to 2.13.2
- [Changelog](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md)
- [Commits](autonomousapps/dependency-analysis-gradle-plugin@v2.12.0...v2.13.2)

Updates `com.atlassian.commonmark:commonmark` from 0.15.2 to 0.17.0
- [Release notes](https://github.com/atlassian/commonmark-java/releases)
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md)
- [Commits](commonmark/commonmark-java@commonmark-parent-0.15.2...commonmark-parent-0.17.0)

---
updated-dependencies:
- dependency-name: com.autonomousapps:dependency-analysis-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.atlassian.commonmark:commonmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

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 Mar 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 26, 2025 11:17
@nateprewitt nateprewitt merged commit 0b29015 into develop Mar 26, 2025
2 checks passed
@nateprewitt nateprewitt deleted the dependabot/gradle/codegen/gradle-7f205d18c1 branch March 26, 2025 14:42
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.

1 participant