File tree Expand file tree Collapse file tree 5 files changed +16
-17
lines changed Expand file tree Collapse file tree 5 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ subprojects {
2525 guavaVersion = ' 32.1.3-jre'
2626 slf4jVersion = ' 1.7.36'
2727 cassandraDriverVersion = ' 3.11.5'
28- azureCosmosVersion = ' 4.71 .0'
28+ azureCosmosVersion = ' 4.72 .0'
2929 jooqVersion = ' 3.14.16'
3030 awssdkVersion = ' 2.31.3'
3131 commonsDbcp2Version = ' 2.13.0'
3232 mysqlDriverVersion = ' 8.4.0'
3333 postgresqlDriverVersion = ' 42.7.7'
3434 oracleDriverVersion = ' 23.8.0.25.04'
3535 sqlserverDriverVersion = ' 12.8.1.jre8'
36- sqliteDriverVersion = ' 3.50.1 .0'
36+ sqliteDriverVersion = ' 3.50.2 .0'
3737 yugabyteDriverVersion = ' 42.7.3-yb-4'
3838 db2DriverVersion= ' 12.1.2.0'
39- mariadDbDriverVersion = ' 3.5.3 '
39+ mariadDbDriverVersion = ' 3.5.4 '
4040 picocliVersion = ' 4.7.7'
4141 commonsTextVersion = ' 1.13.1'
42- junitVersion = ' 5.11.4 '
42+ junitVersion = ' 5.13.2 '
4343 commonsLangVersion = ' 3.17.0'
4444 assertjVersion = ' 3.27.3'
4545 mockitoVersion = ' 4.11.0'
Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ dependencies {
112112 exclude group : ' org.slf4j' , module : ' slf4j-api'
113113 }
114114 implementation " org.apache.commons:commons-text:${ commonsTextVersion} "
115- testImplementation " org.junit.jupiter :junit-jupiter-api :${ junitVersion} "
116- testImplementation " org.junit.jupiter:junit-jupiter-params: ${ junitVersion } "
117- testRuntimeOnly " org.junit.jupiter :junit-jupiter-engine: ${ junitVersion } "
115+ testImplementation platform( " org.junit:junit-bom :${ junitVersion} " )
116+ testImplementation ' org.junit.jupiter:junit-jupiter'
117+ testRuntimeOnly ' org.junit.platform :junit-platform-launcher '
118118 testImplementation " org.assertj:assertj-core:${ assertjVersion} "
119119 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
120120 testImplementation " org.mockito:mockito-inline:${ mockitoVersion} "
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ subprojects {
77 testImplementation(" org.assertj:assertj-core:${ assertjVersion} " )
88
99 // JUnit 5
10- testImplementation(platform(" org.junit:junit-bom:$junitVersion " ))
11- testImplementation(" org.junit.jupiter:junit-jupiter:$junitVersion " )
12- testImplementation(" org.junit.jupiter:junit-jupiter-api:${ junitVersion} " )
13- testImplementation(" org.junit.jupiter:junit-jupiter-engine:${ junitVersion} " )
10+ testImplementation platform(" org.junit:junit-bom:${ junitVersion} " )
11+ testImplementation ' org.junit.jupiter:junit-jupiter'
12+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
1413
1514 // Apache Commons
1615 implementation(" org.apache.commons:commons-lang3:${ commonsLangVersion} " )
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies {
1212 implementation " com.google.guava:guava:${ guavaVersion} "
1313 implementation " org.slf4j:slf4j-api:${ slf4jVersion} "
1414 implementation " org.slf4j:slf4j-simple:${ slf4jVersion} "
15- implementation " org.junit.jupiter :junit-jupiter-api :${ junitVersion} "
16- implementation " org.junit.jupiter:junit-jupiter-params: ${ junitVersion } "
17- runtimeOnly " org.junit.jupiter :junit-jupiter-engine: ${ junitVersion } "
15+ implementation platform( " org.junit:junit-bom :${ junitVersion} " )
16+ implementation ' org.junit.jupiter:junit-jupiter'
17+ runtimeOnly ' org.junit.platform :junit-platform-launcher '
1818 implementation " org.assertj:assertj-core:${ assertjVersion} "
1919 implementation " org.mockito:mockito-core:${ mockitoVersion} "
2020 implementation " org.mockito:mockito-inline:${ mockitoVersion} "
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ dependencies {
1818 implementation " org.slf4j:slf4j-simple:${ slf4jVersion} "
1919 implementation " com.google.code.gson:gson:${ gsonVersion} "
2020 implementation " info.picocli:picocli:${ picocliVersion} "
21- testImplementation " org.junit.jupiter :junit-jupiter-api :${ junitVersion} "
22- testImplementation " org.junit.jupiter:junit-jupiter-params: ${ junitVersion } "
23- testRuntimeOnly " org.junit.jupiter :junit-jupiter-engine: ${ junitVersion } "
21+ testImplementation platform( " org.junit:junit-bom :${ junitVersion} " )
22+ testImplementation ' org.junit.jupiter:junit-jupiter'
23+ testRuntimeOnly ' org.junit.platform :junit-platform-launcher '
2424 testImplementation " org.assertj:assertj-core:${ assertjVersion} "
2525 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
2626 testImplementation " org.mockito:mockito-inline:${ mockitoVersion} "
You can’t perform that action at this time.
0 commit comments