We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eab73 commit 81ac1d6Copy full SHA for 81ac1d6
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.toolisticon.testing</groupId>
6
<artifactId>jgiven-kotlin</artifactId>
7
- <version>1.2.4.1-SNAPSHOT</version>
+ <version>1.2.5.0-SNAPSHOT</version>
8
9
<name>${project.artifactId}</name>
10
<description>jgiven kotlin extension</description>
@@ -17,8 +17,8 @@
17
<kotlin.version>1.8.10</kotlin.version>
18
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
19
20
- <jgiven.version>1.2.4</jgiven.version>
21
- <spring-boot.version>2.7.5</spring-boot.version>
+ <jgiven.version>1.2.5</jgiven.version>
+ <spring-boot.version>2.7.8</spring-boot.version>
22
23
<!-- TEST -->
24
<assertj.version>3.24.2</assertj.version>
0 commit comments