File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ updates:
55 - package-ecosystem : " maven"
66 directory : " /"
77 schedule :
8- interval : " daily"
8+ interval : " weekly"
9+ groups :
10+ spring-boot-starter :
11+ patterns :
12+ - " org.springframework.boot:spring-boot-starter*"
913 - package-ecosystem : " github-actions"
1014 directory : " /"
1115 schedule :
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >org.springframework.boot</groupId >
4747 <artifactId >spring-boot-starter-data-jpa</artifactId >
48- <version >3.2.5 </version >
48+ <version >3.3.0 </version >
4949 </dependency >
5050 <!--
5151 H2 Database Engine
7070 <dependency >
7171 <groupId >org.springframework.boot</groupId >
7272 <artifactId >spring-boot-starter-validation</artifactId >
73- <version >3.2.5 </version >
73+ <version >3.3.0 </version >
7474 </dependency >
7575 <!--
7676 ModelMapper
154154 <dependency >
155155 <groupId >org.springframework.boot</groupId >
156156 <artifactId >spring-boot-starter-actuator</artifactId >
157- <version >3.2.5 </version >
157+ <version >3.3.0 </version >
158158 </dependency >
159159 <!--
160160 CVE-2022-1471
You can’t perform that action at this time.
0 commit comments