Skip to content

Bump endive.version from 1.0.1 to 1.1.0 - #206

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/endive.version-1.1.0
Open

Bump endive.version from 1.0.1 to 1.1.0#206
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/endive.version-1.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps endive.version from 1.0.1 to 1.1.0.
Updates run.endive:runtime from 1.0.1 to 1.1.0

Release notes

Sourced from run.endive:runtime's releases.

1.1.0

What's Changed

... (truncated)

Commits
  • 91d41f8 Release version update 1.1.0
  • 2a555b8 Add the Endive 1.1.0 release blog post (#179)
  • 4cbb6c2 Shorten the method names documentation (#180)
  • d0cc4f4 Allow configuring a method prefixer in the build-time compiler (#178)
  • dab3cf8 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3...
  • 59a879a Document the experimental Redline native compiler (#166)
  • 82781c0 feat: optionally use WASM function names for compiled methods (#168)
  • 6dd5f8f chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#177)
  • 5ebc2ae chore(deps): bump com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0 (#176)
  • eb7417d Create imports through a factory that picks native or bytecode (#174)
  • Additional commits viewable in compare view

Updates run.endive:wasi from 1.0.1 to 1.1.0

Release notes

Sourced from run.endive:wasi's releases.

1.1.0

What's Changed

... (truncated)

Commits
  • 91d41f8 Release version update 1.1.0
  • 2a555b8 Add the Endive 1.1.0 release blog post (#179)
  • 4cbb6c2 Shorten the method names documentation (#180)
  • d0cc4f4 Allow configuring a method prefixer in the build-time compiler (#178)
  • dab3cf8 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3...
  • 59a879a Document the experimental Redline native compiler (#166)
  • 82781c0 feat: optionally use WASM function names for compiled methods (#168)
  • 6dd5f8f chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#177)
  • 5ebc2ae chore(deps): bump com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0 (#176)
  • eb7417d Create imports through a factory that picks native or bytecode (#174)
  • Additional commits viewable in compare view

Updates run.endive:endive-compiler-maven-plugin from 1.0.1 to 1.1.0

Release notes

Sourced from run.endive:endive-compiler-maven-plugin's releases.

1.1.0

What's Changed

... (truncated)

Commits
  • 91d41f8 Release version update 1.1.0
  • 2a555b8 Add the Endive 1.1.0 release blog post (#179)
  • 4cbb6c2 Shorten the method names documentation (#180)
  • d0cc4f4 Allow configuring a method prefixer in the build-time compiler (#178)
  • dab3cf8 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.9.0 to 3...
  • 59a879a Document the experimental Redline native compiler (#166)
  • 82781c0 feat: optionally use WASM function names for compiled methods (#168)
  • 6dd5f8f chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin (#177)
  • 5ebc2ae chore(deps): bump com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0 (#176)
  • eb7417d Create imports through a factory that picks native or bytecode (#174)
  • Additional commits viewable in compare view

Updates run.endive:annotations-processor from 1.0.1 to 1.1.0

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 `endive.version` from 1.0.1 to 1.1.0.

Updates `run.endive:runtime` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/bytecodealliance/endive/releases)
- [Commits](bytecodealliance/endive@1.0.1...1.1.0)

Updates `run.endive:wasi` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/bytecodealliance/endive/releases)
- [Commits](bytecodealliance/endive@1.0.1...1.1.0)

Updates `run.endive:endive-compiler-maven-plugin` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/bytecodealliance/endive/releases)
- [Commits](bytecodealliance/endive@1.0.1...1.1.0)

Updates `run.endive:annotations-processor` from 1.0.1 to 1.1.0

---
updated-dependencies:
- dependency-name: run.endive:runtime
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: run.endive:wasi
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: run.endive:endive-compiler-maven-plugin
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: run.endive:annotations-processor
  dependency-version: 1.1.0
  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 Sep 7, 2026
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.

0 participants