You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/03/29 11:03:10 UTC

[accumulo] branch main updated: Bump OpenTelemetry version from 1.11 to 1.12 (#2595)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new c7dfaea  Bump OpenTelemetry version from 1.11 to 1.12 (#2595)
c7dfaea is described below

commit c7dfaeab13872e31bf05b60775691faf7a86d9c4
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Mar 29 07:03:05 2022 -0400

    Bump OpenTelemetry version from 1.11 to 1.12 (#2595)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56f822e..ad9b989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,14 +182,14 @@
       <dependency>
         <groupId>io.opentelemetry</groupId>
         <artifactId>opentelemetry-bom</artifactId>
-        <version>1.11.0</version>
+        <version>1.12.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>io.opentelemetry</groupId>
         <artifactId>opentelemetry-bom-alpha</artifactId>
-        <version>1.11.0-alpha</version>
+        <version>1.12.0-alpha</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>