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 b3f6b3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
<name>joboe</name>

<properties>
<revision>10.0.12-SNAPSHOT</revision>
<maven.plugin.version>1.0.0</maven.plugin.version>
<revision>10.0.13-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<repository.url>https://oss.sonatype.org/service/local/staging/deploy/maven2</repository.url>
<serverId>sonatype_staging</serverId>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
</properties>

Expand All @@ -24,6 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.3</version>
<configuration>
<skip>false</skip>
</configuration>
Expand Down

0 comments on commit b3f6b3f

Please sign in to comment.