Skip to content

Commit

Permalink
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8…
Browse files Browse the repository at this point in the history
….12 (#1390)

Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
  • Loading branch information
renovate-bot and alicejli committed May 2, 2024
1 parent 1b4b62b commit f601f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>jacoco-check</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f601f3a

Please sign in to comment.