Skip to content

Commit

Permalink
Merge pull request #486 from holixon/dependabot/maven/io.toolisticon.…
Browse files Browse the repository at this point in the history
…testing-jgiven-kotlin-2.0.1.0

Bump io.toolisticon.testing:jgiven-kotlin from 1.3.1.0 to 2.0.1.0
  • Loading branch information
zambrovski authored Jan 8, 2025
2 parents fb9f7b7 + 240f8f1 commit 09c1086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bankaccount-jgiven-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>io.toolisticon.testing</groupId>
<artifactId>jgiven-kotlin</artifactId>
<version>1.3.1.0</version>
<version>2.0.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/jgiven/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.toolisticon.testing</groupId>
<artifactId>jgiven-kotlin</artifactId>
<version>1.3.1.0</version>
<version>2.0.1.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- LIBS -->
<axon-bom.version>4.10.4</axon-bom.version>
<jgiven.version>2.0.1</jgiven.version>
<jgiven-kotlin.version>1.3.1.0</jgiven-kotlin.version>
<jgiven-kotlin.version>2.0.1.0</jgiven-kotlin.version>
<slf4j-api.version>2.0.16</slf4j-api.version>

<!-- TEST -->
Expand Down

0 comments on commit 09c1086

Please sign in to comment.