Skip to content

Commit d296db5

Browse files
committed
Merge branch 'release/1.2.0'
2 parents e4513d7 + 711edf5 commit d296db5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

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

pom.xml

Lines changed: 11 additions & 11 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.0.1</version>
7+
<version>1.2.0</version>
88

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
@@ -16,10 +16,10 @@
1616
<java.version>11</java.version>
1717
<maven.compiler.source>${java.version}</maven.compiler.source>
1818
<maven.compiler.target>${java.version}</maven.compiler.target>
19-
<kotlin.version>1.5.10</kotlin.version>
19+
<kotlin.version>1.6.10</kotlin.version>
2020
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2121

22-
<jgiven.version>1.0.0</jgiven.version>
22+
<jgiven.version>1.2.0</jgiven.version>
2323
<spring-boot.version>2.3.7.RELEASE</spring-boot.version>
2424

2525
</properties>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>1.7.30</version>
69+
<version>1.7.36</version>
7070
<scope>test</scope>
7171
</dependency>
7272

@@ -190,7 +190,7 @@
190190
<!-- Java compiler -->
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-compiler-plugin</artifactId>
193-
<version>3.8.1</version>
193+
<version>3.10.0</version>
194194
<configuration>
195195
<encoding>${project.build.sourceEncoding}</encoding>
196196
<source>${maven.compiler.source}</source>
@@ -262,7 +262,7 @@
262262
<plugin>
263263
<groupId>org.jetbrains.dokka</groupId>
264264
<artifactId>dokka-maven-plugin</artifactId>
265-
<version>1.4.32</version>
265+
<version>1.6.10</version>
266266
<executions>
267267
<execution>
268268
<id>attach-javadocs</id>
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.codehaus.mojo</groupId>
294294
<artifactId>build-helper-maven-plugin</artifactId>
295-
<version>3.2.0</version>
295+
<version>3.3.0</version>
296296
<executions>
297297
<execution>
298298
<phase>generate-sources</phase>
@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>com.amashchenko.maven.plugin</groupId>
334334
<artifactId>gitflow-maven-plugin</artifactId>
335-
<version>1.16.0</version>
335+
<version>1.18.0</version>
336336
<configuration>
337337
<gitFlowConfig>
338338
<productionBranch>master</productionBranch>
@@ -377,7 +377,7 @@
377377
<!-- Deploy -->
378378
<plugin>
379379
<artifactId>maven-deploy-plugin</artifactId>
380-
<version>3.0.0-M1</version>
380+
<version>3.0.0-M2</version>
381381
<configuration>
382382
<skip>true</skip>
383383
</configuration>
@@ -386,7 +386,7 @@
386386
<plugin>
387387
<groupId>org.sonatype.plugins</groupId>
388388
<artifactId>nexus-staging-maven-plugin</artifactId>
389-
<version>1.6.8</version>
389+
<version>1.6.12</version>
390390
<executions>
391391
<execution>
392392
<id>default-deploy</id>
@@ -415,7 +415,7 @@
415415
<plugin>
416416
<groupId>org.apache.maven.plugins</groupId>
417417
<artifactId>maven-enforcer-plugin</artifactId>
418-
<version>3.0.0-M3</version>
418+
<version>3.0.0</version>
419419
<executions>
420420
<execution>
421421
<id>enforce-maven</id>

0 commit comments

Comments
 (0)