forked from carlrobertoh/ProxyAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update and centralize dependencies (carlrobertoh#436)
* chore(deps): Update and centralize dependencies * Update treesitter to 0.22.2 * Update kotlin to 1.9.23 * Update jackson to 2.17.0 * Update gradle-intellij-plugin to 1.17.3 * Update gradle to 8.7 * Use BOMs where possible * Centralize dependencies in version catalog * Allow Dependabot to update other modules (add treesitter and buildSrc/src/main/kotlin, remove core) * fix: preload credentials only once for all headers
- Loading branch information
1 parent
52ceaa6
commit 7f505e2
Showing
13 changed files
with
71 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dependencyResolutionManagement { | ||
versionCatalogs { | ||
create("libs") { | ||
from(files("../gradle/libs.versions.toml")) // Allow references | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[versions] | ||
analytics = "3.0.0" | ||
assertj = "3.25.3" | ||
changelog = "2.2.0" | ||
commons-text = "1.11.0" | ||
flexmark = "0.64.8" | ||
gradle-intellij-plugin-version="1.17.3" | ||
jackson = "2.17.0" | ||
jsoup = "1.17.2" | ||
jtokkit = "1.0.0" | ||
junit = "5.10.2" | ||
kotlin = "1.9.23" | ||
llm-client = "0.7.0" | ||
tree-sitter = "0.22.2" | ||
|
||
[libraries] | ||
analytics = { module = "com.rudderstack.sdk.java.analytics:analytics", version.ref = "analytics" } | ||
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" } | ||
commons-text = { module = "org.apache.commons:commons-text", version.ref = "commons-text" } | ||
flexmark-all = { module = "com.vladsch.flexmark:flexmark-all", version.ref = "flexmark" } | ||
gradle-intellij-plugin = { module = "org.jetbrains.intellij.plugins:gradle-intellij-plugin", version.ref = "gradle-intellij-plugin-version" } | ||
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" } | ||
jtokkit = { module = "com.knuddels:jtokkit", version.ref = "jtokkit" } | ||
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" } | ||
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
llm-client = { module = "ee.carlrobert:llm-client", version.ref = "llm-client" } | ||
tree-sitter = { module = "io.github.bonede:tree-sitter", version.ref = "tree-sitter" } | ||
|
||
[plugins] | ||
changelog = { id = "org.jetbrains.changelog", version.ref = "changelog" } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters