Skip to content

Commit

Permalink
Kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Dec 26, 2023
1 parent 789cda4 commit a545946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
</properties>
<ciManagement>
<system>GitHub Actions</system>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
</properties>
<ciManagement>
<system>GitHub Actions</system>
Expand Down Expand Up @@ -163,7 +163,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<configuration>
<excludes>
<exclude>**/U$BaseHttpSslSocketFactory*.class</exclude>
Expand Down

0 comments on commit a545946

Please sign in to comment.