diff --git a/notification-core/pom.xml b/notification-core/pom.xml index 79c7a6dafd5fe4403e4902b07ad5378d44a17287..593971887ecc6a037e6529607a597bbb6834ce16 100644 --- a/notification-core/pom.xml +++ b/notification-core/pom.xml @@ -42,6 +42,7 @@ <google-oauth-client.version>1.33.3</google-oauth-client.version> <google-api-client.version>1.33.2</google-api-client.version> <xnio-api.version>3.8.8.Final</xnio-api.version> + <guava.version>32.1.2-jre</guava.version> </properties> <dependencyManagement> @@ -81,7 +82,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>27.0-jre</version> + <version>${guava.version}</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId>