Skip to content

Build(deps): Bump org.apache.maven:apache-maven from 3.9.15 to 3.9.16 - #991

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/org.apache.maven-apache-maven-3.9.16
Open

Build(deps): Bump org.apache.maven:apache-maven from 3.9.15 to 3.9.16#991
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/maven/org.apache.maven-apache-maven-3.9.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.maven:apache-maven from 3.9.15 to 3.9.16.

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 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 org.apache.maven:apache-maven from 3.9.15 to 3.9.16.

---
updated-dependencies:
- dependency-name: org.apache.maven:apache-maven
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 14, 2026
@dependabot
dependabot Bot requested a review from rhusar as a code owner August 14, 2026 00:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 14, 2026
Comment thread mvnw.cmd

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhusar This changes CRLF to LF only. That might be an issue?

@rhusar rhusar Aug 14, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jajik yes, this is a new feature in dependabot and it looks like it has bugs. I am not even sure how to deal with it, because after you check out gitattributes apply and the you have an uncommited change.

@jajik jajik Aug 14, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added f2b5eee, that should fix the issue for this PR. (I used unix2dos btw.)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be able to just do this instead

	echo "* text=auto" >>.gitattributes
	rm .git/index     # Remove the index to force Git to
	git reset         # re-scan the working directory
	git status        # Show files that will be normalized
	git add -u
	git add .gitattributes

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 hold java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants