Skip to content

Commit

Permalink
armeria: updates to 1.27.1 and changes to armeria-brave6
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Feb 8, 2024
1 parent 37612f7 commit 08d41d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions armeria-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<jre.version>21</jre.version>
<maven.compiler.release>8</maven.compiler.release>

<armeria.version>1.27.0</armeria.version>
<armeria.version>1.27.1</armeria.version>
<kafka.version>3.6.1</kafka.version>
</properties>

Expand All @@ -38,7 +38,7 @@
<!-- Instruments the underlying Armeria requests -->
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-brave</artifactId>
<artifactId>armeria-brave6</artifactId>
</dependency>
<!-- Instruments the underlying Kafka APIs -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions armeria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<jre.version>21</jre.version>
<maven.compiler.release>8</maven.compiler.release>

<armeria.version>1.27.0</armeria.version>
<armeria.version>1.27.1</armeria.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -75,7 +75,7 @@
<!-- Instruments the underlying Armeria requests -->
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-brave</artifactId>
<artifactId>armeria-brave6</artifactId>
</dependency>
<!-- Optionally look up Zipkin with Eureka -->
<dependency>
Expand Down

0 comments on commit 08d41d7

Please sign in to comment.