Skip to content

Commit 81ac1d6

Browse files
committed
use jgiven 1.2.5
fixes #95
1 parent c6eab73 commit 81ac1d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.testing</groupId>
66
<artifactId>jgiven-kotlin</artifactId>
7-
<version>1.2.4.1-SNAPSHOT</version>
7+
<version>1.2.5.0-SNAPSHOT</version>
88

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
@@ -17,8 +17,8 @@
1717
<kotlin.version>1.8.10</kotlin.version>
1818
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
1919

20-
<jgiven.version>1.2.4</jgiven.version>
21-
<spring-boot.version>2.7.5</spring-boot.version>
20+
<jgiven.version>1.2.5</jgiven.version>
21+
<spring-boot.version>2.7.8</spring-boot.version>
2222

2323
<!-- TEST -->
2424
<assertj.version>3.24.2</assertj.version>

0 commit comments

Comments
 (0)