File tree Expand file tree Collapse file tree 16 files changed +61
-29
lines changed Expand file tree Collapse file tree 16 files changed +61
-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.14.1 </version >
22
+ <version >2.14.2 </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 >19</version >
22
+ <version >19.0.2.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>19</maven .compiler.source>
20
20
21
21
<!-- testing -->
22
- <junit-jupiter .version>5.9.1 </junit-jupiter .version>
23
- <testng .version>7.7.0 </testng .version>
22
+ <junit-jupiter .version>5.9.2 </junit-jupiter .version>
23
+ <testng .version>7.7.1 </testng .version>
24
24
<hemcrest .version>2.2</hemcrest .version>
25
- <assertj .version>3.23.1 </assertj .version>
25
+ <assertj .version>3.24.2 </assertj .version>
26
26
<avaitility .version>1.7.0</avaitility .version>
27
27
28
28
<!-- logging -->
29
29
<logback .version>1.4.5</logback .version>
30
- <slf4j-api .version>2.0.5 </slf4j-api .version>
30
+ <slf4j-api .version>2.0.6 </slf4j-api .version>
31
31
32
- <lombok .version>1.18.24 </lombok .version>
32
+ <lombok .version>1.18.26 </lombok .version>
33
33
<commons-io .version>2.11.0</commons-io .version>
34
- <rxjava .version>3.1.5 </rxjava .version>
34
+ <rxjava .version>3.1.6 </rxjava .version>
35
35
</properties >
36
36
37
37
<dependencies >
38
38
<!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
39
39
<dependency >
40
40
<groupId >org.jetbrains</groupId >
41
41
<artifactId >annotations</artifactId >
42
- <version >23.1 .0</version >
42
+ <version >24.0 .0</version >
43
43
</dependency >
44
44
45
45
<dependency >
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.14.1 </version >
22
+ <version >2.14.2 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.fasterxml.jackson.core</groupId >
26
26
<artifactId >jackson-databind</artifactId >
27
- <version >2.14.1 </version >
27
+ <version >2.14.2 </version >
28
28
</dependency >
29
29
30
30
<dependency >
31
31
<groupId >org.immutables</groupId >
32
32
<artifactId >value</artifactId >
33
- <version >2.9.2 </version >
33
+ <version >2.9.3 </version >
34
34
<scope >provided</scope >
35
35
</dependency >
36
36
<dependency >
46
46
<dependency >
47
47
<groupId >org.junit.jupiter</groupId >
48
48
<artifactId >junit-jupiter-engine</artifactId >
49
- <version >5.9.1 </version >
49
+ <version >5.9.2 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
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.9.1 </version >
37
+ <version >1.9.2 </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.10.3 </version >
37
+ <version >1.11.0 </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.1.0 </version >
61
+ <version >1.1.2 </version >
62
62
</dependency >
63
63
</dependencies >
64
64
<configuration >
Original file line number Diff line number Diff line change 39
39
<dependency >
40
40
<groupId >org.springframework</groupId >
41
41
<artifactId >spring-beans</artifactId >
42
- <version >6.0.2 </version >
42
+ <version >6.0.4 </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >org.springframework</groupId >
46
46
<artifactId >spring-context</artifactId >
47
- <version >6.0.2 </version >
47
+ <version >6.0.4 </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.0.0 </version >
11
+ <version >3.0.2 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 14
14
<java .version>17</java .version>
15
15
<junit .version.legacy>4.13.2</junit .version.legacy>
16
16
<hemcrest .version>2.2</hemcrest .version>
17
- <mockito .version>4.9.0 </mockito .version>
18
- <junit .version.intellij.supports>5.9.1 </junit .version.intellij.supports>
17
+ <mockito .version>5.1.1 </mockito .version>
18
+ <junit .version.intellij.supports>5.9.2 </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.9.1 '
14
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api' , version : ' 5.9.2 '
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 1
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2
- wrapperUrl =https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
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.0.0 </version >
8
+ <version >3.0.2 </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 1
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
2
- wrapperUrl =https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
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.0.0 </version >
8
+ <version >3.0.2 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
41
41
<dependency >
42
42
<groupId >org.projectlombok</groupId >
43
43
<artifactId >lombok</artifactId >
44
- <version >1.18.24 </version >
44
+ <version >1.18.26 </version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.github.spullara.mustache.java</groupId >
You can’t perform that action at this time.
0 commit comments