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.
1 parent 432741f commit d5f4323Copy full SHA for d5f4323
buildSrc/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation("commons-codec:commons-codec:1.13")
21
implementation("org.apache.maven:maven-embedder:3.6.2")
22
implementation("org.asciidoctor:asciidoctor-gradle-jvm:3.3.2")
23
- implementation("org.gradle:test-retry-gradle-plugin:1.3.1")
+ implementation("org.gradle:test-retry-gradle-plugin:1.4.0")
24
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0")
25
implementation("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.0")
26
implementation("org.springframework:spring-core")
0 commit comments