File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ plugins {
66 id(" org.hypertrace.ci-utils-plugin" ) version " 0.4.0"
77 id(" org.hypertrace.publish-plugin" ) version " 1.1.1" apply false
88 id(" org.hypertrace.code-style-plugin" ) version " 2.1.2" apply false
9+ id(" org.hypertrace.java-convention" ) version " 0.4.0"
910 id(" org.owasp.dependencycheck" ) version " 12.1.0"
1011}
1112
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ dependencies {
2222
2323 testImplementation(libs.org.junit.jupiter.junit.jupiter)
2424 testImplementation(libs.org.mockito.mockito.core)
25- testImplementation(libs.org.mockito.mockito.inline)
2625 testImplementation(libs.org.mockito.mockito.junit.jupiter)
2726
2827 integrationTestImplementation(libs.org.junit.jupiter.junit.jupiter)
Original file line number Diff line number Diff line change 11[versions ]
22org-jacoco = " 0.8.8"
33org-jetbrains-kotlin = " 1.7.10"
4- org-mockito = " 5.2 .0"
4+ org-mockito = " 5.8 .0"
55org-testcontainers = " 1.17.6"
66
77[libraries ]
@@ -24,7 +24,6 @@ org-jetbrains-kotlin-kotlin-stdlib-jdk7 = { module = "org.jetbrains.kotlin:kotli
2424org-jetbrains-kotlin-kotlin-stdlib-jdk8 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " org-jetbrains-kotlin" }
2525org-junit-jupiter-junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version = " 5.9.2" }
2626org-mockito-mockito-core = { module = " org.mockito:mockito-core" , version.ref = " org-mockito" }
27- org-mockito-mockito-inline = { module = " org.mockito:mockito-inline" , version.ref = " org-mockito" }
2827org-mockito-mockito-junit-jupiter = { module = " org.mockito:mockito-junit-jupiter" , version.ref = " org-mockito" }
2928org-mongodb-mongodb-driver-sync = { module = " org.mongodb:mongodb-driver-sync" , version = " 5.2.0" }
3029org-postgresql = { module = " org.postgresql:postgresql" , version = " 42.5.5" }
You can’t perform that action at this time.
0 commit comments