]> source.dussan.org Git - aspectj.git/commitdiff
Upgrade JUnit BoM to 5.7.1
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 12 Apr 2021 07:03:35 +0000 (14:03 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 12 Apr 2021 07:03:35 +0000 (14:03 +0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8ba2e0299b8577ca3f12d171008ea3dbb136facf..d372ccab2454a9f562cb0822704bb26eee87dbc4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>