diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-12 14:03:35 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-12 14:03:35 +0700 |
commit | bd1efcf9a5fbd17aa277c720c4d378e7e3cf0ff1 (patch) | |
tree | 11e1326cc23e5a3a0beb2984b01d4bf4f4304ca1 | |
parent | 57350269423de6efcaf42e2f06825110afef4612 (diff) | |
download | aspectj-bd1efcf9a5fbd17aa277c720c4d378e7e3cf0ff1.tar.gz aspectj-bd1efcf9a5fbd17aa277c720c4d378e7e3cf0ff1.zip |
Upgrade JUnit BoM to 5.7.1
We are not using Jupiter yet, but this is nice to have for the future.
Thanks to @larsgrefer for his initiative to prepare AspectJ for
JUnit Jupiter and for his other PR which also contains the same change
in the parent POM. :-)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> - <version>5.6.2</version> + <version>5.7.1</version> <type>pom</type> <scope>import</scope> </dependency> |