Skip to content

Commit

Permalink
Upgrade kotlin patch verison and other optional ones too
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 3, 2022
1 parent 1765871 commit 488e32e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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>4.25.9.0</http4k.version>
<http4k.version>4.25.13.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
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>3.4.2</micronaut.version>
<micronaut.version>3.4.3</micronaut.version>
<micronaut-test-junit5.version>3.1.1</micronaut-test-junit5.version>
<micronaut-rxjava3.version>2.2.1</micronaut-rxjava3.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
Expand Down
2 changes: 1 addition & 1 deletion bolt-spring-boot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<spring-boot.version>2.6.6</spring-boot.version>
<spring-boot.version>2.6.7</spring-boot.version>
</properties>

<artifactId>bolt-spring-boot-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ url: https://slack.dev
sdkLatestVersion: 1.21.2
okhttpVersion: 4.9.3
slf4jApiVersion: 1.7.33
kotlinVersion: 1.6.20
springBootVersion: 2.6.6
kotlinVersion: 1.6.21
springBootVersion: 2.6.7
compatibleMicronautVersion: 3.x
quarkusVersion: 2.8.0.Final
helidonVersion: 2.5.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<okhttp.version>4.9.3</okhttp.version>
<gson.version>2.9.0</gson.version>
<kotlin.version>1.6.20</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
<slf4j.version>1.7.36</slf4j.version>
<lombok.version>1.18.24</lombok.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
Expand Down

0 comments on commit 488e32e

Please sign in to comment.