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 98ed84f + 1b0ee46 commit d1a4b59Copy full SHA for d1a4b59
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("com.gradle.plugin-publish") version "1.3.1"
6
id("com.github.breadmoirai.github-release") version "2.5.2"
7
id("org.gradle.wrapper-upgrade") version "0.12"
8
- id("com.gradleup.shadow") version "8.3.6"
+ id("com.gradleup.shadow") version "8.3.7"
9
}
10
11
val releaseVersion = releaseVersion()
@@ -22,7 +22,7 @@ repositories {
22
dependencies {
23
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
24
25
- testImplementation(platform("org.junit:junit-bom:5.13.1"))
+ testImplementation(platform("org.junit:junit-bom:5.13.2"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
0 commit comments