Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#65)
bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#66)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Apr 6, 2024
1 parent 000d1c7 commit 0fc9cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -418,7 +418,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 0fc9cef

Please sign in to comment.