Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency org.jreleaser:jreleaser-maven-plugin to v1.15.0 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jreleaser:jreleaser-maven-plugin 1.5.1 -> 1.15.0 age adoption passing confidence

Release Notes

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

v1.15.0

Compare Source

Binaries

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

Changelog

🚀 Features

deploy

🐛 Fixes

core

  • c5b8db4 Honor changelog.enabled when project is snapshot, closes #​1717
  • 4838a07 Releaser may not be configured in deployment, closes #​1748
  • 107a726 Evaluate project.java even when it's not explicitly set, closes #​1744
  • 8d0350f Validate project.java when mavenCentral deployers are configured, closes #​1745
  • 24da4bb Handle single/double zero with CalVer formats 0Y.0M.MICRO/YY.0M.MICRO, closes #​1728

deploy

messages

release

🛠 Build

  • b9aed32 Update release announcements
  • 3efdf06 Setup Graal before Java in smoketest
  • 38d446c Remove explicit GraalVM version from GH action setup
  • 989e5c2 Fix location of GraalVM JDKs
  • aa13d0d Update JDKs to 17.0.12
  • 1ade5e1 remove matrix expression from group name
  • ada7d41 Cancel concurrent PR jobs

📝 Documentation

  • 931cd1b Add mattjohnson as a contributor for code
  • 66abd4c Add p-marcin as a contributor for code

⚙️ Dependencies


  • ffcea79 Releasing version 1.15.0
  • 6bc1f47 feat:(deploy): Allow artifactOverrides to skip jar validation, closes #​1746
  • e881564 switch to new maintainers package and upgrade version
  • 908fa5b Bump for next development cycle

Contributors

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

v1.14.0

Compare Source

Binaries

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

Changelog

🚀 Features

core

deploy

  • 6a1941f Let artifact overrides define if the pom should be verified, closes #​1707

🐛 Fixes

assemble

core

deploy

  • 7f83b6c Inneer class ArtifactOverrideImpl should be static, closes #​1704

packagers

🔄️ Changes

packagers

🛠 Build

  • 330ccb6 Upgrade to Gradle 8.10
  • 2e03af1 Update release announcements
  • 26f7e1c Update release announcements

📝 Documentation

  • 1d5e2a6 Add alexeygy as a contributor for code
  • ef9bf65 Add superaga as a contributor for code
  • 23fc5be Add felipebz as a contributor for code

⚙️ Dependencies

  • b726a5d Update aws-java-sdk to 2.27.15
  • b489a45 Update junit5 to 5.11.0
  • 0318037 Update awaitility to 4.2.2
  • e88b660 Update jackson to 2.17.2
  • b5f60a8 Update pomchecker to 1.12.0

  • 4a8bb20 Releasing version 1.14.0
  • e84ea4e Bump for next development cycle
  • b72e143 Releasing version 1.13.1
  • 90e49c5 Bump for next development cycle

Contributors

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

v1.13.1

Compare Source

Binaries

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

Changelog

🐛 Fixes

assemble

🛠 Build

  • a935b46 Update release announcements

  • 5542956 Releasing version 1.13.1
  • 3ac912c Bump for next development cycle

Contributors

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

v1.13.0

Compare Source

Binaries

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

Changelog

🚀 Features

assemble

  • 8a9c36d Platform specific JVM options in launcher scripts, closes #​1670

catalog

deploy

🐛 Fixes

core

  • f76f01b Check if releaser is active before querying its values, closes #​1678
  • ce421ad Don't when when remote inputstream may be null, closes #​1677

deploy

  • 0387150 Do not force JAR artifacts when packaging is zip, closes #​1669
  • 9ea54da Update serialVersionUIDs for maven deployers, closes #​1664
  • c029140 Snapshot support in Maven deployers is now configurable, closes #​1664
  • 4287112 Use project name in MavenCentral artifact bundle, closes #​1661
  • 7cfd4f4 Fix NPE when resolving staged profiles in dryrun mode

gradle

  • 4ba9b4f MavenCentralMavenDeployer.maxRetries should be an Integer
  • 3b180e8 Honor env vars when resolving select-current-platform flag, closes #​1674

packager

🔄️ Changes

deploy

🛠 Build

  • d01e0d0 Update release announcements
  • daa6353 Deactivate GitHub attestations for early-access releases
  • 4d6c751 Configure GitHub attestations on early-access releases
  • 951b1ea Upgrade to Gradle 8.8
  • 223db09 Temporary disable generation of bach-info metadata

