File tree Expand file tree Collapse file tree 3 files changed +23
-21
lines changed Expand file tree Collapse file tree 3 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ val dependencyUpdateExclusions = listOf(
98
98
libs.android.gradle.api.get().group,
99
99
// Directly dependent on the Gradle version
100
100
" org.gradle.kotlin.kotlin-dsl" ,
101
+ // Can't be updated to 2.1.0+ due to Java 8 compatibility
102
+ libs.plugins.simpleGit.get().pluginId,
101
103
)
102
104
103
105
// run `./gradlew dependencyUpdates` to check for updates
Original file line number Diff line number Diff line change 2
2
ksp = " 2.0.20-1.0.24"
3
3
kotlinJupyter = " 0.12.0-139"
4
4
5
- ktlint = " 12.1.1 "
5
+ ktlint = " 12.1.2 "
6
6
7
7
# make sure to sync both manually with :generator module
8
8
kotlin = " 2.0.20"
@@ -13,52 +13,52 @@ libsPublisher = "1.9.23-dev-45"
13
13
14
14
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
15
15
# dogfood Gradle / KSP plugins in tests and idea-examples modules
16
- dataframe = " 0.14.1 "
16
+ dataframe = " 0.15.0-RC2 "
17
17
korro = " 0.1.6"
18
18
19
19
binaryCompatibilityValidator = " 0.16.3"
20
20
kover = " 0.8.3"
21
21
deephavenCsv = " 0.15.0"
22
22
fastDoubleParser = " 2.0.1"
23
- commonsCsv = " 1.11 .0"
23
+ commonsCsv = " 1.12 .0"
24
24
commonsCompress = " 1.27.1"
25
- commonsIo = " 2.16.1 "
25
+ commonsIo = " 2.18.0 "
26
26
serialization = " 1.7.1"
27
27
poi = " 5.3.0"
28
- mariadb = " 3.4 .1"
28
+ mariadb = " 3.5 .1"
29
29
h2db = " 2.3.232"
30
30
mssql = " 12.8.1.jre11"
31
- mysql = " 9.0 .0"
31
+ mysql = " 9.1 .0"
32
32
postgresql = " 42.7.4"
33
- sqlite = " 3.46 .1.0"
33
+ sqlite = " 3.47 .1.0"
34
34
jtsCore = " 1.19.0"
35
35
kotlinDatetime = " 0.6.1"
36
- openapi = " 2.1.22 "
37
- kotlinLogging = " 7.0.0 "
36
+ openapi = " 2.1.24 "
37
+ kotlinLogging = " 7.0.3 "
38
38
sl4j = " 2.0.16"
39
39
40
40
junit = " 4.13.2"
41
- junit-jupiter = " 5.11.0 "
42
- junit-platform = " 1.11.0 "
41
+ junit-jupiter = " 5.11.3 "
42
+ junit-platform = " 1.11.3 "
43
43
44
44
# TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
45
45
kotestAsserions = " 5.5.4"
46
46
47
- jsoup = " 1.18.1 "
48
- arrow = " 17.0 .0"
47
+ jsoup = " 1.18.3 "
48
+ arrow = " 18.1 .0"
49
49
docProcessor = " 0.3.10"
50
- simpleGit = " 2.0.3"
50
+ simpleGit = " 2.0.3" # Can't be updated to 2.1.0+ due to Java 8 compatibility
51
51
dependencyVersions = " 0.51.0"
52
- plugin-publish = " 1.2.1 "
53
- shadow = " 8.3.3 "
52
+ plugin-publish = " 1.3.0 "
53
+ shadow = " 8.3.5 "
54
54
android-gradle-api = " 7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
55
- ktor = " 2.3.12 "
55
+ ktor = " 3.0.1 "
56
56
kotlin-compile-testing = " 1.6.0"
57
- duckdb = " 1.0.0 "
58
- buildconfig = " 5.4.0 "
57
+ duckdb = " 1.1.3 "
58
+ buildconfig = " 5.5.1 "
59
59
benchmark = " 0.4.12"
60
60
61
- geotools = " 32.0 "
61
+ geotools = " 32.1 "
62
62
jai-core = " 1.1.3"
63
63
jts = " 1.20.0"
64
64
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
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.11.0 " ))
50
+ testImplementation(platform(" org.junit:junit-bom:5.11.3 " ))
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