diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-02-01 21:15:02 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-02-01 21:15:02 +0200 |
commit | 21a28546dd30197ebd6d307225baf7a86102620b (patch) | |
tree | 34d967e3f051d3c84bec747772db5f785ffdacd0 | |
parent | 36f77cc63d99ee041aeaac280e74e8900abb3367 (diff) | |
download | pf4j-21a28546dd30197ebd6d307225baf7a86102620b.tar.gz pf4j-21a28546dd30197ebd6d307225baf7a86102620b.zip |
Update compile-testing dependency to 0.21.0
-rw-r--r-- | pf4j/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index f66bb62..28fb95c 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -170,7 +170,7 @@ <dependency> <groupId>com.google.testing.compile</groupId> <artifactId>compile-testing</artifactId> - <version>0.18</version> + <version>0.21.0</version> <scope>test</scope> </dependency> </dependencies> |