⚙️ Dependencies

  • b0c2766 Update zstd-jni to 1.5.6-3
  • b405bef Update woodstox to 7.0.0
  • f125e3c Update syft to 1.8.0
  • a20ac3a Update spotbugs to 4.8.6
  • 103d65e Update picocli to 4.7.6
  • 2c56bd2 Update mustache to 0.9.13
  • a6beb52 Update mockito to 5.12.0
  • 9f51f46 Update jackson to 2.17.1
  • 6f48207 Update feign to 13.3
  • 96ceeca Update cyclonedx to 0.25.1
  • b826bfd Update commons-net to 3.11.1
  • 3680934 Update commons-jexl to 3.4.0
  • 9c023fa Update commons-compress to 1.26.2
  • a5c4e80 Update commons-codec to 1.17.0
  • 5d28ac5 Update byte-buddy to 1.14.17
  • 9783464 update bouncycastle to 1.78.1
  • e2a1360 Update aws-java-sdk to 2.26.10
  • a0cc504 Update asm to 9.7
  • 678fd34 Update assertj to 3.26.0
  • f9bb9b3 Update junit5 to 5.10.3
  • 96fff9a Update jdks-gradle-plugin to 1.12.0
  • a71a59c Update awaitility to 4.2.1
  • 8c7e874 Update openssf-scorecard to 2.3.3

  • a8daff7 Releasing version 1.13.0
  • fb2a06f feat(assemble) Configurable environment variables in launcher scripts, closes #​1671
  • 659165c Add lagergren as a contributor for code [skip ci]
  • 5be65d2 Bump for next development cycle

Contributors

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

v1.12.0

Compare Source

Binaries

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

Changelog

🚀 Features

core

  • b344024 Add an option to log HTTP network calls via Feign, closes #​1638

deploy

packagers

🐛 Fixes

announce

assemble

  • a8c7f27 Apply replaced platform to working directories and resolved image names, closes #​1642

changelog

core

  • fc98f72 Additional description when a PGP key cannot be resolved, closes #​1626

deploy

  • 0635b83 Check username/password for Nexus2 maven deployer during validation, closes #​1640
  • 1a6b7e6 Check timestamp of signature/checksum files against their source deployable, closes #​1625
  • 8dd315d Nexus2 logged stagingRepositoryId incorrectly

packagers

unscoped

🛠 Build

  • 0ac0d4f Small code cleanup on Bluesky SDK
  • 1c8d2ae Fix smoketests GH workflow
  • f40bfc0 Update release announcements
  • eef73d0 Reformat wiki entries
  • e98f6f9 Update JDK settings
  • 124bd88 Cleanup issues identified by Sonar
  • 17868e6 Setup osx-aarch64 in jreleaser-installer
  • 17f36d7 Explicitly set macos runner to macos-13
  • 43444f0 Fix some issues identified by Sonar
  • ea3fa0b Upgrade to Gradle 8.7
  • d47e0cf Update maven-plugin-development to 0.4.3
  • 9234528 Update codeql GH workflow
  • 411435d Update GH actions
  • 4c7c569 Disable distribution tasks in jreleaser-tool-provider, closes #​1613
  • b57fe3c Ensure reproducibleTimestamp task runs at the right time, closes #​1614
  • e974996 Move flatpack category to 'Development'

📝 Documentation

  • 2d78a56 Add AndriiEagle as a contributor for code [skip ci]
  • e47fca2 Add eins78 as a contributor for code [skip ci]
  • 5696f90 Add joaompinto as a contributor for code [skip ci]
  • ea3f535 Add binary-sequence as a contributor for code [skip ci]

⚙️ Dependencies

  • d802383 Update aws-java-sdk to 2.25.41
  • 103dd86 Update slsa-framework/slsa-github-generator to 2.0.0
  • 8b43e20 Update cyclonedx-gradle-plugin to 1.8.2
  • 6dd09da Update jdks-gradle-plugin to 1.11.0
  • 5bdf248 Update mockito to 5.11.0
  • 37893b2 Update jacoco to 0.8.12
  • dd27840 Update errorprone to 2.26.1
  • 12777aa Update commons-text to 1.12.0
  • 1eecb0c Update aws-java-sdk to 2.25.36
  • 1ecc57e Update maven-annotations to 3.12.0
  • bf38332 Update plexus-component-annotations to 2.2.0
  • f8fbe86 Update plexus-archiver to 4.9.2
  • 8f2e172 Update woodstox to 6.6.2
  • 13a478a Update spotbugs to 4.8.4
  • e766c80 Update zstd-jni to 1.5.6-2
  • e0186e6 Update syft to 1.2.0
  • f844063 Update slf4j to 2.0.13
  • b31ab41 Update tika to 2.9.2
  • bd88986 Update json-smart to 2.5.1
  • f55ad96 Update jsonschema to 4.35.0
  • 22b4e4f Update cosign to 2.2.4
  • f55491c Update commons-io to 1.26.1
  • cc54673 Update commons-compress to 1.26.1
  • 54153c5 update jackson to 2.17.0
  • d63968a Update pomchecker to 1.11.0
  • 548da08 bump slsa-framework/slsa-github-generator to 1.10.0

  • 8f57951 Releasing version 1.12.0
  • 3cf4e51 Bump for next development cycle

