Skip to content

chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.23.0 (5.x) - autoclosed#228

Closed
renovate[bot] wants to merge 1 commit into5.xfrom
renovate/5.x-jreleaser-maven-plugin.version
Closed

chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.23.0 (5.x) - autoclosed#228
renovate[bot] wants to merge 1 commit into5.xfrom
renovate/5.x-jreleaser-maven-plugin.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 23, 2026

This PR contains the following updates:

Package Change Age Confidence
org.jreleaser:jreleaser-maven-plugin 1.19.01.23.0 age confidence

Release Notes

jreleaser/jreleaser (org.jreleaser:jreleaser-maven-plugin)

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:

v1.21.0

Compare Source

Binaries

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

Changelog

🚀 Features

announce

release

sign

  • a2d5dc2 Send GPG passphrase on loopback only when set in config, closes #​1800

🐛 Fixes

deploy

  • a7b2d0e Skip PGP key checks if signing.mode = COMMAND, closes #​2004
  • d657c17 Skip GPG key verification when signing.verify is false, closes #​1981

unscoped

🔄️ Changes

announce

unscoped

🛠 Build

📝 Documentation

  • 0c3a74b Add emlun as a contributor for code
  • b8c5f4c Add LogFlames as a contributor for code
  • 666998a Add adutra as a contributor for code
  • 4d4ec34 Add shaikhu as a contributor for code

⚙️ Dependencies


  • 6292b25 Releasing version 1.21.0
  • a69596b Bump for next development cycle

Contributors

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

v1.20.0

Compare Source

Binaries

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

Changelog

🚀 Features

assemble

core

extensions

  • 3046d3a Refine JBang extension support
  • a3d96cb Support JBang as extension loader and launcher, closes #​1952

hooks

packagers

release

tools

  • 028f229 Add a custom User-Agent when dowloading tools

🐛 Fixes

build

  • 2da4f55 Update GH token permissions on smoke-tests workflow
  • d2df5b8 Set CMD --help as default in docker templates, closes #​1942

core

  • 2d51c2d Display configured path when it fails to be resolved, closes #​1964

deploy

gradle

  • e026065 Disable up-to-date checks in JReleaserConfigTask and JReleaserEnvTask, closes #​1972
  • a14b657 Remove usages of ConfigureUtil, closes #​1956

hooks

  • 3278df6 Inherit matrix and environment from named groups, closes #​1947

packagers

unscoped

🔄️ Changes

announce

build

  • 910afdf Update spec names for docker packager

🛠 Build

📝 Documentation

  • 7538982 Add lauzadis as a contributor for code
  • 3b086b2 Add ammbra as a contributor for code
  • 3f4c6c9 Add dorianm as a contributor for code
  • a83a9d3 Add ramanathan1504 as a contributor for code

⚙️ Dependencies

  • c128f96 Update jackson to 2.20.0
  • 73f1396 Update zstd-jni to 1.5.7-4
  • 29ea880 Update jackson to 2.19.2
  • e048c80 Update syft to 1.32.0
  • 123ca5c Update spotbugs to 4.9.4
  • 7d3f965 Update mockito to 5.19.0
  • e1c9698 Update junit5 to 5.13.4
  • 4e616e4 Update jsoup to 1.21.2
  • cd4cc24 Update json-smart to 2.6.0
  • fa685a6 Update jbang to 0.129.0
  • a1495e5 Update greenmail to 2.1.5
  • e6cfa15 Update errorprone to 2.41.0
  • 6f7c31e Update cyclonedx to 0.29.1
  • 2ec4de4 Update cosign to 2.5.3
  • 84b0c45 Update commons-text to 1.14.0
  • 45b4313 Update commons-net to 3.12.0
  • 6d00748 Update commons-lang3 to 3.18.0
  • 7652ade Update commons-io to 2.20.0
  • 94f4679 Update commons-compress to 1.28.0
  • 4109ad0 Update commons-codec to 1.19.0
  • 65cbdce Update checkstyle to 11.0.0
  • 1f264a9 Update checker-qual to 3.49.5
  • e5f3f43 Update byte-buddy to 1.17.7
  • 576655b Update aws-java-sdk to 2.32.31

  • 16e3b06 Releasing version 1.20.0
  • 737bdb7 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.

@renovate renovate Bot changed the title chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.23.0 (5.x) chore(deps): update dependency org.jreleaser:jreleaser-maven-plugin to v1.23.0 (5.x) - autoclosed Apr 23, 2026
@renovate renovate Bot closed this Apr 23, 2026
@renovate renovate Bot deleted the renovate/5.x-jreleaser-maven-plugin.version branch April 23, 2026 09:00
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