File tree Expand file tree Collapse file tree 15 files changed +29
-29
lines changed Expand file tree Collapse file tree 15 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.fasterxml.jackson.core</groupId >
21
21
<artifactId >jackson-databind</artifactId >
22
- <version >2.19.0 </version >
22
+ <version >2.19.1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >commons-io</groupId >
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 >25-ea+17 </version >
22
+ <version >25-ea+20 </version >
23
23
</dependency >
24
24
25
25
</dependencies >
Original file line number Diff line number Diff line change 19
19
<maven .compiler.proc>full</maven .compiler.proc> <!-- https://dzone.com/articles/using-lombok-library-witk-jdk-23 -->
20
20
21
21
<!-- testing -->
22
- <junit-jupiter .version>5.12.2 </junit-jupiter .version>
22
+ <junit-jupiter .version>5.13.1 </junit-jupiter .version>
23
23
<testng .version>7.11.0</testng .version>
24
24
<hemcrest .version>3.0</hemcrest .version>
25
25
<assertj .version>3.27.3</assertj .version>
34
34
35
35
<!-- reactive -->
36
36
<rxjava .version>3.1.10</rxjava .version>
37
- <projectreactor .version>2024.0.6 </projectreactor .version>
37
+ <projectreactor .version>2024.0.7 </projectreactor .version>
38
38
</properties >
39
39
40
40
<dependencies >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >com.fasterxml.jackson.dataformat</groupId >
21
21
<artifactId >jackson-dataformat-yaml</artifactId >
22
- <version >2.19.0 </version >
22
+ <version >2.19.1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.fasterxml.jackson.core</groupId >
26
26
<artifactId >jackson-databind</artifactId >
27
- <version >2.19.0 </version >
27
+ <version >2.19.1 </version >
28
28
</dependency >
29
29
30
30
<dependency >
46
46
<dependency >
47
47
<groupId >org.junit.jupiter</groupId >
48
48
<artifactId >junit-jupiter-engine</artifactId >
49
- <version >5.12.2 </version >
49
+ <version >5.13.1 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
55
55
<dependency >
56
56
<groupId >org.apache.logging.log4j</groupId >
57
57
<artifactId >log4j-api</artifactId >
58
- <version >2.24.3 </version >
58
+ <version >2.25.0 </version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.apache.logging.log4j</groupId >
62
62
<artifactId >log4j-core</artifactId >
63
- <version >2.24.3 </version >
63
+ <version >2.25.0 </version >
64
64
</dependency >
65
65
<dependency >
66
66
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.junit.platform</groupId >
36
36
<artifactId >junit-platform-runner</artifactId >
37
- <version >1.12.2 </version >
37
+ <version >1.13.1 </version >
38
38
<scope >test</scope >
39
39
</dependency >
40
40
Original file line number Diff line number Diff line change 34
34
<plugin >
35
35
<groupId >org.pitest</groupId >
36
36
<artifactId >pitest-maven</artifactId >
37
- <version >1.19.3 </version >
37
+ <version >1.19.5 </version >
38
38
<!-- <configuration>-->
39
39
<!-- <targetClasses>-->
40
40
<!-- <param>com.saurabh.*</param>-->
58
58
<dependency >
59
59
<groupId >org.pitest</groupId >
60
60
<artifactId >pitest-junit5-plugin</artifactId >
61
- <version >1.2.2 </version >
61
+ <version >1.2.3 </version >
62
62
</dependency >
63
63
</dependencies >
64
64
<configuration >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.opencsv</groupId >
30
30
<artifactId >opencsv</artifactId >
31
- <version >5.11</version >
31
+ <version >5.11.1 </version >
32
32
</dependency >
33
33
34
34
<dependency >
39
39
<dependency >
40
40
<groupId >org.springframework</groupId >
41
41
<artifactId >spring-beans</artifactId >
42
- <version >6.2.7 </version >
42
+ <version >6.2.8 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.springframework</groupId >
46
46
<artifactId >spring-context</artifactId >
47
- <version >6.2.7 </version >
47
+ <version >6.2.8 </version >
48
48
</dependency >
49
49
</dependencies >
50
50
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 >3.4.5 </version >
11
+ <version >3.5.0 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
51
51
<dependency >
52
52
<groupId >org.testcontainers</groupId >
53
53
<artifactId >testcontainers</artifactId >
54
- <version >1.21.0 </version >
54
+ <version >1.21.1 </version >
55
55
<scope >test</scope >
56
56
</dependency >
57
57
58
58
<dependency >
59
59
<groupId >org.testcontainers</groupId >
60
60
<artifactId >junit-jupiter</artifactId >
61
- <version >1.21.0 </version >
61
+ <version >1.21.1 </version >
62
62
<scope >test</scope >
63
63
</dependency >
64
64
65
65
<dependency >
66
66
<groupId >org.testcontainers</groupId >
67
67
<artifactId >mysql</artifactId >
68
- <version >1.21.0 </version >
68
+ <version >1.21.1 </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
71
72
72
<dependency >
73
73
<groupId >org.testcontainers</groupId >
74
74
<artifactId >rabbitmq</artifactId >
75
- <version >1.21.0 </version >
75
+ <version >1.21.1 </version >
76
76
<scope >test</scope >
77
77
</dependency >
78
78
Original file line number Diff line number Diff line change 14
14
<java .version>22</java .version>
15
15
<junit .version.legacy>4.13.2</junit .version.legacy>
16
16
<hemcrest .version>3.0</hemcrest .version>
17
- <mockito .version>5.17 .0</mockito .version>
18
- <junit .version.intellij.supports>5.12.2 </junit .version.intellij.supports>
17
+ <mockito .version>5.18 .0</mockito .version>
18
+ <junit .version.intellij.supports>5.13.1 </junit .version.intellij.supports>
19
19
</properties >
20
20
21
21
<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.12.2 '
14
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.13.1 '
15
15
16
16
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
17
17
implementation group : ' org.quartz-scheduler' , name : ' quartz' , version : ' 2.5.0'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
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 >3.4.5 </version >
8
+ <version >3.5.0 </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 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10 /apache-maven-3.9.10 -bin.zip
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 >3.4.5 </version >
8
+ <version >3.5.0 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
19
19
<java .version>21</java .version>
20
20
<mustache .compiler.api.version>0.9.14</mustache .compiler.api.version>
21
21
<datafactory .version>0.8</datafactory .version>
22
- <webjars .bootstrap.version>5.3.5 </webjars .bootstrap.version>
22
+ <webjars .bootstrap.version>5.3.6 </webjars .bootstrap.version>
23
23
</properties >
24
24
25
25
<dependencies >
You can’t perform that action at this time.
0 commit comments