Skip to content

Commit

Permalink
updates to latest zipkin-reporter and armeria (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt authored Feb 26, 2024
1 parent 612b1e0 commit 130e22d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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.1</armeria.version>
<armeria.version>1.27.2</armeria.version>
<kafka.version>3.6.1</kafka.version>
</properties>

Expand Down
14 changes: 7 additions & 7 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.1</armeria.version>
<armeria.version>1.27.2</armeria.version>
</properties>

<dependencies>
Expand All @@ -35,39 +35,39 @@
</exclusion>
</exclusions>
</dependency>
<!-- temporary until netty includes https://github.com/netty/netty/pull/13724 -->
<!-- temporary until netty-4.1.108.Final -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.62.Final</version>
<version>2.0.63.Final</version>
<classifier>linux-x86_64</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.62.Final</version>
<version>2.0.63.Final</version>
<classifier>linux-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.62.Final</version>
<version>2.0.63.Final</version>
<classifier>osx-x86_64</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.62.Final</version>
<version>2.0.63.Final</version>
<classifier>osx-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.62.Final</version>
<version>2.0.63.Final</version>
<classifier>windows-x86_64</classifier>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion parent-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<brave.version>6.0.0</brave.version>
<zipkin-reporter.version>3.2.1</zipkin-reporter.version>
<zipkin-reporter.version>3.3.0</zipkin-reporter.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 130e22d

Please sign in to comment.