Skip to content

Commit e953843

Browse files
Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12 (#1148)
* Bump org.apache.maven:maven-artifact from 3.9.11 to 3.9.12 Bumps org.apache.maven:maven-artifact from 3.9.11 to 3.9.12. --- updated-dependencies: - dependency-name: org.apache.maven:maven-artifact dependency-version: 3.9.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add comment for VersionComparator dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Radek Antoniuk <521838+rantoniuk@users.noreply.github.com>
1 parent 3becfce commit e953843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,11 @@
242242
<groupId>io.jenkins.plugins</groupId>
243243
<artifactId>json-api</artifactId>
244244
</dependency>
245+
<!-- required for VersionComparator -->
245246
<dependency>
246247
<groupId>org.apache.maven</groupId>
247248
<artifactId>maven-artifact</artifactId>
248-
<version>3.9.11</version>
249+
<version>3.9.12</version>
249250
<exclusions>
250251
<!-- Provided by commons-lang3-api plugin -->
251252
<exclusion>

0 commit comments

Comments
 (0)