Skip to content

Commit

Permalink
Upgrade to Maven core 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Mar 11, 2024
1 parent 28543c0 commit 0540fce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.3</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.3</version>
<version>3.8.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -52,7 +52,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.12</version>
</dependency>
</dependencies>

Expand All @@ -72,4 +72,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 0540fce

Please sign in to comment.