Skip to content

Commit

Permalink
Updated by github actions from guide-microprofile-telemetry-jaeger (#…
Browse files Browse the repository at this point in the history
…3050)

Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Mar 25, 2024
1 parent d741837 commit bf7f66b
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,20 +390,20 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.34.1</version>
<version>1.36.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
<version>2.0.0</version>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
<!-- For tests -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -427,7 +427,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>2.0.4</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -438,14 +438,14 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>

<!-- Liberty plugin -->
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit bf7f66b

Please sign in to comment.