Skip to content

Commit

Permalink
Upgrade dev/optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jul 3, 2024
1 parent 0745ad5 commit 115e7d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.23.0.0</http4k.version>
<http4k.version>5.24.0.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.11</ktor.version>
<ktor.version>2.3.12</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 @@ -13,7 +13,7 @@
<micronaut.version>4.5.3</micronaut.version>
<micronaut-test-junit5.version>4.3.0</micronaut-test-junit5.version>
<micronaut-rxjava3.version>3.4.0</micronaut-rxjava3.version>
<junit5-jupiter.version>5.10.2</junit5-jupiter.version>
<junit5-jupiter.version>5.10.3</junit5-jupiter.version>
<!-- Note that upgrading this library breaks other dependency resolution -->
<mockito-all.version>1.10.19</mockito-all.version>
<jakarta.inject.version>2.0.1.MR</jakarta.inject.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
see also: https://github.com/slackapi/java-slack-sdk/issues/1034
-->
<slf4j.version>1.7.36</slf4j.version>
<lombok.version>1.18.32</lombok.version>
<lombok.version>1.18.34</lombok.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<delombok.output>target/generated-sources-for-javadocs</delombok.output>

Expand Down

0 comments on commit 115e7d3

Please sign in to comment.