Skip to content

Commit 88bd795

Browse files
committed
Merge branch 'release/1.2.5.0'
2 parents 1a806e2 + 94a771a commit 88bd795

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 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.0</version>
7+
<version>1.2.5.0</version>
88

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
@@ -14,14 +14,14 @@
1414
<java.version>11</java.version>
1515
<maven.compiler.source>${java.version}</maven.compiler.source>
1616
<maven.compiler.target>${java.version}</maven.compiler.target>
17-
<kotlin.version>1.7.20</kotlin.version>
17+
<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 -->
24-
<assertj.version>3.23.1</assertj.version>
24+
<assertj.version>3.24.2</assertj.version>
2525

2626
<!-- MAVEN -->
2727
<project.encoding>UTF-8</project.encoding>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>ch.qos.logback</groupId>
8080
<artifactId>logback-classic</artifactId>
81-
<version>1.4.4</version>
81+
<version>1.4.5</version>
8282
<scope>test</scope>
8383
</dependency>
8484

@@ -375,7 +375,7 @@
375375
<!-- Deploy -->
376376
<plugin>
377377
<artifactId>maven-deploy-plugin</artifactId>
378-
<version>3.0.0</version>
378+
<version>3.1.0</version>
379379
<configuration>
380380
<skip>true</skip>
381381
</configuration>
@@ -406,14 +406,14 @@
406406
<!-- Install -->
407407
<plugin>
408408
<artifactId>maven-install-plugin</artifactId>
409-
<version>3.0.1</version>
409+
<version>3.1.0</version>
410410
</plugin>
411411

412412
<!-- Enforce -->
413413
<plugin>
414414
<groupId>org.apache.maven.plugins</groupId>
415415
<artifactId>maven-enforcer-plugin</artifactId>
416-
<version>3.1.0</version>
416+
<version>3.2.1</version>
417417
<executions>
418418
<execution>
419419
<id>enforce-maven</id>

0 commit comments

Comments
 (0)