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.
2 parents 1631b88 + c194b98 commit b032416Copy full SHA for b032416
build.gradle
@@ -109,7 +109,7 @@ dependencies {
109
implementation('org.bouncycastle:bcpkix-jdk18on:1.80')
110
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: project.versions.slf4j
111
112
- testImplementation platform('org.junit:junit-bom:5.12.1')
+ testImplementation platform('org.junit:junit-bom:5.12.2')
113
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
114
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
115
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
0 commit comments