Skip to content

Commit

Permalink
Upgrade Lombok patch version and other optional ones
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 21, 2024
1 parent e43f3d7 commit 6c49b9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.32.4.0</http4k.version>
<http4k.version>5.35.2.0</http4k.version>
<!-- http4k 5.26+ no longer supports Java 1.8 -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
see also: https://github.com/slackapi/java-slack-sdk/issues/1034
-->
<slf4j.version>1.7.36</slf4j.version>
<lombok.version>1.18.34</lombok.version>
<lombok.version>1.18.36</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
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.7</java-websocket.version>
<jedis.version>5.2.0</jedis.version>
<jedis-mock.version>1.1.4</jedis-mock.version>
<jedis-mock.version>1.1.8</jedis-mock.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6c49b9f

Please sign in to comment.