This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 808a5bf9a1c78118df3498b8b030bd221cad3c39 Merge: d6c826d861 52facc97f9 Author: Stephen Mallette <[email protected]> AuthorDate: Tue Jun 30 19:50:26 2026 -0400 Merge branch '3.8-dev' pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --cc pom.xml index e755c0a95d,ac8f8f05f1..8e6a0569ae --- a/pom.xml +++ b/pom.xml @@@ -148,13 -152,12 +148,13 @@@ limitations under the License <url>https://github.com/apache/tinkerpop</url> </scm> <properties> - <antlr4.version>4.9.1</antlr4.version> - <caffeine.version>2.3.1</caffeine.version> - <commons.collections.version>3.2.2</commons.collections.version> + <antlr4.version>4.13.2</antlr4.version> + <caffeine.version>3.2.3</caffeine.version> + <commons.codec.version>1.20.0</commons.codec.version> + <commons.collections.version>4.5.0</commons.collections.version> - <commons.configuration.version>2.13.0</commons.configuration.version> + <commons.configuration.version>2.15.1</commons.configuration.version> <commons.lang.version>2.6</commons.lang.version> - <commons.io.version>2.8.0</commons.io.version> + <commons.io.version>2.22.0</commons.io.version> <commons.lang3.version>3.20.0</commons.lang3.version> <commons.text.version>1.15.0</commons.text.version> <cucumber.version>7.21.1</cucumber.version>
