Skip to content

Commit

Permalink
dubbo: updates dependencies to latest versions (#1386)
Browse files Browse the repository at this point in the history
This helps reduce conflicts around newer JREs.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
codefromthecrypt committed Dec 17, 2023
1 parent eac0ffa commit 902e560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/dubbo-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<main.basedir>${project.basedir}/../..</main.basedir>
<!-- Use brave-instrumentation-dubbo for Apache Dubbo 2.7+, not this module. -->
<dubbo.version>2.6.9</dubbo.version>
<dubbo.version>2.6.12</dubbo.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<main.java.version>1.8</main.java.version>
<main.signature.artifact>java18</main.signature.artifact>

<dubbo.version>3.1.7</dubbo.version>
<dubbo.version>3.2.9</dubbo.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 902e560

Please sign in to comment.