Skip to content

Commit

Permalink
fix(deps): migrate from maven-project to maven-core v3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Mar 17, 2024
1 parent dfb6732 commit 7a208dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/maven/citrus-maven-plugin/pom.xml
Expand Up @@ -39,8 +39,8 @@

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.2.1</version>
<artifactId>maven-core</artifactId>
<version>3.9.6</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 7a208dc

Please sign in to comment.