This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-mcp.git
The following commit(s) were added to refs/heads/main by this push:
new 56c634d chore(deps): bump Error Prone Core from 2.38.0 to 2.48.0 (#81)
56c634d is described below
commit 56c634daf0d584b303ca69e811ea4e1cd68a3bfd
Author: Aditya Parikh <[email protected]>
AuthorDate: Wed Apr 15 15:27:16 2026 -0400
chore(deps): bump Error Prone Core from 2.38.0 to 2.48.0 (#81)
* chore(deps): bump Error Prone Core from 2.38.0 to 2.48.0
---------
Signed-off-by: adityamparikh <[email protected]>
Co-authored-by: Claude <[email protected]>
Co-authored-by: Eric Pugh <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 694265f..549a90d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -14,7 +14,7 @@ jspecify = "1.0.0"
mcp-server-security = "0.0.6"
# Error Prone and analysis tools
-errorprone-core = "2.38.0"
+errorprone-core = "2.48.0"
nullaway = "0.13.1"