We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebeb2bb commit 333a97eCopy full SHA for 333a97e
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>io.github.tree-sitter</groupId>
8
<artifactId>jtreesitter</artifactId>
9
<name>JTreeSitter</name>
10
- <version>0.24.1</version>
+ <version>0.25.0</version>
11
<description>Java bindings to the tree-sitter parsing library</description>
12
<url>https://tree-sitter.github.io/java-tree-sitter/</url>
13
<inceptionYear>2024</inceptionYear>
@@ -323,7 +323,7 @@
323
<dependency>
324
<groupId>org.junit</groupId>
325
<artifactId>junit-bom</artifactId>
326
- <version>5.11.0</version>
+ <version>5.11.2</version>
327
<type>pom</type>
328
<scope>import</scope>
329
</dependency>
0 commit comments