diff --git a/README.md b/README.md index 2440acf..3e9e4af 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A lightweight, fluent Java library for building SQL queries and filtering in-mem - Supports all common operators: `=`, `!=`, `>`, `<`, `LIKE`, `IN`, `BETWEEN`, `IS NOT NULL` - Column selection, `GROUP BY`, `ORDER BY`, `LIMIT`, and `OFFSET` - In-memory filtering via `QueryableStorage` -- Zero runtime dependencies — pure Java 21 +- Zero runtime dependencies, pure Java 25 ## Installation @@ -19,7 +19,7 @@ Add the dependency to your `pom.xml`: com.github.EzFramework java-query-builder - 1.0.2 + 1.0.3 ```