Added generation of random execution context values.

This commit is contained in:
Corneil du Plessis
2023-12-14 15:23:30 +02:00
parent 0fda00af72
commit 76fce1d51e
4 changed files with 28 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.16</version>
<version>2.7.18</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>io.spring</groupId>
@@ -38,6 +38,7 @@
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>[3.1.2,)</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>