Skip to content

Update dependency org.apache.maven:maven-artifact to v3.9.16#129

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

Update dependency org.apache.maven:maven-artifact to v3.9.16#129
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/org.apache.maven-maven-artifact-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven:maven-artifact (source) 3.9.03.9.16 age confidence

Release Notes

apache/maven (org.apache.maven:maven-artifact)

v3.9.16: 3.9.16

🐛 Bug Fixes

📦 Dependency updates

v3.9.15: 3.9.15

📝 Documentation updates

📦 Dependency updates

v3.9.14: 3.9.14

🐛 Bug Fixes

📦 Dependency updates

v3.9.13: 3.9.13

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

v3.9.12: 3.9.12

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

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

v3.9.6: 3.9.6

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

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

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

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 Validation Report should be printed before build summary
  • [MNG-7789] - Plugin Dependency Validations use wrong data set
  • [MNG-7806] - Plugins verification - remove used in module(s) report
  • [MNG-7823] - Make plugin validation level parsing more consistent

Task

  • [MNG-5987] - Document the algorithm calculating the order of plugin executions inside a phase.
  • [MNG-7743] - Make the build work on JDK 20
  • [MNG-7790] - Update lifecycle plugins
  • [MNG-7791] - Split validation issues into "user actionable" and "plugin dev actionable"
  • [MNG-7797] - Return BRIEF mode, simply map it onto SUMMARY
  • [MNG-7807] - Update Super POM plugins

Dependency upgrade

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.

@yegor256
Copy link
Copy Markdown
Member

@rultor please, try to merge

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 18, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Copy Markdown
Contributor

rultor commented Mar 18, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 2min)


    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
warnings found and -Werror specified

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1310)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:183)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
\u001b[0m\u001b[0mcontainer d9de062f1572a7e833b3030d92d880203353a9c384d421b5a06385f80598872e is dead
Sat 18 Mar 2023 12:43:16 PM CET

@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.1 Update dependency org.apache.maven:maven-artifact to v3.9.2 May 11, 2023
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 9d8f732 to d0519b1 Compare May 11, 2023 10:20
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.2 Update dependency org.apache.maven:maven-artifact to v3.9.3 Jun 26, 2023
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from d0519b1 to ed7fbdd Compare June 26, 2023 14:56
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.3 Update dependency org.apache.maven:maven-artifact to v3.9.4 Aug 3, 2023
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from ed7fbdd to 15051fc Compare August 3, 2023 10:19
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.4 Update dependency org.apache.maven:maven-artifact to v3.9.5 Oct 4, 2023
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 15051fc to 321d07e Compare October 4, 2023 22:20
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.5 Update dependency org.apache.maven:maven-artifact to v3.9.6 Dec 1, 2023
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 321d07e to e3fb31a Compare December 1, 2023 19:04
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.6 Update dependency org.apache.maven:maven-artifact to v3.9.7 May 25, 2024
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from e3fb31a to d03d4bf Compare May 25, 2024 13:22
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.7 Update dependency org.apache.maven:maven-artifact to v3.9.8 Jun 17, 2024
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from d03d4bf to 75be286 Compare June 17, 2024 09:24
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.8 Update dependency org.apache.maven:maven-artifact to v3.9.9 Aug 17, 2024
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 75be286 to 043a478 Compare August 17, 2024 20:30
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 043a478 to e920087 Compare March 3, 2025 12:48
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.9 Update dependency org.apache.maven:maven-artifact to v3.9.10 Jun 5, 2025
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from e920087 to 8521ed9 Compare June 5, 2025 22:11
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.10 Update dependency org.apache.maven:maven-artifact to v3.9.11 Jul 16, 2025
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 8521ed9 to db12138 Compare July 16, 2025 03:44
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from db12138 to 3cef0e9 Compare October 21, 2025 22:37
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 3cef0e9 to d444b28 Compare December 17, 2025 04:12
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.11 Update dependency org.apache.maven:maven-artifact to v3.9.12 Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from d444b28 to 48fc43d Compare February 2, 2026 19:30
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 48fc43d to e92b0e9 Compare March 6, 2026 14:11
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.12 Update dependency org.apache.maven:maven-artifact to v3.9.13 Mar 6, 2026
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.13 Update dependency org.apache.maven:maven-artifact to v3.9.14 Mar 12, 2026
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from e92b0e9 to 90a8e34 Compare March 12, 2026 14:04
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 90a8e34 to 4bc511a Compare April 1, 2026 17:47
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 4bc511a to 59e50fa Compare April 17, 2026 11:03
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.14 Update dependency org.apache.maven:maven-artifact to v3.9.15 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 59e50fa to 74fae4d Compare May 14, 2026 16:31
@renovate renovate Bot force-pushed the renovate/org.apache.maven-maven-artifact-3.x branch from 74fae4d to a3be95c Compare May 17, 2026 21:28
@renovate renovate Bot changed the title Update dependency org.apache.maven:maven-artifact to v3.9.15 Update dependency org.apache.maven:maven-artifact 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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants