File tree Expand file tree Collapse file tree 5 files changed +44
-91
lines changed Expand file tree Collapse file tree 5 files changed +44
-91
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Maven dependencies
4+ - package-ecosystem : " maven"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ day : " saturday"
9+ time : " 04:00"
10+ timezone : " UTC"
11+ open-pull-requests-limit : 10
12+ labels :
13+ - " dependencies"
14+ - " maven"
15+ groups :
16+ all-maven :
17+ applies-to : version-updates
18+ patterns :
19+ - " *"
20+
21+ # GitHub Actions
22+ - package-ecosystem : " github-actions"
23+ directory : " /"
24+ schedule :
25+ interval : " weekly"
26+ day : " saturday"
27+ time : " 04:30"
28+ timezone : " UTC"
29+ open-pull-requests-limit : 10
30+ labels :
31+ - " dependencies"
32+ - " github-actions"
33+ groups :
34+ all-actions :
35+ applies-to : version-updates
36+ patterns :
37+ - " *"
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414
1515 - name : Set up JDK 25
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : ' 25'
1919 distribution : ' liberica'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.springframework.boot</groupId >
1414 <artifactId >spring-boot-starter-parent</artifactId >
15- <version >3.5.1 </version >
15+ <version >3.5.7 </version >
1616 </parent >
1717
1818 <properties >
1919 <maven .compiler.release>25</maven .compiler.release>
20- <lombok .version>1.18.38 </lombok .version>
21- <aws .sdk.version >2.38.7</aws .sdk.version >
20+ <lombok .version>1.18.42 </lombok .version>
21+ <aws .sdk.verrsion >2.38.7</aws .sdk.verrsion >
2222 </properties >
2323
2424 <dependencyManagement >
4343 <dependency >
4444 <groupId >org.apache.commons</groupId >
4545 <artifactId >commons-lang3</artifactId >
46- <version >3.18 .0</version >
46+ <version >3.19 .0</version >
4747 </dependency >
4848 <dependency >
4949 <groupId >software.amazon.awssdk</groupId >
8585 <plugin >
8686 <groupId >org.springframework.boot</groupId >
8787 <artifactId >spring-boot-maven-plugin</artifactId >
88- <version >3.5.3 </version >
88+ <version >3.5.7 </version >
8989 </plugin >
9090 <plugin >
9191 <groupId >org.apache.maven.plugins</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments