Skip to content

Commit

Permalink
Uprade kotlin patch version and a few optional others too
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 10, 2024
1 parent f894dea commit 108ee61
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.16.2.0</http4k.version>
<http4k.version>5.18.2.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<ktor.version>2.3.10</ktor.version>
<ktor.version>2.3.11</ktor.version>
</properties>

<pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion bolt-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<micronaut.version>4.4.6</micronaut.version>
<micronaut.version>4.4.9</micronaut.version>
<micronaut-test-junit5.version>4.3.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.3.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.10.2</junit5-jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<okhttp.version>4.12.0</okhttp.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<!-- Allow use by clients on earlier versions of Kotlin-->
<kotlin.compiler.apiVersion>1.6</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.6</kotlin.compiler.languageVersion>
Expand Down
2 changes: 1 addition & 1 deletion slack-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tyrus-standalone-client.version>1.20</tyrus-standalone-client.version>
<java-websocket.version>1.5.6</java-websocket.version>
<jedis.version>5.1.2</jedis.version>
<jedis-mock.version>1.1.0</jedis-mock.version>
<jedis-mock.version>1.1.1</jedis-mock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 108ee61

Please sign in to comment.