Skip to content

Commit 831df73

Browse files
Release v7.1.6 (#433)
* Release v7.1.6 * Bump org.springframework.boot:spring-boot-gradle-plugin (#431) Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <conor.heffron@gmail.com> * Bump gradle-wrapper from 9.1.0 to 9.3.0 (#432) * Bump gradle-wrapper from 9.1.0 to 9.3.0 Bumps gradle-wrapper from 9.1.0 to 9.3.0. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update gradle-publish.yml * Update gradle.yml * Update sonar.yml * Update Dockerfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <conor.heffron@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f10a69 commit 831df73

File tree

9 files changed

+15
-20
lines changed

9 files changed

+15
-20
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Setup Gradle
3131
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3232
with:
33-
gradle-version: '9.1.0'
33+
gradle-version: '9.3.0'
3434

35-
- name: Build with Gradle 9.1.0
35+
- name: Build with Gradle 9.3.0
3636
run: ./gradlew build
3737

3838
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Setup Gradle
3232
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3333
with:
34-
gradle-version: '9.1.0'
34+
gradle-version: '9.3.0'
3535
dependency-graph: download-and-submit
3636
cache-disabled: true
3737

38-
- name: Build with Gradle 9.1.0
38+
- name: Build with Gradle 9.3.0
3939
run: ./gradlew build
4040

4141
dependency-submission:
@@ -51,4 +51,4 @@ jobs:
5151
with:
5252
java-version: '25'
5353
distribution: 'temurin'
54-
gradle-version: 9.1.0
54+
gradle-version: 9.3.0

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Gradle
3030
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
3131
with:
32-
gradle-version: '9.1.0'
32+
gradle-version: '9.3.0'
3333
dependency-graph: download-and-submit
3434
cache-disabled: true
3535
- name: Build and analyze

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gradle:9.2.0-jdk25-alpine
1+
FROM gradle:9.3.0-jdk25-alpine
22

33
COPY . /home/gradle
44

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '4.0.1'
3+
springBootVersion = '4.0.2'
44
mockitoVersion = '5.20.0'
55
}
66
repositories {
@@ -37,7 +37,7 @@ sonar {
3737
}
3838

3939
group = 'conorheffron'
40-
version = '7.1.5'
40+
version = '7.1.6'
4141
description = "iRonoc-DB Sample Data Manager"
4242

4343
java {

gradle/wrapper/gradle-wrapper.jar

2.53 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

100644100755
Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)