fix(deps): update junit5 monorepo (#1467)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-30 21:02:38 +00:00 committed by GitHub
parent 50a6b168a7
commit f8260a1c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.12.2</junit.jupiter.version>
<junit.jupiter.version>5.13.0</junit.jupiter.version>
<io.cucumber.version>7.23.0</io.cucumber.version>
<org.mockito.version>5.18.0</org.mockito.version>
<!-- exclusion expression for e2e tests -->
@ -125,7 +125,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>1.12.2</version>
<version>1.13.0</version>
<scope>test</scope>
</dependency>
@ -212,7 +212,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.12.2</version>
<version>5.13.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>