Skip to content

chore(deps): update dependency jreleaser/jreleaser to v1.24.0#32

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jreleaser-jreleaser-1.x
Open

chore(deps): update dependency jreleaser/jreleaser to v1.24.0#32
renovate[bot] wants to merge 1 commit intomainfrom
renovate/jreleaser-jreleaser-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 30, 2026

This PR contains the following updates:

Package Update Change
jreleaser/jreleaser minor 1.21.01.24.0

Release Notes

jreleaser/jreleaser (jreleaser/jreleaser)

v1.24.0

Compare Source

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.24.0

Changelog
🚀 Features

announce

core

gradle

  • 48a2685 Fix access to Task.project at task execution time, closes #​1992

jdks

🐛 Fixes

assemble

  • af9767b Pass JVM options to generated launcher by jlink, closes #​2090
  • e7b4afb Resolve relative launcher symlinks, closes #​1994
  • dce1c0f Avoid duplicate resources in Native Image by using -cp option during assemble step, closes #​2094

deploy

  • 39250fa Consider PUBLISHED state when checking deployment transition, closes #​2082

gradle

  • 2737a31 Add property keys related to deprecated Convention APIs, closes #​2078

packager

packagers

sign

🔄️ Changes

packagers

unscoped

  • 735a8df More code audit fixes
  • 37fc14b Apply suggestions from code audits
🛠 Build
  • 7d313fd Fix GH workflows
  • d7488ab Update release announcements
  • 805a0fd Fix wiki updates
  • e20ce15 Fix workflow issues
  • 1d195ce Fix update-wiki script
  • a94a966 Fix issues found by CodeQL
  • af15bca Update GH workflows based on lint audits
  • f925bed Update CodeQL settings
  • 1ff8029 More GH workflow improvements based on audits
  • 4e9bb7d Improve GH workflows based on audits
  • ab785d8 Update github workflows in templates
  • 161c490 Fix workflow linting issues
  • 77d1e3c Pin versions in GH workflows
  • 84aa4b9 Fix some linting issues in GH workflows
  • 9ef4afe Add version management to release workflow
  • 19eb19a Add a GH workflow for linting GH workflows
  • 2f79751 Update readme
  • f978967 Fix wiki template
  • 337c1d3 Update release workflow
📝 Documentation
  • 2f0fd0a Add XiaoPengMei as a contributor for code
  • 564ed30 Add mhoffrog as a contributor for code
  • de84e9e Add PrakarshSrivastav as a contributor for code
⚙️ Dependencies

  • 4def722 Releasing version 1.24.0
  • f645ecd Bump for next development cycle
Contributors

We'd like to thank the following people for their contributions:

v1.23.0

Compare Source

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.23.0

Changelog
🚀 Features

changelog

  • 8692adf support path filtering for monorepo changelog generation, closes #​2072

core

maven

unscoped

🐛 Fixes

core

  • f41bee3 Fix misleading message from disabled deployer
  • ffe83fa Print more details when a failure occurs, closes #​2050

deploy

  • 647b873 skipPublicationCheck not stopping at PUBLISHING state, closes #​2056

packagers

  • 8753b26 Warn when a repository operation fails and continue, closes #​2042
  • 894b6f2 Escape arguments for COPR script, closes #​2051
  • 22142aa Correct missing variables in packager templates
  • 2d57d01 Correct missing variables in packager templates
  • 11ad682 Resolve templates for brew formula name, closes #​2025

unscoped

  • 0419466 Add explicit plexus-utils dependency for Maven 3.9 compatibility, closes #​2045
🛠 Build

packagers

  • cbe15d8 Fix misconfigured name template in appImage resources
  • 85fdd61 Publish UBI-based images (docker), closes #​2041
  • 114d27c Rename docker spec templates

unscoped

  • 2f23461 Update release announcements
  • 16f07b4 Increase deployment timeout
  • 0a2856c Publish to docker repository only on release
  • df5a71c Fix warnings in GH workflows
  • da517bc Update license headers
  • 7ab7d88 Update jitpack instructions
📝 Documentation
  • d8885eb Add gounthar as a contributor for code
  • 166406d Add barbulescu as a contributor for code
  • cf79920 Add LunchTimeCode as a contributor for code
  • ca4e1a5 Add jjh030325 as a contributor for code
⚙️ Dependencies

  • d2a3695 Releasing version 1.23.0
  • 48cca3d [core] Migrate missing template warning to debug, closes #​2064
  • e257252 [core] Short-circuit recursive evaluation of name templates, closes #​2069
  • b282c78 [core] Append windows extension to artifact paths, closes #​2067
  • f549370 Bump for next development cycle
Contributors

We'd like to thank the following people for their contributions:

v1.22.0

Compare Source

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.22.0

Changelog
🚀 Features

assemble

core

gradle

  • 363b681 Use Directory as input for stagingRepository(), closes #​2032
  • 4510cce Add individual setupJdk tasks per configured JDK

jdks

jlink

  • 8942a05 Resolve multi-release template in JlinkAssemblerProcessor, closes #​2030

sign

🐛 Fixes

gradle

jdks

release

unscoped

  • a44555e use correct method when resolving extra properties
🔄️ Changes

core

  • 4523860 Silence warnings when mainClass/module template is not available, closes #​1960

signing

🛠 Build
  • 326dfae Upgrade graal to 25.0.1
  • 731473d Update release configuration
  • 6627fea Delete JDK caches on linux
  • 28f139a Delete JDK caches on linux
  • 6af8f03 Clear JDKs cache before build
  • 1e6bdb7 Update release announcements
  • 321a205 Remove some JDKs before assembling Jlink distributions
  • 7d7bb6c Update GH workflows
  • dfcfb2d Only setup platform matching JDKS in CI (jpackage/native-image)
  • f717d3d Update GH workflows
  • de4b148 Update jdks to Java 25, closes #​2001
  • a4d9ca0 Downgrade jdks to Java 17
  • a87092b Update jdks to Java 25
  • 10c2983 Update release announcements
📝 Documentation
  • eb35387 Add HarshMehta112 as a contributor for code
  • e1b6939 Fix links in readme
  • b763392 public keyserver link from http to https
⚙️ Dependencies
  • 913b31f Update asm to 9.9.1
  • 7df2d0e Update aws-java-sdk to 2.40.15
  • 4f7902f Update bouncycastle to 1.83
  • f0370a9 Update classmate to 1.7.1
  • cadaecd Update commons-codec to 1.20.0
  • 268c3fa Update commons-io to 2.21.0
  • 659aae8 Update commons-jexl to 3.6.1
  • b03fb6b Update commons-lang3 to 3.20.0
  • 8cd6b86 Update commons-text to 1.15.0
  • 43bb779 Update cyclonedx to 0.29.2
  • 2d7f288 Update jackson to 2.20.1
  • 5a269be Update junit5 to 6.0.1
  • 477cdae Update maven-plugin-annotations to 3.15.2
  • 46b7f69 Update plexus-archiver to 4.10.4
  • c107694 Update syft to 1.39.0
  • b429307 Update xz to 1.11
  • f7c2bcd Update download gradle plugin to 5.6.0

  • d791e01 Releasing version 1.22.0
  • d10dafe deploy: Skip publication checks on MavenCentral, closes #​2011
  • 1471abd Bump for next development cycle
Contributors

We'd like to thank the following people for their contributions:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants