From 08f4173efbbabcf082f5b2541379c9fc9e3ed2b1 Mon Sep 17 00:00:00 2001 From: Michael Bell Date: Tue, 18 Jun 2024 07:41:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00433a4..c79f91c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ OpenTable Embedded PostgreSQL Component ======================================= -Note: This library requires Java 11+. However, Flyway 10 requires Java 17. The last pure Java 11 release was 1.0.3 +Note: This library requires Java 11+. However, Flyway 10 **requires Java 17**. The last pure Java 11 release was 1.0.3 Allows embedding PostgreSQL into Java application code, using Docker containers. Excellent for allowing you to unit