File tree Expand file tree Collapse file tree 8 files changed +177
-83
lines changed
Expand file tree Collapse file tree 8 files changed +177
-83
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : maven
4- directories :
5- - " /example/"
6- schedule :
7- interval : daily
8- time : " 23:30"
9- open-pull-requests-limit : 10
10- reviewers :
11- - devs-from-matrix/app-generator-team
3+ - package-ecosystem : maven
4+ directories :
5+ - " /example/"
6+ schedule :
7+ interval : daily
8+ time : " 23:30"
9+ open-pull-requests-limit : 10
10+ commit-message :
11+ prefix : " build: "
12+ assignees :
13+ - paul58914080
14+ labels :
15+ - dependencies
16+ - automated
17+ reviewers :
18+ - devs-from-matrix/app-generator-team
19+ - package-ecosystem : github-actions
20+ directory : " /.github/"
21+ schedule :
22+ interval : weekly
23+ open-pull-requests-limit : 5
24+ commit-message :
25+ prefix : " ci: "
26+ assignees :
27+ - paul58914080
28+ labels :
29+ - ci
30+ - automated
31+ reviewers :
32+ - devs-from-matrix/app-generator-team
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
19- - name : Set up JDK 21
20- uses : actions/setup-java@v4
18+ uses : actions/checkout@v6
19+ - name : Set up JDK 25
20+ uses : actions/setup-java@v5
2121 with :
2222 distribution : temurin
23- java-version : 21
23+ java-version : 25
2424 - name : Cache Maven dependencies
2525 uses : actions/cache@v4
2626 with :
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout PR branch
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 with :
1616 # checkout the pull request head ref when available, otherwise fallback to the workflow ref
1717 ref : ${{ github.head_ref || github.ref }}
@@ -46,11 +46,11 @@ jobs:
4646 run : |
4747 echo "Working dir: $(pwd)"
4848 ls -la ./cart-service
49- - name : Set up JDK 21
50- uses : actions/setup-java@v4
49+ - name : Set up JDK 25
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : temurin
53- java-version : 21
53+ java-version : 25
5454 - name : Cache Maven dependencies
5555 uses : actions/cache@v4
5656 with :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a template project for hexagonal-spring-boot-java. This project is gener
55## Pre-requisites
66
77- [ copier] ( https://copier.readthedocs.io/en/stable/#installation )
8- - Jdk 21
8+ - Jdk 25
99- Maven >3.9.5
1010
1111## How to contribute ?
Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : maven
4- directory : " /"
5- schedule :
6- interval : daily
7- time : " 23:30"
8- open-pull-requests-limit : 10
9- assignees :
10- - paul58914080
3+ - package-ecosystem : maven
4+ directory : " /"
5+ schedule :
6+ interval : daily
7+ time : " 23:30"
8+ open-pull-requests-limit : 10
9+ commit-message :
10+ prefix : " build: "
11+ - package-ecosystem : github-actions
12+ directory : " /.github/"
13+ schedule :
14+ interval : weekly
15+ open-pull-requests-limit : 5
16+ commit-message :
17+ prefix : " ci: "
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
12- - name : Set up JDK 21
13- uses : actions/setup-java@v4
11+ uses : actions/checkout@v6
12+ - name : Set up JDK 25
13+ uses : actions/setup-java@v5
1414 with :
1515 distribution : temurin
1616 java-version : 21
1717 - name : Cache Maven dependencies
18- uses : actions/cache@v3
18+ uses : actions/cache@v4
1919 with :
2020 path : ~/.m2/repository
2121 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 99 <version >1.0-SNAPSHOT</version >
1010 <properties >
1111 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12- <java .version>21 </java .version>
12+ <java .version>25 </java .version>
1313 <maven .compiler.source>${java.version} </maven .compiler.source>
1414 <maven .compiler.target>${java.version} </maven .compiler.target>
1515 <junit-jupiter .version>6.0.1</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments