File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
QuartzScheduler/gradle/wrapper Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2626 <avaitility .version>1.7.0</avaitility .version>
2727
2828 <!-- logging -->
29- <logback .version>1.2.6 </logback .version>
29+ <logback .version>1.2.7 </logback .version>
3030 <slf4j-api .version>1.7.32</slf4j-api .version>
3131
3232 <lombok .version>1.18.22</lombok .version>
3939 <dependency >
4040 <groupId >org.jetbrains</groupId >
4141 <artifactId >annotations</artifactId >
42- <version >22 .0.0</version >
42+ <version >23 .0.0</version >
4343 </dependency >
4444
4545 <dependency >
Original file line number Diff line number Diff line change 3434 <plugin >
3535 <groupId >org.pitest</groupId >
3636 <artifactId >pitest-maven</artifactId >
37- <version >1.7.2 </version >
37+ <version >1.7.3 </version >
3838 <!-- <configuration>-->
3939 <!-- <targetClasses>-->
4040 <!-- <param>com.saurabh.*</param>-->
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >org.springframework</groupId >
2929 <artifactId >spring-beans</artifactId >
30- <version >5.3.12 </version >
30+ <version >5.3.13 </version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.springframework</groupId >
3434 <artifactId >spring-context</artifactId >
35- <version >5.3.12 </version >
35+ <version >5.3.13 </version >
3636 </dependency >
3737 </dependencies >
3838
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >org.springframework.boot</groupId >
1010 <artifactId >spring-boot-starter-parent</artifactId >
11- <version >2.5.6 </version >
11+ <version >2.6.0 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >org.mockito</groupId >
2828 <artifactId >mockito-core</artifactId >
29- <version >4.0 .0</version >
29+ <version >4.1 .0</version >
3030 </dependency >
3131 </dependencies >
3232
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.5.6 </version >
8+ <version >2.6.0 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.saurabh</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.5.6 </version >
8+ <version >2.6.0 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments