File tree 10 files changed +13
-13
lines changed
10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.openjfx</groupId >
21
21
<artifactId >javafx-controls</artifactId >
22
- <version >17</version >
22
+ <version >17.0.0.1 </version >
23
23
</dependency >
24
24
25
25
</dependencies >
Original file line number Diff line number Diff line change 19
19
<maven .compiler.source>16</maven .compiler.source>
20
20
21
21
<!-- testing -->
22
- <junit-jupiter .version>5.8.0 </junit-jupiter .version>
22
+ <junit-jupiter .version>5.8.1 </junit-jupiter .version>
23
23
<testng .version>7.4.0</testng .version>
24
24
<hemcrest .version>2.2</hemcrest .version>
25
- <assertj .version>3.20.2 </assertj .version>
25
+ <assertj .version>3.21.0 </assertj .version>
26
26
<avaitility .version>1.7.0</avaitility .version>
27
27
28
28
<!-- logging -->
Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.junit.jupiter</groupId >
38
38
<artifactId >junit-jupiter-api</artifactId >
39
- <version >5.8.0 </version >
39
+ <version >5.8.1 </version >
40
40
<scope >test</scope >
41
41
</dependency >
42
42
</dependencies >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.junit.platform</groupId >
24
24
<artifactId >junit-platform-runner</artifactId >
25
- <version >1.8.0 </version >
25
+ <version >1.8.1 </version >
26
26
<scope >test</scope >
27
27
</dependency >
28
28
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.springframework</groupId >
29
29
<artifactId >spring-beans</artifactId >
30
- <version >5.3.9 </version >
30
+ <version >5.3.10 </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.springframework</groupId >
34
34
<artifactId >spring-context</artifactId >
35
- <version >5.3.9 </version >
35
+ <version >5.3.10 </version >
36
36
</dependency >
37
37
</dependencies >
38
38
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
- <version >2.5.4 </version >
11
+ <version >2.5.5 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<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>
16
16
</properties >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
12
12
dependencies {
13
13
// 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 '
15
15
16
16
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
17
17
implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.3.2'
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.5.4 </version >
8
+ <version >2.5.5 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
<groupId >com.saurabh</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.5.4 </version >
8
+ <version >2.5.5 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
19
19
<java .version>16</java .version>
20
20
<mustache .compiler.api.version>0.9.10</mustache .compiler.api.version>
21
21
<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>
23
23
</properties >
24
24
25
25
<dependencies >
You can’t perform that action at this time.
0 commit comments