File tree Expand file tree Collapse file tree 14 files changed +24
-24
lines changed Expand file tree Collapse file tree 14 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.oracle.database.jdbc</groupId >
2626 <artifactId >ojdbc10</artifactId >
27- <version >19.26 .0.0</version >
27+ <version >19.27 .0.0</version >
2828 </dependency >
2929
3030 </dependencies >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >com.fasterxml.jackson.core</groupId >
2121 <artifactId >jackson-databind</artifactId >
22- <version >2.18.3 </version >
22+ <version >2.19.0 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.openjfx</groupId >
2121 <artifactId >javafx-controls</artifactId >
22- <version >25-ea+12 </version >
22+ <version >25-ea+17 </version >
2323 </dependency >
2424
2525 </dependencies >
Original file line number Diff line number Diff line change 3434
3535 <!-- reactive -->
3636 <rxjava .version>3.1.10</rxjava .version>
37- <projectreactor .version>2024.0.5 </projectreactor .version>
37+ <projectreactor .version>2024.0.6 </projectreactor .version>
3838 </properties >
3939
4040 <dependencies >
8888 <dependency >
8989 <groupId >org.fusesource.jansi</groupId >
9090 <artifactId >jansi</artifactId >
91- <version >2.4.1 </version >
91+ <version >2.4.2 </version >
9292 </dependency >
9393
9494 </dependencies >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >com.fasterxml.jackson.dataformat</groupId >
2121 <artifactId >jackson-dataformat-yaml</artifactId >
22- <version >2.18.3 </version >
22+ <version >2.19.0 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >com.fasterxml.jackson.core</groupId >
2626 <artifactId >jackson-databind</artifactId >
27- <version >2.18.3 </version >
27+ <version >2.19.0 </version >
2828 </dependency >
2929
3030 <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.19.1 </version >
37+ <version >1.19.3 </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.10 </version >
31+ <version >5.11 </version >
3232 </dependency >
3333
3434 <dependency >
3939 <dependency >
4040 <groupId >org.springframework</groupId >
4141 <artifactId >spring-beans</artifactId >
42- <version >6.2.6 </version >
42+ <version >6.2.7 </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >org.springframework</groupId >
4646 <artifactId >spring-context</artifactId >
47- <version >6.2.6 </version >
47+ <version >6.2.7 </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.4 </version >
11+ <version >3.4.5 </version >
1212 <relativePath /> <!-- lookup parent from repository -->
1313 </parent >
1414
3535 <dependency >
3636 <groupId >com.mysql</groupId >
3737 <artifactId >mysql-connector-j</artifactId >
38- <version >9.2 .0</version >
38+ <version >9.3 .0</version >
3939 </dependency >
4040 <dependency >
4141 <groupId >org.springframework.boot</groupId >
5151 <dependency >
5252 <groupId >org.testcontainers</groupId >
5353 <artifactId >testcontainers</artifactId >
54- <version >1.20.6 </version >
54+ <version >1.21.0 </version >
5555 <scope >test</scope >
5656 </dependency >
5757
5858 <dependency >
5959 <groupId >org.testcontainers</groupId >
6060 <artifactId >junit-jupiter</artifactId >
61- <version >1.20.6 </version >
61+ <version >1.21.0 </version >
6262 <scope >test</scope >
6363 </dependency >
6464
6565 <dependency >
6666 <groupId >org.testcontainers</groupId >
6767 <artifactId >mysql</artifactId >
68- <version >1.20.6 </version >
68+ <version >1.21.0 </version >
6969 <scope >test</scope >
7070 </dependency >
7171
7272 <dependency >
7373 <groupId >org.testcontainers</groupId >
7474 <artifactId >rabbitmq</artifactId >
75- <version >1.20.6 </version >
75+ <version >1.21.0 </version >
7676 <scope >test</scope >
7777 </dependency >
7878
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.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments