Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 7bc46b8 commit 6a81fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0</log4j.version>
<log4j.version>2.23.1</log4j.version>
<opencsv.version>5.9</opencsv.version>
</properties>

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

<!-- Third-party dependencies -->
<jackson.version>2.16.1</jackson.version>
<lombok.version>1.18.30</lombok.version>
<jackson.version>2.17.0</jackson.version>
<lombok.version>1.18.32</lombok.version>
<slf4j.version>2.0.12</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.1.0</maven-gpg-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>

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

Expand Down

0 comments on commit 6a81fd4

Please sign in to comment.