Skip to content

Commit

Permalink
HOUSEKEEPING: Increases library dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mguenther committed Dec 22, 2023
1 parent 9cc17ff commit 921cfe5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependencies -->
<kafka.version>3.6.0</kafka.version>
<kafka.version>3.6.1</kafka.version>
<slf4j.version>1.7.36</slf4j.version>
<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.30</lombok.version>
<curator.version>5.5.0</curator.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<assertj.version>3.22.0</assertj.version>
<testcontainers.version>1.17.6</testcontainers.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<assertj.version>3.24.2</assertj.version>
<testcontainers.version>1.19.3</testcontainers.version>
<!-- Asciidoctor dependencies -->
<asciidoctor.version>1.5.4</asciidoctor.version>
<asciidoctor-maven.version>1.5.3</asciidoctor-maven.version>
Expand Down

0 comments on commit 921cfe5

Please sign in to comment.