We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15304f2 commit ba99569Copy full SHA for ba99569
pom.xml
@@ -92,6 +92,12 @@
92
<groupId>io.cdap.plugin</groupId>
93
<artifactId>hydrator-common</artifactId>
94
<version>${cdap.plugin.version}</version>
95
+ <exclusions>
96
+ <exclusion>
97
+ <groupId>com.google.guava</groupId>
98
+ <artifactId>guava</artifactId>
99
+ </exclusion>
100
+ </exclusions>
101
</dependency>
102
<dependency>
103
<groupId>io.cdap.cdap</groupId>
@@ -506,7 +512,7 @@
506
512
507
513
<groupId>com.google.guava</groupId>
508
514
<artifactId>guava</artifactId>
509
- <version>31.0.1-jre</version>
515
+ <version>33.4.0-jre</version>
510
516
<scope>compile</scope>
511
517
518
</dependencies>
0 commit comments