File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
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 >17</version >
22+ <version >17.0.0.1 </version >
2323 </dependency >
2424
2525 </dependencies >
Original file line number Diff line number Diff line change 1919 <maven .compiler.source>16</maven .compiler.source>
2020
2121 <!-- testing -->
22- <junit-jupiter .version>5.8.0 </junit-jupiter .version>
22+ <junit-jupiter .version>5.8.1 </junit-jupiter .version>
2323 <testng .version>7.4.0</testng .version>
2424 <hemcrest .version>2.2</hemcrest .version>
25- <assertj .version>3.20.2 </assertj .version>
25+ <assertj .version>3.21.0 </assertj .version>
2626 <avaitility .version>1.7.0</avaitility .version>
2727
2828 <!-- logging -->
Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >org.junit.jupiter</groupId >
3838 <artifactId >junit-jupiter-api</artifactId >
39- <version >5.8.0 </version >
39+ <version >5.8.1 </version >
4040 <scope >test</scope >
4141 </dependency >
4242 </dependencies >
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.junit.platform</groupId >
2424 <artifactId >junit-platform-runner</artifactId >
25- <version >1.8.0 </version >
25+ <version >1.8.1 </version >
2626 <scope >test</scope >
2727 </dependency >
2828
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.9 </version >
30+ <version >5.3.10 </version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.springframework</groupId >
3434 <artifactId >spring-context</artifactId >
35- <version >5.3.9 </version >
35+ <version >5.3.10 </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.4 </version >
11+ <version >2.5.5 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
Original file line number Diff line number Diff line change 1212 <properties >
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <java .version>16</java .version>
15- <junit .version.intellij.supports>5.8.0 </junit .version.intellij.supports>
15+ <junit .version.intellij.supports>5.8.1 </junit .version.intellij.supports>
1616 </properties >
1717
1818 <dependencies >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212dependencies {
1313 // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
14- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.8.0 '
14+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.8.1 '
1515
1616 // https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
1717 implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.3.2'
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.4 </version >
8+ <version >2.5.5 </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.4 </version >
8+ <version >2.5.5 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
1919 <java .version>16</java .version>
2020 <mustache .compiler.api.version>0.9.10</mustache .compiler.api.version>
2121 <datafactory .version>0.8</datafactory .version>
22- <webjars .bootstrap.version>5.1.0 </webjars .bootstrap.version>
22+ <webjars .bootstrap.version>5.1.1 </webjars .bootstrap.version>
2323 </properties >
2424
2525 <dependencies >
You can’t perform that action at this time.
0 commit comments