Skip to content

Commit

Permalink
NH-93750: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Oct 15, 2024
1 parent 9cc61af commit ccf7c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>core</name>
<url>https://maven.apache.org</url>
<properties>
<grpc.version>1.59.0</grpc.version>
<grpc.version>1.68.0</grpc.version>
</properties>

<repositories>
Expand Down Expand Up @@ -83,9 +83,9 @@
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>cloud.solarwindscloud</groupId>
<groupId>com.solarwinds</groupId>
<artifactId>apm-proto</artifactId>
<version>1.0.1</version>
<version>1.0.7</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>joboe</name>

<properties>
<revision>10.0.12-SNAPSHOT</revision>
<revision>10.0.13-SNAPSHOT</revision>
<maven.plugin.version>1.0.0</maven.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<repository.url>https://oss.sonatype.org/service/local/staging/deploy/maven2</repository.url>
Expand Down

0 comments on commit ccf7c03

Please sign in to comment.