Explorar el Código

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>
tags/V1_9_7_M2
Alexander Kriegisch hace 3 años
padre
commit
bd1efcf9a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar