File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
QuartzScheduler/gradle/wrapper Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.openjfx</groupId >
2121 <artifactId >javafx-controls</artifactId >
22- <version >24 -ea+19 </version >
22+ <version >25 -ea+2 </version >
2323 </dependency >
2424
2525 </dependencies >
Original file line number Diff line number Diff line change 2222 <junit-jupiter .version>5.11.4</junit-jupiter .version>
2323 <testng .version>7.10.2</testng .version>
2424 <hemcrest .version>3.0</hemcrest .version>
25- <assertj .version>3.27.2 </assertj .version>
25+ <assertj .version>3.27.3 </assertj .version>
2626 <avaitility .version>1.7.0</avaitility .version>
2727
2828 <!-- logging -->
3434
3535 <!-- reactive -->
3636 <rxjava .version>3.1.10</rxjava .version>
37- <projectreactor .version>2024.0.1 </projectreactor .version>
37+ <projectreactor .version>2024.0.2 </projectreactor .version>
3838 </properties >
3939
4040 <dependencies >
4141 <!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
4242 <dependency >
4343 <groupId >org.jetbrains</groupId >
4444 <artifactId >annotations</artifactId >
45- <version >26.0.1 </version >
45+ <version >26.0.2 </version >
4646 </dependency >
4747
4848 <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.17.3 </version >
37+ <version >1.17.4 </version >
3838 <!-- <configuration>-->
3939 <!-- <targetClasses>-->
4040 <!-- <param>com.saurabh.*</param>-->
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.opencsv</groupId >
3030 <artifactId >opencsv</artifactId >
31- <version >5.9 </version >
31+ <version >5.10 </version >
3232 </dependency >
3333
3434 <dependency >
3939 <dependency >
4040 <groupId >org.springframework</groupId >
4141 <artifactId >spring-beans</artifactId >
42- <version >6.2.1 </version >
42+ <version >6.2.2 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.springframework</groupId >
4646 <artifactId >spring-context</artifactId >
47- <version >6.2.1 </version >
47+ <version >6.2.2 </version >
4848 </dependency >
4949 </dependencies >
5050
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 >3.4.1 </version >
11+ <version >3.4.2 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
3333 </dependency >
3434
3535 <dependency >
36- <groupId >mysql</groupId >
37- <artifactId >mysql-connector-java </artifactId >
36+ <groupId >com. mysql</groupId >
37+ <artifactId >mysql-connector-j </artifactId >
3838 <version >8.0.33</version >
3939 </dependency >
4040 <dependency >
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-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
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 >3.4.1 </version >
8+ <version >3.4.2 </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 >3.4.1 </version >
8+ <version >3.4.2 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments