Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps io.github.java-diff-utils:java-diff-utils from 4.9 to 4.16.

Release notes

Sourced from io.github.java-diff-utils:java-diff-utils's releases.

java-diff-utils-parent-4.15

What's Changed

Changes and new Features

New Contributors

Full Changelog: java-diff-utils/java-diff-utils@java-diff-utils-parent-4.12...java-diff-utils-parent-4.15

java-diff-utils-parent-4.12

What's Changed

Changes and new Features

New Contributors

Full Changelog: java-diff-utils/java-diff-utils@java-diff-utils-parent-4.11...java-diff-utils-parent-4.12

java-diff-utils-parent-4.11

No release notes provided.

Changelog

Sourced from io.github.java-diff-utils:java-diff-utils's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. This project uses a custom versioning scheme (and not Semantic Versioning).

[4.13]

  • API change: due to Issue #159: the author of the algorithm is Eugene Myers, therefore classes and methods were renamed accordingly

Changed

[4.11]

Changed

  • bugfixing new UnifiedDiff reader
    • header for each file
    • skip empty lines
  • introduction of Meyers Diff Algorithm with Linear Space improvment (until matured this will not be the default diff algorithm)
  • introduction of DiffAlgorithmFactory to set the default diff algorithm DiffUtils use (DiffUtils.withDefaultDiffAlgorithmFactory(MeyersDiffWithLinearSpace.factory());)

[4.10]

Changed

  • bugfixing on new UnifiedDiff reader / writer for multifile usage
  • bugfix for wrong DiffRow type while transforming from a patch that removed a line in one changeset
  • introduced change position into UnifiedDiff reader
  • introduced first version of conflict output possibility (like GIT merge conflict)
    • moved verification to AbstractDelta
    • introduced ConflictOutput to Patch to add optional behaviour to patch conflicts
Commits
  • 637cb7b [maven-release-plugin] prepare release java-diff-utils-parent-4.16
  • c4b752f fixes #211
  • c7f4dfb fixes #208 - reformatted source code
  • de0e157 fixes #207
  • 755024e downgrade jgit
  • a295c62 Merge pull request #204 from java-diff-utils/dependabot/maven/java-diff-utils...
  • 8e8ba47 Bump org.eclipse.jgit:org.eclipse.jgit in /java-diff-utils-jgit
  • 0174358 Merge pull request #203 from ngocnhan-tran1996/fix-typo
  • d15ecbb Fix typo javadoc
  • db58b82 Merge pull request #200 from MadnessIRL/gen-docs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.github.java-diff-utils:java-diff-utils](https://github.com/java-diff-utils/java-diff-utils) from 4.9 to 4.16.
- [Release notes](https://github.com/java-diff-utils/java-diff-utils/releases)
- [Changelog](https://github.com/java-diff-utils/java-diff-utils/blob/master/CHANGELOG.md)
- [Commits](java-diff-utils/java-diff-utils@java-diff-utils-parent-4.9...java-diff-utils-parent-4.16)

---
updated-dependencies:
- dependency-name: io.github.java-diff-utils:java-diff-utils
  dependency-version: '4.16'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 6, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Looks like io.github.java-diff-utils:java-diff-utils is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/gradle/io.github.java-diff-utils-java-diff-utils-4.16 branch October 6, 2025 13:41
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