Skip to content

Commit 4ab5c4e

Browse files
authored
Merge pull request #371 from gradle/combined-prs-branch
Combined PRs
2 parents 5921c96 + e97ae72 commit 4ab5c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ plugins {
22
id("java-gradle-plugin")
33
id("maven-publish")
44
id("signing")
5-
id("com.gradle.plugin-publish") version "1.3.0"
5+
id("com.gradle.plugin-publish") version "1.3.1"
66
id("com.github.breadmoirai.github-release") version "2.5.2"
77
id("org.gradle.wrapper-upgrade") version "0.12"
8-
id("com.gradleup.shadow") version "8.3.5"
8+
id("com.gradleup.shadow") version "8.3.6"
99
}
1010

1111
val releaseVersion = releaseVersion()

0 commit comments

Comments
 (0)