From af3aa7eabde95589d4908cad043fa906818bfc03 Mon Sep 17 00:00:00 2001 From: Johannes Coetzee Date: Thu, 2 Jan 2025 15:56:10 +0100 Subject: [PATCH] Bump php-parser to 4.15.10 (#5196) --- project/Versions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Versions.scala b/project/Versions.scala index 339c1a43b40c..f3889c84f06b 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -25,7 +25,7 @@ object Versions { val json4s = "4.0.7" val lombok = "1.18.32" val mavenArcheologist = "0.0.10" - val phpParser = "4.15.9" + val phpParser = "4.15.10" val pPrint = "0.8.1" val reflection = "0.10.2" val requests = "0.8.0"