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 6235613 commit b6c2ee6Copy full SHA for b6c2ee6
build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
64
clirr {
65
excludeFilter = new File("$configDir/clirr-exclude.yml")
66
- baseline 'org.mongodb:mongo-java-driver:2.11.3'
+ baseline 'org.mongodb:mongo-java-driver:2.13.0'
67
}
68
69
codenarc {
config/clirr-exclude.yml
@@ -1,15 +1,6 @@
1
---
2
differenceTypes:
3
-- 5001 # Removed class from the list of superclasses
4
-- 7013 # Added public abstract method to a public class
5
6
classes:
7
-- com.mongodb.util.MyAsserts
8
-- com.mongodb.util.MyAsserts$MyAssert
9
10
members:
11
- com.mongodb.DBPortPool:
12
- - getStatistics()
13
- - memSize(com.mongodb.DBPort)
14
- com.mongodb.DBApiLayer:
15
- - doGetCollection(java.lang.String)
0 commit comments