Skip to content

Commit a25aaee

Browse files
authored
Merge branch 'main' into dependabot/gradle/getting-started-guides/java/com.diffplug.spotless-8.2.0
2 parents 110938c + 88d1527 commit a25aaee

File tree

6 files changed

+39
-34
lines changed

6 files changed

+39
-34
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Set up JDK 17
13-
uses: actions/setup-java@v5.1.0
13+
uses: actions/setup-java@v5.2.0
1414
with:
1515
distribution: temurin
1616
java-version: 17

getting-started-guides/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33
plugins {
44
id 'java'
55
id 'com.diffplug.spotless' version '8.2.0'
6-
id 'org.springframework.boot' version '4.0.1'
6+
id 'org.springframework.boot' version '4.0.2'
77
}
88

99
java {
-15.1 KB
Binary file not shown.
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=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionSha256Sum=0d585f69da091fc5b2beced877feab55a3064d43b8a1d46aeb07996b0915e0e0
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
55
networkTimeout=10000
66
zipStoreBase=GRADLE_USER_HOME
77
zipStorePath=wrapper/dists

getting-started-guides/java/gradlew

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

getting-started-guides/java/gradlew.bat

100644100755
Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)