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

Update Anltr to 4.10 to support Hibernate 6 integration #20119

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<commons-collections4.version>4.4</commons-collections4.version>
<commons-codec.version>1.15</commons-codec.version>

<antlr4.version>4.9.2</antlr4.version>
<antlr4.version>4.10</antlr4.version>
<snakeyaml.version>1.30</snakeyaml.version>
<gson.version>2.8.6</gson.version>
<groovy.version>4.0.3</groovy.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ BSD licenses
The following components are provided under a BSD license. See project link for details.
The text of each license is also included at licenses/LICENSE-[project].txt.

antlr4-runtime 4.9.2: https://github.com/antlr/antlr4, BSD-3-Clause
antlr4-runtime 4.10: https://github.com/antlr/antlr4, BSD-3-Clause
asm 5.0.4: https://github.com/llbit/ow2-asm, BSD-3-Clause
commons-compiler 3.0.11: https://github.com/janino-compiler/janino, New BSD License
janino 3.0.11: https://github.com/janino-compiler/janino, New BSD License
Expand Down