Skip to content

Commit

Permalink
Merge pull request #73 from newrelic/key-obfuscation
Browse files Browse the repository at this point in the history
fix: added support of obfuscated ingest key
  • Loading branch information
gsidhwani-nr authored Aug 28, 2024
2 parents 3adfed3 + e9bcce5 commit d6f403a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.newrelic.experts</groupId>
<artifactId>newrelic-unix-monitor</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<name>newrelic-unix-monitor</name>
<build>
<plugins>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.newrelic.experts</groupId>
<artifactId>infra_publish</artifactId>
<version>2.3.3</version>
<version>2.3.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -86,7 +86,7 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
</project>

0 comments on commit d6f403a

Please sign in to comment.