Skip to content

Commit

Permalink
deps: updates to brave 5.16.0 (#95)
Browse files Browse the repository at this point in the history
* updates to brave 5.16.0
* matches kafka version with brave

Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Dec 15, 2023
1 parent 7c3d4ce commit 8b6cd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armeria-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.release>8</maven.compiler.release>

<armeria.version>1.6.0</armeria.version>
<kafka.version>2.7.0</kafka.version>
<kafka.version>3.4.0</kafka.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<brave.version>5.13.3</brave.version>
<brave.version>5.16.0</brave.version>

<!-- The JRE used in Docker images can be higher than ${maven.compiler.release}. -->
<jre.version>SET MANUALLY IN PROJECTS</jre.version>
Expand Down

0 comments on commit 8b6cd73

Please sign in to comment.