Skip to content

Commit b6c2ee6

Browse files
committed
Updated clirr baseline to 2.13.0 and removed outdated exclusions.
1 parent 6235613 commit b6c2ee6

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363

6464
clirr {
6565
excludeFilter = new File("$configDir/clirr-exclude.yml")
66-
baseline 'org.mongodb:mongo-java-driver:2.11.3'
66+
baseline 'org.mongodb:mongo-java-driver:2.13.0'
6767
}
6868

6969
codenarc {

config/clirr-exclude.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
---
22
differenceTypes:
3-
- 5001 # Removed class from the list of superclasses
4-
- 7013 # Added public abstract method to a public class
53

64
classes:
7-
- com.mongodb.util.MyAsserts
8-
- com.mongodb.util.MyAsserts$MyAssert
95

106
members:
11-
com.mongodb.DBPortPool:
12-
- getStatistics()
13-
- memSize(com.mongodb.DBPort)
14-
com.mongodb.DBApiLayer:
15-
- doGetCollection(java.lang.String)

0 commit comments

Comments
 (0)