Skip to content

Commit dc79375

Browse files
committed
Merge branch 'release/1.2.3.0'
2 parents 7aac70c + 7ea2273 commit dc79375

File tree

2 files changed

+15
-26
lines changed

2 files changed

+15
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Extensions that make working with the JVM BDD testing tool [jgiven](https://jgiv
1414
<dependency>
1515
<groupId>io.toolisticon.testing</groupId>
1616
<artifactId>jgiven-kotlin</artifactId>
17-
<version>1.2.2</version>
17+
<version>1.2.3.0</version>
1818
<scope>test</scope>
1919
</dependency>
2020

pom.xml

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,29 @@
44

55
<groupId>io.toolisticon.testing</groupId>
66
<artifactId>jgiven-kotlin</artifactId>
7-
<version>1.2.2.1</version>
7+
<version>1.2.3.0</version>
88

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
1111
<url>https://github.com/toolisticon/jgiven-kotlin/</url>
1212

1313
<properties>
14-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1614
<java.version>11</java.version>
1715
<maven.compiler.source>${java.version}</maven.compiler.source>
1816
<maven.compiler.target>${java.version}</maven.compiler.target>
19-
<kotlin.version>1.7.10</kotlin.version>
17+
<kotlin.version>1.7.20</kotlin.version>
2018
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2119

22-
<jgiven.version>1.2.2</jgiven.version>
23-
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
20+
<jgiven.version>1.2.3</jgiven.version>
21+
<spring-boot.version>2.7.4</spring-boot.version>
2422

2523
<!-- TEST -->
2624
<assertj.version>3.23.1</assertj.version>
25+
26+
<!-- MAVEN -->
27+
<project.encoding>UTF-8</project.encoding>
28+
<project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding>
29+
<project.reporting.outputEncoding>${project.encoding}</project.reporting.outputEncoding>
2730
</properties>
2831

2932
<dependencyManagement>
@@ -75,26 +78,12 @@
7578
<dependency>
7679
<groupId>org.slf4j</groupId>
7780
<artifactId>slf4j-simple</artifactId>
78-
<version>1.7.36</version>
81+
<version>2.0.3</version>
7982
<scope>test</scope>
8083
</dependency>
8184

8285
</dependencies>
8386

84-
<repositories>
85-
<repository>
86-
<releases>
87-
<enabled>true</enabled>
88-
</releases>
89-
<snapshots>
90-
<enabled>false</enabled>
91-
</snapshots>
92-
<id>bintray.kotlin.eap</id>
93-
<name>Bintray Kotlin EAP Repository</name>
94-
<url>https://dl.bintray.com/kotlin/kotlin-eap</url>
95-
</repository>
96-
</repositories>
97-
9887
<build>
9988
<defaultGoal>clean jacoco:prepare-agent package</defaultGoal>
10089

@@ -237,7 +226,7 @@
237226
<!-- resources -->
238227
<groupId>org.apache.maven.plugins</groupId>
239228
<artifactId>maven-resources-plugin</artifactId>
240-
<version>3.2.0</version>
229+
<version>3.3.0</version>
241230
<configuration>
242231
<encoding>${project.build.sourceEncoding}</encoding>
243232
</configuration>
@@ -271,7 +260,7 @@
271260
<plugin>
272261
<groupId>org.jetbrains.dokka</groupId>
273262
<artifactId>dokka-maven-plugin</artifactId>
274-
<version>1.7.10</version>
263+
<version>1.7.20</version>
275264
<executions>
276265
<execution>
277266
<id>attach-javadocs</id>
@@ -341,7 +330,7 @@
341330
<plugin>
342331
<groupId>com.amashchenko.maven.plugin</groupId>
343332
<artifactId>gitflow-maven-plugin</artifactId>
344-
<version>1.18.0</version>
333+
<version>1.19.0</version>
345334
<configuration>
346335
<gitFlowConfig>
347336
<productionBranch>master</productionBranch>
@@ -417,7 +406,7 @@
417406
<!-- Install -->
418407
<plugin>
419408
<artifactId>maven-install-plugin</artifactId>
420-
<version>3.0.0</version>
409+
<version>3.0.1</version>
421410
</plugin>
422411

423412
<!-- Enforce -->

0 commit comments

Comments
 (0)