Skip to content

Commit

Permalink
Use logzio-sender-version instead of static version
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Jan 5, 2025
1 parent 2e83fe0 commit 94933e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</scm>

<properties>
<logzio-sender-version>2.1.0</logzio-sender-version>
<logzio-sender-version>2.2.0</logzio-sender-version>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -173,7 +173,7 @@
<dependency>
<groupId>io.logz.sender</groupId>
<artifactId>logzio-sender</artifactId>
<version>2.2.0</version>
<version>${logzio-sender-version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -195,7 +195,7 @@
<dependency>
<groupId>io.logz.sender</groupId>
<artifactId>logzio-sender-test</artifactId>
<version>2.2.0</version>
<version>${logzio-sender-version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 94933e8

Please sign in to comment.