Skip to content

Commit e4513d7

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 632a2c8 + 080bcf5 commit e4513d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
env:
4949
OSS_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
5050
OSS_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
51-
51+

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>0.1.0</version>
16+
<version>1.0.0</version>
1717
<scope>test</scope>
1818
</dependency>
1919

pom.xml

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

99
<name>${project.artifactId}</name>
1010
<description>jgiven kotlin extension</description>
@@ -16,7 +16,7 @@
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.4.32</kotlin.version>
19+
<kotlin.version>1.5.10</kotlin.version>
2020
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2121

2222
<jgiven.version>1.0.0</jgiven.version>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.jacoco</groupId>
116116
<artifactId>jacoco-maven-plugin</artifactId>
117-
<version>0.8.6</version>
117+
<version>0.8.7</version>
118118
<executions>
119119
<execution>
120120
<id>pre-unit-test</id>
@@ -262,7 +262,7 @@
262262
<plugin>
263263
<groupId>org.jetbrains.dokka</groupId>
264264
<artifactId>dokka-maven-plugin</artifactId>
265-
<version>1.4.30</version>
265+
<version>1.4.32</version>
266266
<executions>
267267
<execution>
268268
<id>attach-javadocs</id>
@@ -354,7 +354,7 @@
354354
<plugin>
355355
<groupId>org.apache.maven.plugins</groupId>
356356
<artifactId>maven-gpg-plugin</artifactId>
357-
<version>1.6</version>
357+
<version>3.0.1</version>
358358
<configuration>
359359
<gpgArguments>
360360
<arg>--batch</arg>

0 commit comments

Comments
 (0)