aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-12 14:03:35 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-12 14:03:35 +0700
commitbd1efcf9a5fbd17aa277c720c4d378e7e3cf0ff1 (patch)
tree11e1326cc23e5a3a0beb2984b01d4bf4f4304ca1
parent57350269423de6efcaf42e2f06825110afef4612 (diff)
downloadaspectj-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8ba2e0299..d372ccab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>