Skip to content

Commit 1429f1d

Browse files
authored
Merge pull request #407 from gradle/combined-prs-branch
Combined PRs
2 parents c47fcdf + 0130396 commit 1429f1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
implementation("com.gradle:develocity-gradle-plugin-adapters:1.2.1")
2424

25-
testImplementation(platform("org.junit:junit-bom:5.13.2"))
25+
testImplementation(platform("org.junit:junit-bom:5.13.3"))
2626
testImplementation("org.junit.jupiter:junit-jupiter")
2727

2828
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)