Bump org.junit.jupiter:junit-jupiter-api from 5.12.2 to 5.13.0 (#1149)

This commit is contained in:
Harald Kuhr 2025-06-06 13:03:03 +02:00 committed by GitHub
parent 867a46d281
commit 0e752a2d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,11 @@
Contributions to TwelveMonkeys and code that doesn't fit anywhere else. Contributions to TwelveMonkeys and code that doesn't fit anywhere else.
</description> </description>
<properties>
<junit.jupiter.version>5.13.0</junit.jupiter.version>
</properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.twelvemonkeys.common</groupId> <groupId>com.twelvemonkeys.common</groupId>
@ -64,13 +69,13 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId> <artifactId>junit-jupiter-engine</artifactId>
<version>5.12.2</version> <version>${junit.jupiter.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
<version>5.12.2</version> <version>${junit.jupiter.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>