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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-11 21:45:27 +00:00 committed by GitHub
parent 0c77c84460
commit 97b442ed6e
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>1.8</maven.compiler.source>
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<junit.jupiter.version>5.12.1</junit.jupiter.version>
<junit.jupiter.version>5.12.2</junit.jupiter.version>
<io.cucumber.version>7.22.0</io.cucumber.version>
<org.mockito.version>5.17.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.1</version>
<version>1.12.2</version>
<scope>test</scope>
</dependency>
@ -212,7 +212,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.12.1</version>
<version>5.12.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>