Skip to content

Commit

Permalink
Update library and plugin versions
Browse files Browse the repository at this point in the history
Bump commonsIo to 2.18.0, mysql to 9.1.0, and kotlinLogging to 7.0.3. Update plugin-publish to 1.3.0, shadow to 8.3.5, and buildconfig to 5.5.1.
  • Loading branch information
Jolanrensen committed Dec 2, 2024
1 parent b83cbfc commit b767980
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ deephavenCsv = "0.15.0"
fastDoubleParser = "2.0.1"
commonsCsv = "1.11.0"
commonsCompress = "1.27.1"
commonsIo = "2.16.1"
commonsIo = "2.18.0"
serialization = "1.7.1"
poi = "5.3.0"
mariadb = "3.4.1"
h2db = "2.3.232"
mssql = "12.8.1.jre11"
mysql = "9.0.0"
mysql = "9.1.0"
postgresql = "42.7.4"
sqlite = "3.46.1.0"
jtsCore = "1.19.0"
kotlinDatetime = "0.6.1"
openapi = "2.1.22"
kotlinLogging = "7.0.0"
kotlinLogging = "7.0.3"
sl4j = "2.0.16"

junit = "4.13.2"
Expand All @@ -49,13 +49,13 @@ arrow = "17.0.0"
docProcessor = "0.3.10"
simpleGit = "2.0.3"
dependencyVersions = "0.51.0"
plugin-publish = "1.2.1"
shadow = "8.3.3"
plugin-publish = "1.3.0"
shadow = "8.3.5"
android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
ktor = "2.3.12"
kotlin-compile-testing = "1.6.0"
duckdb = "1.0.0"
buildconfig = "5.4.0"
buildconfig = "5.5.1"
benchmark = "0.4.12"

geotools = "32.0"
Expand Down

0 comments on commit b767980

Please sign in to comment.