Skip to content

Commit

Permalink
Merge branch 'master' into #1298-cmdline-support-oas
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch authored Dec 4, 2024
2 parents 84cd465 + e7f16bd commit b7a4c35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk</artifactId>
<version>1.43.0</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-otlp</artifactId>
<version>1.43.0</version>
<version>1.44.1</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.0</version>
<version>3.15.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<slf4j.version>2.0.16</slf4j.version>
<log4j.version>2.24.1</log4j.version>
<junit.version>5.10.0</junit.version>
<groovy.version>4.0.23</groovy.version>
<groovy.version>4.0.24</groovy.version>
</properties>


Expand Down Expand Up @@ -359,7 +359,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
<version>1.79</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
Expand Down

0 comments on commit b7a4c35

Please sign in to comment.