Skip to content

chore(deps): bump nisse-plugin3.version from 0.8.1 to 0.8.4#68

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/nisse-plugin3.version-0.8.4
Closed

chore(deps): bump nisse-plugin3.version from 0.8.1 to 0.8.4#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/nisse-plugin3.version-0.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps nisse-plugin3.version from 0.8.1 to 0.8.4.
Updates eu.maveniverse.maven.nisse:extension from 0.8.1 to 0.8.4

Release notes

Sourced from eu.maveniverse.maven.nisse:extension's releases.

0.8.4

New JGitPropertySource property: branchName, that is present if JGit is able to determine current branch name (git worktrees supported).

What's Changed

Full Changelog: maveniverse/nisse@release-0.8.3...release-0.8.4

0.8.3

What's Changed

  • Fix git worktree support — JGit-based version resolution now works correctly in git worktrees (#150). JGit 5.x doesn't natively support worktrees, so the JGitPropertySource now detects worktrees via the commondir file, redirects to the shared git directory for objects/refs/tags, and reads HEAD from the worktree-specific directory. (#151)
  • Better logging — improved debug logging in JGit property source

Full Changelog: maveniverse/nisse@release-0.8.2...release-0.8.3

0.8.2

What's Changed

Full Changelog: maveniverse/nisse@release-0.8.1...release-0.8.2

Commits
  • 7559090 [maven-release-plugin] prepare release release-0.8.4 [skip ci]
  • 87d94bc Isolate ITs from user env
  • 2822230 Add branchName support (#152)
  • a64b78f [maven-release-plugin] prepare for next development iteration
  • 463b440 [maven-release-plugin] prepare release release-0.8.3 [skip ci]
  • aa4f25c Fix #150: Support git worktrees in JGit property source
  • 4f2fcf2 Better logging
  • 8b1f11b [maven-release-plugin] prepare for next development iteration
  • d3362f0 [maven-release-plugin] prepare release release-0.8.2 [skip ci]
  • 4952bcd Fix: Nested invocations are not possible (#148)
  • Additional commits viewable in compare view

Updates eu.maveniverse.maven.plugins:nisse-plugin3 from 0.8.1 to 0.8.4

Release notes

Sourced from eu.maveniverse.maven.plugins:nisse-plugin3's releases.

0.8.4

New JGitPropertySource property: branchName, that is present if JGit is able to determine current branch name (git worktrees supported).

What's Changed

Full Changelog: maveniverse/nisse@release-0.8.3...release-0.8.4

0.8.3

What's Changed

  • Fix git worktree support — JGit-based version resolution now works correctly in git worktrees (#150). JGit 5.x doesn't natively support worktrees, so the JGitPropertySource now detects worktrees via the commondir file, redirects to the shared git directory for objects/refs/tags, and reads HEAD from the worktree-specific directory. (#151)
  • Better logging — improved debug logging in JGit property source

Full Changelog: maveniverse/nisse@release-0.8.2...release-0.8.3

0.8.2

What's Changed

Full Changelog: maveniverse/nisse@release-0.8.1...release-0.8.2

Commits
  • 7559090 [maven-release-plugin] prepare release release-0.8.4 [skip ci]
  • 87d94bc Isolate ITs from user env
  • 2822230 Add branchName support (#152)
  • a64b78f [maven-release-plugin] prepare for next development iteration
  • 463b440 [maven-release-plugin] prepare release release-0.8.3 [skip ci]
  • aa4f25c Fix #150: Support git worktrees in JGit property source
  • 4f2fcf2 Better logging
  • 8b1f11b [maven-release-plugin] prepare for next development iteration
  • d3362f0 [maven-release-plugin] prepare release release-0.8.2 [skip ci]
  • 4952bcd Fix: Nested invocations are not possible (#148)
  • 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 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 `nisse-plugin3.version` from 0.8.1 to 0.8.4.

Updates `eu.maveniverse.maven.nisse:extension` from 0.8.1 to 0.8.4
- [Release notes](https://github.com/maveniverse/nisse/releases)
- [Commits](maveniverse/nisse@release-0.8.1...release-0.8.4)

Updates `eu.maveniverse.maven.plugins:nisse-plugin3` from 0.8.1 to 0.8.4
- [Release notes](https://github.com/maveniverse/nisse/releases)
- [Commits](maveniverse/nisse@release-0.8.1...release-0.8.4)

---
updated-dependencies:
- dependency-name: eu.maveniverse.maven.nisse:extension
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: eu.maveniverse.maven.plugins:nisse-plugin3
  dependency-version: 0.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@andrejpetras
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

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

@dependabot dependabot Bot closed this Apr 29, 2026
@dependabot dependabot Bot deleted the dependabot/maven/nisse-plugin3.version-0.8.4 branch April 29, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant