Skip to content

Update dependency maven to v3.9.16 - #21

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/maven-3.x
Open

Update dependency maven to v3.9.16#21
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/maven-3.x

Conversation

@renovate

@renovate renovate Bot commented Jan 24, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
maven (source) 3.6.33.9.16 age confidence

Release Notes

apache/maven (maven)

v3.9.16: 3.9.16

Compare Source

🐛 Bug Fixes

📦 Dependency updates

v3.9.15: 3.9.15

Compare Source

📝 Documentation updates

📦 Dependency updates

v3.9.14: 3.9.14

Compare Source

🐛 Bug Fixes

📦 Dependency updates

v3.9.13: 3.9.13

Compare Source

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

v3.9.12: 3.9.12

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.11: 3.9.11

Compare Source

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

🔧 Build

📦 Dependency updates

v3.9.10: 3.9.10

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

v3.9.6: 3.9.6

Compare Source

Release Notes - Maven - Version 3.9.6

Improvement

  • [MNG-7939] - Allow to exclude plugins from validation

Dependency upgrade

  • [MNG-7913] - Upgrade Sisu version to 0.9.0.M2
  • [MNG-7934] - Upgrade Resolver version to 1.9.18
  • [MNG-7942] - Upgrade to parent POM 41
  • [MNG-7943] - Upgrade default plugin bindings

v3.9.5: 3.9.5

Compare Source

Release Notes - Maven - Version 3.9.5

Bug

  • [MNG-7851] - Error message when modelVersion is 4.0 is confusing

Improvement

  • [MNG-7875] - colorize transfer messages
  • [MNG-7895] - Support ${project.basedir} in file profile activation

Task

  • [MNG-7856] - Maven Resolver Provider classes ctor change
  • [MNG-7870] - Undeprecate wrongly deprecated repository metadata
  • [MNG-7872] - Deprecate org.apache.maven.repository.internal.MavenResolverModule
  • [MNG-7874] - maven-resolver-provider: introduce NAME constants.

Dependency upgrade

  • [MNG-7859] - Update to Resolver 1.9.16

v3.9.4: 3.9.4

Compare Source

Release Notes - Maven - Version 3.9.4

Bug

  • [MNG-7846] - endless loop in DefaultExceptionHandler.getMessage()

Dependency upgrade

  • [MNG-7828] - Bump guava from 31.1-jre to 32.0.1-jre
  • [MNG-7847] - Upgrade to Resolver 1.9.14

Full Changelog: apache/maven@maven-3.9.3...maven-3.9.4

v3.9.3: 3.9.3

Compare Source

Release Notes - Maven - Version 3.9.3

Bug

  • [MNG-7786] - Maven Plugin Validation message is misleading
  • [MNG-7795] - IllegalArgumentException: 'other' has different root during plugin validation
  • [MNG-7796] - Top directory cannot be computed
  • [MNG-7799] - Plugin validation falsely reports there are issues (but shows none)
  • [MNG-7811] - Plugins verification - reports are inconsistent
  • [MNG-7818] - [REGRESSION] maven improperly excludes hamcrest-core from junit
  • [MNG-7819] - Create IT that exercise file locking with snapshots

Improvement

  • [MNG-7698] - Allow comments in .mvn/maven.config
  • [MNG-7785] - Clean usage of SessionData
  • [MNG-7787] - Introduce new options for plugin validation
  • [MNG-7788] - Plugin Validat

Note

PR body was truncated to here.


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 maven to v3.8.7 chore(deps): update dependency maven to v3.9.0 Mar 11, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from c11230c to 262c90e Compare March 11, 2023 01:52
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.0 chore(deps): update dependency maven to v3.9.1 Mar 30, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 262c90e to 2342f5f Compare March 30, 2023 21:53
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.1 chore(deps): update dependency maven to v3.9.2 May 28, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 2342f5f to a98358b Compare May 28, 2023 11:13
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.2 chore(deps): update dependency maven to v3.9.3 Jun 26, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from a98358b to e263a8c Compare June 26, 2023 12:11
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.3 chore(deps): update dependency maven to v3.9.4 Aug 3, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from e263a8c to 4c86081 Compare August 3, 2023 10:59
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.4 chore(deps): update dependency maven to v3.9.5 Oct 4, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 4c86081 to 153ef6b Compare October 4, 2023 21:22
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.5 chore(deps): update dependency maven to v3.9.6 Dec 1, 2023
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 153ef6b to da8e87c Compare December 1, 2023 12:29
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.6 chore(deps): update dependency maven to v3.9.7 May 25, 2024
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from da8e87c to 7988adf Compare May 25, 2024 13:34
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.7 chore(deps): update dependency maven to v3.9.8 Jun 17, 2024
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 7988adf to 072a030 Compare June 17, 2024 10:03
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.8 chore(deps): update dependency maven to v3.9.9 Aug 17, 2024
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 072a030 to 764e080 Compare August 17, 2024 20:29
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.9 chore(deps): update dependency maven to v3.9.10 Jun 6, 2025
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 764e080 to 4136d85 Compare June 6, 2025 21:11
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.10 chore(deps): update dependency maven to v3.9.11 Jul 16, 2025
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 4136d85 to 825f331 Compare July 16, 2025 00:14
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 825f331 to 5a9d023 Compare December 17, 2025 00:50
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.11 chore(deps): update dependency maven to v3.9.12 Dec 17, 2025
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 5a9d023 to d6abcdc Compare March 6, 2026 14:34
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.12 chore(deps): update dependency maven to v3.9.13 Mar 6, 2026
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from d6abcdc to 9bad324 Compare March 12, 2026 13:45
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.13 chore(deps): update dependency maven to v3.9.14 Mar 12, 2026
@renovate renovate Bot changed the title chore(deps): update dependency maven to v3.9.14 Update dependency maven to v3.9.14 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 9bad324 to 7d2382a Compare April 17, 2026 11:37
@renovate renovate Bot changed the title Update dependency maven to v3.9.14 Update dependency maven to v3.9.15 Apr 17, 2026
@renovate
renovate Bot force-pushed the renovate/maven-3.x branch from 7d2382a to 151856e Compare May 17, 2026 21:35
@renovate renovate Bot changed the title Update dependency maven to v3.9.15 Update dependency maven to v3.9.16 May 17, 2026
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