Skip to content

Commit

Permalink
Merge branch 'main' into refactor-to-use-immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Jul 29, 2024
2 parents 63e011b + 2180512 commit 6c9050d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>3.7.1</kafka.version>
<kafka.version>3.8.0</kafka.version>
<maven-surefire.version>3.3.1</maven-surefire.version>
<prometheus.version>1.3.1</prometheus.version>
</properties>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>no.shhsoft</groupId>
<artifactId>k3a-embedded</artifactId>
<version>0.5.4+${kafka.version}</version>
<version>0.5.5+${kafka.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6c9050d

Please sign in to comment.