Contributors

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

v1.11.0

Compare Source

Binaries

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

Changelog

🚀 Features

assemble

deploy

jdks

  • b0c6661 Allow defining explicit filename for downloaded packages, closes #​1595

packagers

🐛 Fixes

announce

  • 18fd3e9 Use Instant instead LocalDateTime in createdAt to accomplish ISO 8601 and proto datetime format, closes #​1564

assemble

  • 30d4245 Jpackage 21 fails on windows due to missing icons

catalog

changelog

  • 5aca37a Add missing Test category to conventional-commits preset, closes #​1609

jdks

maven

packagers

  • f8329e7 Place winget manifests inside a manifests folder, closes #​1597
  • afc2a15 Set repository defaults after evaluating parent, closes #​1592
  • 45ca041 Inherit skipTemplates property from parent packager, closes #​1584

🔄️ Changes

assemble

  • b1914c9 Update launch scripts
  • e164159 Compress parameter in jlink differs in v21

catalog

  • 67715e7 Ensure SWID tags have reproducible order

core

  • 55f1bc2 Switch to nio API for creating I/O streams

templates

unscoped

  • 06bf27c Fix checkstyle errors
  • 72e9d5d Fix code smells reported by Sonar
  • e905d99 Ensure jreleaser-tool-provider.jar is reproducible
  • 3d9930b Fix Sonar violations

🛠 Build

  • 5563ba1 Update release announcements
  • 4bc8ca7 Setup CODEOWNERS
  • 392bac7 Upgrade to Gradle 8.6
  • ccc2d43 Tweak release configuration
  • ed2b447 Fix Gradle task dependencies (again)
  • a93ee67 Fix native-image GH action
  • dd7cac4 Setup osx-aarch64 and windows-x86_64 native executables
  • 0aeccee Update GH actions
  • 2b91eab More fixes due to Gradle 8 shenanigans
  • 2723337 Configure announcements for jreleaser-appimage
  • 9bd9552 Configure java-archive assembler with SWID tags
  • 375467e Rollback GraalVM settings in smoketest GH workflow
  • a9c01af Rollback assemblies to Java 17
  • f38d0f7 Simplify configuration of setup-graalvm
  • b38541b Update configuration of setup-graal GH action
  • 461de15 Installe latest Wix
  • e8d4975 Update assemblies to Java 21
  • 6516754 Enable SWID on jlink and native-image assemblies
  • 965fafe Fix smoketest settings
  • 0f94ae8 Update GH actions
  • ee87b09 Update copyright in license headers

📝 Documentation

  • b702779 Add rtbad as a contributor for code [skip ci]

⚙️ Dependencies

  • 8374891 Update woodstox to 6.6.1
  • 35c9991 Update syft to 0.105.1
  • bdd3d93 Update spotbugs to 4.8.3
  • c3c5151 Update plexus-archiver to 4.9.1
  • 0aa767b Update download-maven-plugin to 1.8.1
  • 6b4c2f0 Update plexus-utils to 3.5.1
  • a7e380f Update opentest4j to 1.3.0
  • 97f025c Update maven-annotations to 3.11.0
  • abf8cbd Update maven-shared-utils to 3.4.2
  • 290d9bb Update junit-pioneer to 2.2.0
  • 44d64e4 Update json-smart to 2.5.0
  • 83b178d Update jakarta-activation to 2.0.1
  • 96be681 Update httpclient to 4.5.14
  • 140e947 Update greenmail to 2.0.1
  • 640d8ca Update errorprone to 2.25.0
  • 7e27cbd Update cosign to 2.2.3
  • 1007e26 Update commons-compress to 1.26.0
  • 4c18ce6 Update commons-codec to 1.16.1
  • f473aa5 Update classworlds to 2.8.0
  • cdb8aaf Update autolink to 0.10.1
  • 30f3e6f Update aws-java-sdk to 2.24.11
  • 1028f4d Update byte-buddy to 1.14.12
  • e915469 Update assertj to 3.25.3
  • 7774bb8 Update junit5 to 5.10.2
  • 2925e6e Update codeql to 3.24.5
  • 0259c8f Update aws-java-sdk to 2.23.20
  • 95af341 Update sshj to 0.38.0
  • 0a63c5a Update woodstox to 6.6.0
  • 89c2ef4 Update feign to 13.2.1
  • 669f2bc Update classmate to 1.7.0
  • 377c6b8 Set autlink version
  • ed04ffb Update slf4j to 2.0.12
  • ea155df update jsoup to 1.17.2
  • 77a3263 update assertj to 3.25.1
  • bd75171 update syft to 0.101.1
  • d6afe8e update jackson to 2.16.1
  • 3b7cadf update bouncycastle to 1.77
  • fdea3df Update bouncycastle dependencies

  • 5211685 Releasing version 1.11.0
  • 6874a2d Bump for next development cycle

