Skip to content

Commit

Permalink
Merge pull request #127 from YukiInu/jacoco-update
Browse files Browse the repository at this point in the history
Updating Jacoco Maven Plugin
  • Loading branch information
hoegertn authored Sep 15, 2022
2 parents 4083b09 + d864c98 commit 3f97046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* Hazelcast 5.1.3
* XDocReport 2.0.4
* Bouncycastle Provider 1.71.1
* Jacoco Maven Plugin 0.8.8

* Moved Mongo Java Server to optional dependency (in most cases Fake Mongo is not needed or can be added)
* BREAKING: replaced mongobee with Mongock (5.0.36), mostly backwards compatibility but configuration(see Class `MongoDBConfig`) and annotations (@Changelog and @ChangeSet) have to be replaced by Mongock equivalent https://docs.mongock.io/v5/features/legacy-migration/index.html
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6.201602180812</version>
<version>0.8.8</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 3f97046

Please sign in to comment.