diff options
author | andre.schmid <andre.schmid@est.tech> | 2021-02-25 18:00:48 +0000 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-02-26 17:05:37 +0000 |
commit | f72d59b269c721a13e51f572a10324ce0add186f (patch) | |
tree | 9dc78c3c52ac624ea910234ebbea307805479092 /utils/DmaapPublisher/pom.xml | |
parent | 43b49025fd8f2cdcbbcaf436fb1c5dfabbaa4855 (diff) |
Update guava version
Change-Id: I5b233162a180a29d9c7ba79fb0fa480f8f0e0da9
Issue-ID: SDC-3491
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'utils/DmaapPublisher/pom.xml')
-rw-r--r-- | utils/DmaapPublisher/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml index f0756c576c..6464af23b9 100644 --- a/utils/DmaapPublisher/pom.xml +++ b/utils/DmaapPublisher/pom.xml @@ -44,7 +44,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>22.0</version> + <version>${guava.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml --> <dependency> |