File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 58
58
mongoCryptVersion = ' 1.8.0'
59
59
projectReactorVersion = ' 2022.0.0'
60
60
junitBomVersion = ' 5.8.2'
61
+ logbackVersion = ' 1.3.14'
61
62
gitVersion = getGitVersion()
62
63
}
63
64
@@ -125,7 +126,7 @@ configure(scalaProjects) {
125
126
testImplementation(' org.scalatest:scalatest-shouldmatchers_%%:3.2.9' )
126
127
testImplementation(' org.scalatestplus:junit-4-13_%%:3.2.9.0' )
127
128
testImplementation(' org.scalatestplus:mockito-3-12_%%:3.2.10.0' )
128
- testImplementation(' ch.qos.logback:logback-classic:1.1.3 ' )
129
+ testImplementation(" ch.qos.logback:logback-classic:$l ogbackVersion " )
129
130
testImplementation(' org.reflections:reflections:0.9.10' )
130
131
}
131
132
@@ -265,7 +266,7 @@ configure(javaCodeCheckedProjects) {
265
266
testImplementation ' cglib:cglib-nodep:2.2.2'
266
267
testImplementation ' org.objenesis:objenesis:1.3'
267
268
testImplementation ' org.hamcrest:hamcrest-all:1.3'
268
- testImplementation ' ch.qos.logback:logback-classic:1.1.1 '
269
+ testImplementation " ch.qos.logback:logback-classic:$l ogbackVersion "
269
270
testImplementation project(' :util:spock' ) // Adding categories to classpath
270
271
}
271
272
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sourceSets {
31
31
32
32
dependencies {
33
33
api project(' :driver-sync' )
34
- implementation ' ch.qos.logback:logback-classic:1.2.11 '
34
+ implementation " ch.qos.logback:logback-classic:$l ogbackVersion "
35
35
}
36
36
37
37
javadoc {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation project(' :driver-sync' )
44
44
implementation project(' :driver-core' ). sourceSets. test. output
45
45
implementation project(' :driver-sync' ). sourceSets. test. output
46
- implementation ' ch.qos.logback:logback-classic:1.2.11 '
46
+ implementation " ch.qos.logback:logback-classic:$l ogbackVersion "
47
47
implementation(platform(" org.junit:junit-bom:$junitBomVersion " ))
48
48
implementation(' org.junit.jupiter:junit-jupiter' )
49
49
implementation(' org.junit.vintage:junit-vintage-engine' )
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ dependencies {
89
89
implementation project(' :driver-reactive-streams' ). sourceSets. test. output
90
90
implementation " org.mongodb:mongodb-crypt:$mongoCryptVersion "
91
91
implementation ' org.slf4j:slf4j-api:2.0.12'
92
- implementation ' ch.qos.logback:logback-classic:1.5.3 '
92
+ implementation " ch.qos.logback:logback-classic:$l ogbackVersion "
93
93
implementation platform(" io.projectreactor:reactor-bom:$projectReactorVersion " )
94
94
implementation ' io.projectreactor:reactor-core'
95
95
}
You can’t perform that action at this time.
0 commit comments