Skip to content

Bump me.bechberger:execjar from 0.1.1 to 0.1.2 - #43

Merged
parttimenerd merged 1 commit into
mainfrom
dependabot/maven/me.bechberger-execjar-0.1.2
Sep 22, 2026
Merged

parttimenerd merged 1 commit into
mainfrom
dependabot/maven/me.bechberger-execjar-0.1.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps me.bechberger:execjar from 0.1.1 to 0.1.2.

Release notes

Sourced from me.bechberger:execjar's releases.

Release 0.1.2

Fixed

  • Correct ZIP/ZIP64 internal offsets after prepending the launcher script, fixing ZIP64 archives and strict readers (e.g. OpenJDK java/jar) that follow absolute offsets rather than scanning for signatures (#1)

Installation

Maven

<dependency>
    <groupId>me.bechberger</groupId>
    <artifactId>execjar</artifactId>
    <version>0.1.2</version>
</dependency>

Direct Download

Download from the assets below:

  • execjar.jar - Executable JAR file (requires Java 11+)
  • execjar - Standalone launcher script (Unix/Linux/macOS)

Usage:

# Using the script (recommended for Unix-like systems)
chmod +x execjar
./execjar myapp.jar
Using the JAR directly
java -jar execjar.jar myapp.jar

Changelog

Sourced from me.bechberger:execjar's changelog.

[0.1.2] - 2026-08-12

Added

Changed

Deprecated

Removed

Fixed

  • Correct ZIP/ZIP64 internal offsets after prepending the launcher script, fixing ZIP64 archives and strict readers (e.g. OpenJDK java/jar) that follow absolute offsets rather than scanning for signatures (#1)

Security

Commits
  • b9bde03 Bump version to 0.1.2
  • 81f7a19 fix: adjust ZIP/ZIP64 internal offsets after prepending launcher script (#2)
  • 9f7e3e6 Mention native-image in README
  • 0129c06 Update release number in example-project
  • See full diff 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 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 [me.bechberger:execjar](https://github.com/parttimenerd/execjar) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/parttimenerd/execjar/releases)
- [Changelog](https://github.com/parttimenerd/execjar/blob/main/CHANGELOG.md)
- [Commits](parttimenerd/execjar@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: me.bechberger:execjar
  dependency-version: 0.1.2
  dependency-type: direct:development
  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 Sep 1, 2026
@parttimenerd
parttimenerd merged commit 8a8a131 into main Sep 22, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/me.bechberger-execjar-0.1.2 branch September 22, 2026 11:37
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