Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.6.3 -> 3.12.0 age confidence
org.apache.maven.plugins:maven-gpg-plugin (source) 3.2.0 -> 3.2.8 age confidence
org.apache.maven.plugins:maven-compiler-plugin (source) 3.12.1 -> 3.14.1 age confidence
org.apache.maven.plugins:maven-plugin-plugin (source) 3.11.0 -> 3.15.2 age confidence
org.apache.maven.plugins:maven-checkstyle-plugin (source) 3.3.1 -> 3.6.0 age confidence
org.apache.maven.resolver:maven-resolver-transport-http (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-transport-file (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-connector-basic (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-impl (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-util (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-spi (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.resolver:maven-resolver-api (source) 1.9.18 -> 1.9.24 age confidence
org.apache.maven.plugins:maven-pmd-plugin (source) 3.21.2 -> 3.28.0 age confidence
org.apache.maven:maven-resolver-provider (source) 3.9.6 -> 3.9.11 age confidence
org.apache.maven:maven-model (source) 3.9.6 -> 3.9.11 age confidence
org.apache.maven:maven-core (source) 3.9.6 -> 3.9.11 age confidence
org.apache.maven:maven-plugin-api (source) 3.9.6 -> 3.9.11 age confidence
org.apache.maven:maven-compat (source) 3.9.6 -> 3.9.11 age confidence
org.apache.maven.plugin-tools:maven-plugin-annotations (source) 3.11.0 -> 3.15.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apache/maven (org.apache.maven:maven-resolver-provider)

v3.9.11: 3.9.11

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.10: 3.9.10

Release Notes - Maven - Version 3.9.10

Bug

  • [MNG-8096] - Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures
  • [MNG-8169] - MINGW support requires --add-opens java.base/java.lang=ALL-UNNAMED
  • [MNG-8170] - Maven 3.9.8 contains weird native library for Jansi on Windows/arm64
  • [MNG-8211] - Maven should fail builds that use CI Friendly versions but have no values set
  • [MNG-8248] - WARNING: A restricted method in java.lang.System has been called
  • [MNG-8256] - ProjectDependencyGraph bug: in case of filtering, non-direct module links are lost
  • [MNG-8315] - Failure of mvn.cmd if a .mvn directory is located at drive root
  • [MNG-8396] - Maven takes forever to resume
  • [MNG-8711] - "Duplicate artifact" in LifecycleDependencyResolver

Improvement

  • [MNG-8370] - Introduce maven.repo.local.head
  • [MNG-8399] - JDK 24+ issues warning about usage of sun.misc.Unsafe
  • [MNG-8707] - Add methods to remove compile and test source roots
  • [MNG-8712] - improve dependency version explanation: it&#​39;s a requirement, not always effective version
  • [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding
  • [MNG-8722] - Use a single standalone version of asm
  • [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors
  • [MNG-8734] - Simplify scripting like "get project version" cases

Task

  • [MNG-8728] - Bump Eclipse Sisu from 0.9.0.M3 to 0.9.0.M4 and use Java 24 on CI

Dependency upgrade

  • [MNG-8289] - Update Plexus annotations to 2.2.0
  • [MNG-8443] - Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre
  • [MNG-8531] - Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0
  • [MNG-8532] - Bump commons-io:commons-io from 2.16.1 to 2.18.0
  • [MNG-8534] - Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.2.1
  • [MNG-8635] - Bump com.google.guava:failureaccess from 1.0.2 to 1.0.3
  • [MNG-8636] - Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre
  • [MNG-8640] - Bump org.apache.maven:maven-parent from 43 to 44
  • [MNG-8661] - Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre
  • [MNG-8701] - Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28
  • [MNG-8702] - Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 2.9.0
  • [MNG-8703] - Bump commons-io:commons-io from 2.18.0 to 2.19.0
  • [MNG-8704] - Bump com.google.guava:guava from 33.4.6-jre to 33.4.8-jre
  • [MNG-8705] - Bump commons-jxpath:commons-jxpath from 1.3 to 1.4.0
  • [MNG-8706] - Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
  • [MNG-8715] - Bump org.fusesource.jansi:jansi from 2.4.1 to 2.4.2
  • [MNG-8716] - Bump resolver to 1.9.23
  • [MNG-8745] - Bump xmlunitVersion from 2.10.0 to 2.10.2

What's Changed

New Contributors

Full Changelog: apache/maven@maven-3.9.9...maven-3.9.10

v3.9.9: 3.9.9

Release Notes - Maven - Version 3.9.9

Bug

  • [MNG-8159] - Fix search for topDirectory when using -f / --file for Maven 3.9.x
  • [MNG-8165] - Maven does not find extensions for -f when current dir is root
  • [MNG-8177] - Warning "&#​39;dependencyManagement.dependencies.dependency.systemPath&#​39; for com.sun:tools:jar refers to a non-existing file C:\Temp\jdk-11.0.23\..\lib\tools.jar"
  • [MNG-8178] - Profile activation based on OS properties is broken for "mvn site"
  • [MNG-8180] - Resolver will blindly assume it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR
  • [MNG-8182] - Missing or mismatching Trusted Checksum for some artifacts is not properly reported
  • [MNG-8188] - [REGRESSION] Property not resolved in profile pluginManagement

Task

  • [MNG-8206] - Remove Maven 2.1 (v 2.0) compatibility bits

Dependency upgrade

What's Changed

New Contributors

Full Changelog: apache/maven@maven-3.9.8...maven-3.9.9

v3.9.8: 3.9.8

Release Notes - Maven - Version 3.9.8

Bug

  • [MNG-7758] - o.e.aether.resolution.ArtifactResolutionException incorrectly examined when multiple repositories are involved
  • [MNG-8066] - Maven hangs on self-referencing exceptions
  • [MNG-8116] - Plugin configuration can randomly fail in case of method overloading as it doesn&#​39;t take into account implementation attribute
  • [MNG-8131] - Property replacement in dependency pom no longer works
  • [MNG-8135] - Profile activation based on OS properties is no longer case insensitive
  • [MNG-8142] - If JDK profile activator gets "invalid" JDK version for whatever reason, it chokes but does not tell why
  • [MNG-8147] - Profile interpolation broke their evaluation in case of duplicate IDs

Improvement

  • [MNG-7902] - Sort plugins in validation report
  • [MNG-8140] - When a model is discarded (by model builder) for whatever reason, show why it happened
  • [MNG-8141] - Model Builder should report if not sure about "fully correct" outcome
  • [MNG-8150] - Make SimplexTransferListener handle absent source/target files

Task

Dependency upgrade

  • [MNG-8136] - Update to Eclipse Sisu 0.9.0.M3
  • [MNG-8143] - Update to commons-cli 1.8.0
  • [MNG-8144] - Update to Guava 32.2.1-jre
  • [MNG-8154] - Upgrade default plugin bindings

What's Changed

Full Changelog: apache/maven@maven-3.9.7...maven-3.9.8

v3.9.7: 3.9.7

Release Notes - Maven - Version 3.9.7

Bug

  • [MNG-8106] - Maven Metadata corruption if repository directory role overlaps
  • [MNG-8121] - NullPointerException at org.apache.maven.artifact.repository.metadata.Metadata.merge (Metadata.java:293)

New Feature

  • [MNG-5726] - Update OS Activation To Allow Wildcards In OS Version
  • [MNG-8030] - Backport: Add ability to ignore dependency repositories: mvn -itr

Improvement

  • [MNG-8019] - Streamline update policy of pluginRepository/repository of Maven Central in Super POM
  • [MNG-8029] - improve documentation of mirror in settings
  • [MNG-8031] - Backport: Make Maven transfer listener used with Resolver more concurrent friendly
  • [MNG-8081] - default profile activation should consider available system and user properties
  • [MNG-8085] - swtich from png+imagemap to svg
  • [MNG-8117] - Improve prerequisite evaluation and plugin version selection logging

Task

  • [MNG-7309] - Remove redundant MojoDescriptor parameterMap
  • [MNG-8011] - Minimize and make generic the README.txt
  • [MNG-8055] - Investigate possible solutions for build number diffs on deploy

Dependency upgrade

  • [MNG-8094] - Resolver 1.9.19
  • [MNG-8100] - Upgrade default plugin bindings
  • [MNG-8101] - Upgrade Parent to 42
  • [MNG-8109] - Resolver 1.9.20
  • [MNG-8115] - Upgrade minimal set of dependencies
  • [MNG-8125] - (build) Bump buildhelper-maven-plugin to 3.6.0 (was 3.4.0)
  • [MNG-8126] - Bump logback classic to 1.2.13 (was 1.2.12)
  • [MNG-8127] - Bump guava to 33.2.0-jre

What's Changed

New Contributors

Full Changelog: apache/maven@maven-3.9.6...maven-3.9.7


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from blacelle as a code owner April 19, 2024 13:07
@renovate renovate bot added the renovate label Apr 19, 2024
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from 53964c3 to 0e94f31 Compare April 25, 2024 07:25
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from d27976f to 1c11f7d Compare May 5, 2024 19:45
@renovate renovate bot force-pushed the renovate/mvn branch 3 times, most recently from 69915da to 5ff4b78 Compare May 31, 2024 22:23
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from 649d8b5 to cfc4646 Compare June 11, 2024 18:23
@renovate renovate bot force-pushed the renovate/mvn branch from d02dd83 to e843640 Compare July 5, 2024 20:46
@renovate renovate bot force-pushed the renovate/mvn branch 4 times, most recently from 8b15fe6 to c5c2c09 Compare July 20, 2024 11:37
@renovate renovate bot force-pushed the renovate/mvn branch 4 times, most recently from c958e53 to 9bdafd8 Compare July 24, 2024 09:44
@renovate renovate bot force-pushed the renovate/mvn branch 4 times, most recently from 9eabc64 to 13ba7d0 Compare July 27, 2024 12:37
@renovate renovate bot force-pushed the renovate/mvn branch from 8724a22 to 71e8015 Compare July 2, 2025 13:38
@renovate renovate bot changed the title Update mvn fix(deps): update mvn Jul 11, 2025
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from bafedb1 to 5731805 Compare July 11, 2025 07:23
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from 00eb88f to a025fd1 Compare July 11, 2025 07:29
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from ff26645 to 978a66b Compare July 15, 2025 21:19
@renovate renovate bot force-pushed the renovate/mvn branch 2 times, most recently from a6b0b4d to 804282b Compare July 15, 2025 21:51
@renovate renovate bot force-pushed the renovate/mvn branch 4 times, most recently from 0384f7a to e929afe Compare September 22, 2025 04:43
@renovate renovate bot force-pushed the renovate/mvn branch 7 times, most recently from 54f5a12 to 51d59b8 Compare September 29, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants