Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 8aaa739 commit 5e7974e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>kraken-api-examples</artifactId>

<properties>
<log4j.version>2.23.1</log4j.version>
<log4j.version>2.24.2</log4j.version>
<opencsv.version>5.9</opencsv.version>
</properties>

Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Third-party dependencies -->
<jackson.version>2.17.0</jackson.version>
<lombok.version>1.18.32</lombok.version>
<slf4j.version>2.0.12</slf4j.version>
<jackson.version>2.18.1</jackson.version>
<lombok.version>1.18.36</lombok.version>
<slf4j.version>2.0.16</slf4j.version>
<log4j.version>2.23.0</log4j.version>

<!-- Maven plugins -->
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.2.2</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.11.1</maven-javadoc-plugin.version>
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>

<!-- Third-party plugins -->
<central-publishing-maven-plugin.version>0.4.0</central-publishing-maven-plugin.version>
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
<central-publishing-maven-plugin.version>0.6.0</central-publishing-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5e7974e

Please sign in to comment.