Skip to content

Commit

Permalink
[Snyk] Upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0 (#…
Browse files Browse the repository at this point in the history
…167)

* fix: upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0

Snyk has created this PR to upgrade org.apache.maven:maven-plugin-api from 3.8.7 to 3.9.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.maven/maven-plugin-api/

See this project in Snyk:
https://app.snyk.io/org/spotify-foss/project/c9cb7045-0744-4928-a764-5614b672ccad?utm_source=github&utm_medium=referral&page=upgrade-pr

* bump maven-core and maven-compat to latest version as well

---------

Co-authored-by: Klara <klaraw@spotify.com>
Co-authored-by: Caesar Ralf Franz Hoppen <caesar.ralf@gmail.com>
  • Loading branch information
3 people committed Sep 22, 2023
1 parent 4bbc48a commit a05c27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.7</version>
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down Expand Up @@ -109,13 +109,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>3.3.9</version>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a05c27c

Please sign in to comment.