File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ kover = "0.6.1"
23
23
commonsCsv = " 1.10.0"
24
24
commonsCompress = " 1.26.0"
25
25
commonsIo = " 2.16.1"
26
- serialization = " 1.7.0 "
26
+ serialization = " 1.7.1 "
27
27
fuel = " 2.3.1"
28
28
poi = " 5.2.5"
29
29
mariadb = " 3.4.1"
@@ -32,20 +32,20 @@ mssql = "12.8.1.jre11"
32
32
mysql = " 9.0.0"
33
33
postgresql = " 42.7.4"
34
34
sqlite = " 3.46.1.0"
35
- jtsCore = " 1.18.1 "
35
+ jtsCore = " 1.19.0 "
36
36
kotlinDatetime = " 0.6.0"
37
37
openapi = " 2.1.20"
38
38
kotlinLogging = " 7.0.0"
39
- sl4j = " 2.0.12 "
39
+ sl4j = " 2.0.16 "
40
40
41
41
junit = " 4.13.2"
42
- junit-jupiter = " 5.10.2 "
43
- junit-platform = " 1.10.2 "
42
+ junit-jupiter = " 5.11.0 "
43
+ junit-platform = " 1.11.0 "
44
44
45
45
# TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
46
46
kotestAsserions = " 5.5.4"
47
47
48
- jsoup = " 1.17.2 "
48
+ jsoup = " 1.18.1 "
49
49
arrow = " 15.0.0"
50
50
docProcessor = " 0.3.10"
51
51
simpleGit = " 2.0.3"
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ dependencies {
42
42
implementation(project(" :core" ))
43
43
implementation(project(" :dataframe-excel" ))
44
44
api(libs.kotlinLogging)
45
- api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0-RC " )
45
+ api(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1 " )
46
46
47
47
testImplementation(" org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion " )
48
48
testImplementation(" org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:$kotlinVersion " )
49
49
50
- testImplementation(platform(" org.junit:junit-bom:5.8 .0" ))
50
+ testImplementation(platform(" org.junit:junit-bom:5.11 .0" ))
51
51
testImplementation(" org.junit.jupiter:junit-jupiter" )
52
52
testImplementation(" org.junit.platform:junit-platform-commons" )
53
53
testImplementation(" org.junit.platform:junit-platform-launcher" )
You can’t perform that action at this time.
0 commit comments