Skip to content

Commit 8cb516b

Browse files
authored
Merge pull request #980 from Kotlin/version-bumps-0.15
Version bumps for 0.15
2 parents 99d4d00 + 1d6f3f2 commit 8cb516b

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ val dependencyUpdateExclusions = listOf(
9898
libs.android.gradle.api.get().group,
9999
// Directly dependent on the Gradle version
100100
"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,
101103
)
102104

103105
// run `./gradlew dependencyUpdates` to check for updates

gradle/libs.versions.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ksp = "2.0.20-1.0.24"
33
kotlinJupyter = "0.12.0-139"
44

5-
ktlint = "12.1.1"
5+
ktlint = "12.1.2"
66

77
# make sure to sync both manually with :generator module
88
kotlin = "2.0.20"
@@ -13,52 +13,52 @@ libsPublisher = "1.9.23-dev-45"
1313

1414
# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
1515
# dogfood Gradle / KSP plugins in tests and idea-examples modules
16-
dataframe = "0.14.1"
16+
dataframe = "0.15.0-RC2"
1717
korro = "0.1.6"
1818

1919
binaryCompatibilityValidator = "0.16.3"
2020
kover = "0.8.3"
2121
deephavenCsv = "0.15.0"
2222
fastDoubleParser = "2.0.1"
23-
commonsCsv = "1.11.0"
23+
commonsCsv = "1.12.0"
2424
commonsCompress = "1.27.1"
25-
commonsIo = "2.16.1"
25+
commonsIo = "2.18.0"
2626
serialization = "1.7.1"
2727
poi = "5.3.0"
28-
mariadb = "3.4.1"
28+
mariadb = "3.5.1"
2929
h2db = "2.3.232"
3030
mssql = "12.8.1.jre11"
31-
mysql = "9.0.0"
31+
mysql = "9.1.0"
3232
postgresql = "42.7.4"
33-
sqlite = "3.46.1.0"
33+
sqlite = "3.47.1.0"
3434
jtsCore = "1.19.0"
3535
kotlinDatetime = "0.6.1"
36-
openapi = "2.1.22"
37-
kotlinLogging = "7.0.0"
36+
openapi = "2.1.24"
37+
kotlinLogging = "7.0.3"
3838
sl4j = "2.0.16"
3939

4040
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"
4343

4444
# TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
4545
kotestAsserions = "5.5.4"
4646

47-
jsoup = "1.18.1"
48-
arrow = "17.0.0"
47+
jsoup = "1.18.3"
48+
arrow = "18.1.0"
4949
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
5151
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"
5454
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"
5656
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"
5959
benchmark = "0.4.12"
6060

61-
geotools = "32.0"
61+
geotools = "32.1"
6262
jai-core = "1.1.3"
6363
jts = "1.20.0"
6464

plugins/kotlin-dataframe/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
4848
testImplementation("org.jetbrains.kotlin:kotlin-compiler-internal-test-framework:$kotlinVersion")
4949

50-
testImplementation(platform("org.junit:junit-bom:5.11.0"))
50+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
5151
testImplementation("org.junit.jupiter:junit-jupiter")
5252
testImplementation("org.junit.platform:junit-platform-commons")
5353
testImplementation("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)