Skip to content

Commit

Permalink
Merge pull request #94 from objectionary/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update kotlin monorepo to v1.7.21
  • Loading branch information
OlesiaSub authored Nov 16, 2022
2 parents ebc8c55 + 27e9fcf commit 89a0779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SOFTWARE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.7.20</kotlin.version>
<kotlin.version>1.7.21</kotlin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<diktat-check.version>1.2.4.2</diktat-check.version>
Expand Down Expand Up @@ -273,7 +273,7 @@ SOFTWARE.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>1.7.20</version>
<version>1.7.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 89a0779

Please sign in to comment.