diff --git a/function-grep/Cargo.toml b/function-grep/Cargo.toml index 38f1652d..afe661e8 100644 --- a/function-grep/Cargo.toml +++ b/function-grep/Cargo.toml @@ -25,7 +25,7 @@ c-sharp = ["dep:tree-sitter-c-sharp"] [dependencies] tree-sitter = ">=0.21.0" tree-sitter-c = { version = "0.21.4", optional = true } -tree-sitter-java = { version = "0.21.0", optional = true } +tree-sitter-java = { version = "0.23.2", optional = true } tree-sitter-ocaml = { version = "0.21.2", optional = true } tree-sitter-python = { version = "0.21.0", optional = true } tree-sitter-ruby = { version = "0.21.0", optional = true }