diff --git a/android/guava/src/com/google/common/hash/BloomFilter.java b/android/guava/src/com/google/common/hash/BloomFilter.java index f041f70054d2..3ae6b68c2297 100644 --- a/android/guava/src/com/google/common/hash/BloomFilter.java +++ b/android/guava/src/com/google/common/hash/BloomFilter.java @@ -74,7 +74,7 @@ public final class BloomFilter implements Predicate< * *

Implementations should be collections of pure functions (i.e. stateless). */ - interface Strategy extends Serializable { + interface Strategy extends java.io.Serializable { /** * Sets {@code numHashFunctions} bits of the given bit array, by hashing a user element. diff --git a/android/pom.xml b/android/pom.xml index 954ae146a293..62e50c22f10d 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -122,7 +122,7 @@ maven-compiler-plugin - 3.8.1 + 3.13.0 1.8 1.8 @@ -176,7 +176,7 @@ org.codehaus.plexus plexus-io - + 3.4.1 @@ -219,7 +219,7 @@ maven-javadoc-plugin - 3.5.0 + 3.8.0 true true @@ -251,7 +251,7 @@ maven-surefire-plugin - 2.7.2 + 3.3.1 ${test.include} diff --git a/guava/src/com/google/common/hash/BloomFilter.java b/guava/src/com/google/common/hash/BloomFilter.java index 3b041effb3c5..d9a1c53bee9e 100644 --- a/guava/src/com/google/common/hash/BloomFilter.java +++ b/guava/src/com/google/common/hash/BloomFilter.java @@ -75,7 +75,7 @@ public final class BloomFilter implements Predicate< * *

Implementations should be collections of pure functions (i.e. stateless). */ - interface Strategy extends Serializable { + interface Strategy extends java.io.Serializable { /** * Sets {@code numHashFunctions} bits of the given bit array, by hashing a user element. diff --git a/pom.xml b/pom.xml index 7e634f7a644e..b0ebe218cfdc 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ maven-compiler-plugin - 3.8.1 + 3.13.0 1.8 1.8 @@ -177,7 +177,7 @@ org.codehaus.plexus plexus-io - + 3.4.1 @@ -214,7 +214,7 @@ maven-javadoc-plugin - 3.5.0 + 3.8.0 true true @@ -246,7 +246,7 @@ maven-surefire-plugin - 2.7.2 + 3.3.1 ${test.include}