Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies without visible API changes #3204

Merged
merged 2 commits into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ gradlePlugin-kotlin = "1.9.10"
gradlePlugin-android = "4.2.2"
gradlePlugin-dokka = "1.9.10"

kotlinx-coroutines = "1.6.3"
kotlinx-collections-immutable = "0.3.4"
kotlinx-bcv = "0.12.1"
kotlinx-coroutines = "1.7.3"
kotlinx-collections-immutable = "0.3.6"
kotlinx-bcv = "0.13.2"

## Analysis
kotlin-compiler = "1.9.10"
Expand All @@ -20,8 +20,8 @@ kotlin-compiler-k2 = "1.9.30-dev-3330"
intellij-platform = "213.7172.25"

## HTML
jsoup = "1.15.3"
freemarker = "2.3.31"
jsoup = "1.16.1"
freemarker = "2.3.32"
korlibs-template = "4.0.10"
kotlinx-html = "0.9.1"

Expand All @@ -39,7 +39,7 @@ apacheMaven-archiver = "2.5"
apacheMaven-pluginTools = "3.5.2"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JFYI I didn't touch anything related to Maven, these versions are very, very old, and I think the chance of breaking something here is considerable. Let's do it when we start improving the Maven runner as a whole


## CLI
kotlinx-cli = "0.3.4"
kotlinx-cli = "0.3.6"

## NPM | Frontend
node = "16.13.0"
Expand All @@ -51,8 +51,8 @@ gradlePlugin-gradlePluginPublish = "0.20.0"
gradlePlugin-gradleNode = "3.5.1"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JFYI I also didn't touch anything related to publishing to avoid breaking something. These versions and dependencies should be revisited as part of #3132


## Test
junit = "5.9.2"
eclipse-jgit = "5.12.0.202106070339-r"
junit = "5.9.3"
eclipse-jgit = "5.13.2.202306221912-r" # jgit 6.X requires Java 11 to run

[libraries]

Expand Down