Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Update maven-plugin-annotations to 3.8.2 #1345

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ object Dependencies {
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" % Versions.maven
val mavenCore = "org.apache.maven" % "maven-core" % Versions.maven
val mavenEmbedder = "org.apache.maven" % "maven-embedder" % Versions.maven
val mavenPluginAnnotations = "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.4"
val mavenPluginAnnotations = "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.8.2"
val mavenProject = "org.apache.maven" % "maven-project" % "2.2.1"
val mojoExecutor = "org.twdata.maven" % "mojo-executor" % "2.4.0"
val junit = "junit" % "junit" % "4.13.2"
Expand Down