chore(deps): bump deps

This commit is contained in:
Carl-Robert Linnupuu 2024-04-23 17:21:29 +03:00
parent c0b43dd592
commit 4fc09a3053
2 changed files with 8 additions and 8 deletions

View file

@ -9,13 +9,13 @@ dependencies {
implementation("io.github.bonede:tree-sitter-dockerfile:0.1.2")
implementation("io.github.bonede:tree-sitter-dart:master")
implementation("io.github.bonede:tree-sitter-css:0.20.0")
implementation("io.github.bonede:tree-sitter-cpp:0.20.3")
implementation("io.github.bonede:tree-sitter-cpp:0.22.0")
implementation("io.github.bonede:tree-sitter-c-sharp:0.20.0")
implementation("io.github.bonede:tree-sitter-fortran:master")
implementation("io.github.bonede:tree-sitter-gitattributes:0.1.3")
implementation("io.github.bonede:tree-sitter-go:0.20.0")
implementation("io.github.bonede:tree-sitter-go:0.21.0")
implementation("io.github.bonede:tree-sitter-graphql:master")
implementation("io.github.bonede:tree-sitter-html:0.19.0")
implementation("io.github.bonede:tree-sitter-html:0.20.2")
implementation("io.github.bonede:tree-sitter-javascript:0.20.1")
implementation("io.github.bonede:tree-sitter-json:0.20.1")
implementation("io.github.bonede:tree-sitter-kotlin:0.3.1")
@ -25,9 +25,9 @@ dependencies {
implementation("io.github.bonede:tree-sitter-markdown:0.7.1")
implementation("io.github.bonede:tree-sitter-objc:main")
implementation("io.github.bonede:tree-sitter-perl:0.4.0")
implementation("io.github.bonede:tree-sitter-ruby:0.19.0")
implementation("io.github.bonede:tree-sitter-rust:0.20.4")
implementation("io.github.bonede:tree-sitter-scala:0.20.2")
implementation("io.github.bonede:tree-sitter-ruby:0.20.1")
implementation("io.github.bonede:tree-sitter-rust:0.21.0")
implementation("io.github.bonede:tree-sitter-scala:0.21.0")
implementation("io.github.bonede:tree-sitter-scss:1.0.0")
implementation("io.github.bonede:tree-sitter-svelte:0.11.0")
implementation("io.github.bonede:tree-sitter-swift:0.3.6")

View file

@ -3,7 +3,7 @@ analytics = "3.0.0"
assertj = "3.25.3"
changelog = "2.2.0"
checkstyle = "10.15.0"
commons-text = "1.11.0"
commons-text = "1.12.0"
flexmark = "0.64.8"
gradle-intellij-plugin-version = "1.17.3"
gson = "2.10.1"
@ -14,7 +14,7 @@ junit = "5.10.2"
kotlin = "1.9.23"
llm-client = "0.7.2"
okio = "3.9.0"
tree-sitter = "0.22.2"
tree-sitter = "0.22.5"
[libraries]
analytics = { module = "com.rudderstack.sdk.java.analytics:analytics", version.ref = "analytics" }