Contributors

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

v1.10.0

Compare Source

Binaries

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

Changelog

🚀 Features

announce

assemble

changelog

core

hooks

packagers

🐛 Fixes

build

changelog

  • b2255dc Automatically hide contributors for excluded labels, closes #​1543

core

packagers

unscoped

🔄️ Changes

deploy

  • bd31408 Additional log messages when verifying deployables

🛠 Build

  • 6456779 Fix Gradle task dependencies
  • 7aa259f Update release announcements [skip ci]
  • d886c42 Update kordamp plugins
  • e3434b4 Upgrade to Gradle 8.5
  • 140b532 Stop Gradle Daemon before cleaning the cache
  • 6ae316f Upgrade to Gradle 8.4
  • 7ad92a2 Let release continue when a packager fails

📝 Documentation

  • 928d988 Add ky0n as a contributor for code
  • 64989be Add seakayone as a contributor for code [skip ci]
  • 6c8d9f7 Add grigala as a contributor for code [skip ci]

⚙️ Dependencies


  • 26f4ef1 Releasing version 1.10.0
  • 08defc1 Bump for next development cycle

Contributors

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

v1.9.0

Compare Source

Binaries

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

Changelog

🚀 Features

core

🐛 Fixes

assemble

changelog

🧰 Tasks

build

🛠 Build

  • 495a5a8 Update release configuration
  • 56f6804 Update release announcements [skip ci]
  • 4eafc36 update actions/checkout to v4

📝 Documentation

  • 2b387cb fix typo in CLA [ci skip]
  • 9a93fdc Add jvalkeal as a contributor for code [skip ci]
  • 1a00ae8 Add lab596 as a contributor for code

⚙️ Dependencies

  • 22fb3ba update commons-compress to 1.24.0
  • 864886d update zstd-jni to 1.5.5-8
  • ce9f4c5 update zstd-jni to 1.5.5-7
  • f214bc2 update commons-net to 3.10.0
  • 1f04bfe update sshj to 0.37.0
  • d4388c3 update mustache to 0.9.11
  • 684f68d update jsonschema to 4.32.0
  • 6407302 Update feign to 13.0
  • ede56c0 update commons-text to 1.11.0
  • 2826af2 update maven-annotations to 3.10.1
  • c0af285 update tika to 2.9.1
  • f18262e update jsoup to 1.16.2
  • 4dff901 update aws-java-sdk to 2.21.10
  • 32e8368 Update codeql to 2.22.5
  • 2cb8332 bump jfrog/frogbot to 2.18.0
  • 0e2de9e Update openssf-scorecard to 2.3.1
  • e4a487d switch bounctycastle to jdk15to18
  • f5bc529 bump bouncycastle to jdk18 & 1.76
  • e21b5f3 bump jfrog/frogbot from to 2.12.4
  • 5eb82ab Update codeql to 2.21.5
  • e5b9267 update junit-pioneer to 2.1.0
  • e094b1f Update slf4j to 2.0.9
  • 5e7e891 update sshj to 0.36.0

  • 383c727 Releasing version 1.9.0
  • f6c5f50 Update cancel-workflow to 0.12.0
  • f7d8a43 Bump for next development cycle

Contributors

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


Configuration

📅 Schedule: 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 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.8.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.9.0 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from bac40cb to 7b7749d Compare November 2, 2023 02:55
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from 7b7749d to 09ae306 Compare January 1, 2024 05:02
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.9.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.10.0 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from 09ae306 to 1aac897 Compare February 17, 2024 16:02
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from 1aac897 to fa7d08f Compare February 29, 2024 14:03
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.10.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.11.0 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from fa7d08f to 7131118 Compare May 1, 2024 16:29
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.11.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.12.0 May 1, 2024
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from 7131118 to 8b0f862 Compare June 30, 2024 13:14
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.12.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.13.1 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from 8b0f862 to c63c490 Compare August 31, 2024 09:49
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.13.1 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.14.0 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/org.jreleaser-jreleaser-maven-plugin-1.x branch from c63c490 to 0bc34dc Compare October 31, 2024 11:38
@renovate renovate bot changed the title Update dependency org.jreleaser:jreleaser-maven-plugin to v1.14.0 Update dependency org.jreleaser:jreleaser-maven-plugin to v1.15.0 Oct 31, 2024
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