File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4848 env :
4949 OSS_CENTRAL_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
5050 OSS_CENTRAL_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
51-
51+
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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>
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments