From c7911705be40f2fe8315124b9d3bd837cb2d1582 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Wed, 4 Dec 2024 09:59:01 +1100 Subject: [PATCH] chore: Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6dab78336..19860ed8f 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,12 @@ and in the [Pact-JVM wiki](https://github.com/pact-foundation/pact-jvm/wiki). [S ## Supported JDK and specification versions: -| Branch | Specification | JDK | Kotlin Version | Latest Version | Notes | -|------------------------------------------------------------------------|---------------|------------|----------------|----------------|-------| -| [4.6.x](https://github.com/pact-foundation/pact-jvm/blob/v4.6.x/README.md) master | V4 + plugins | 17+ | 1.8.22 | 4.6.15 | | -| [4.5.x](https://github.com/pact-foundation/pact-jvm/blob/v4.5.x/README.md) | V4 + plugins | 11+/17+(1) | 1.7.20 | 4.5.13 | | -| [4.1.x](https://github.com/pact-foundation/pact-jvm/blob/v4.1.x/README.md) | V3 | 8-12 | 1.3.72 | 4.1.43 | | +| Branch | Specification | JDK | Kotlin Version | Latest Version | Notes | +|-----------------------------------------------------------------------------------|---------------|-----------------------|----------------|----------------|-------| +| [4.7.x](https://github.com/pact-foundation/pact-jvm/blob/v4.7.x/README.md) | V4 + plugins | 17+ (tested up to 23) | 2.0.21 | 4.7.0-beta.0 | | +| [4.6.x](https://github.com/pact-foundation/pact-jvm/blob/v4.6.x/README.md) master | V4 + plugins | 17+ (tested up to 18) | 1.8.22 | 4.6.15 | | +| [4.5.x](https://github.com/pact-foundation/pact-jvm/blob/v4.5.x/README.md) | V4 + plugins | 11+/17+(1) | 1.7.20 | 4.5.13 | | +| [4.1.x](https://github.com/pact-foundation/pact-jvm/blob/v4.1.x/README.md) | V3 | 8-12 | 1.3.72 | 4.1.43 | | **Notes:** * **1:** Spring6 support library requires JDK 17+. The rest of Pact-JVM 4.5.x libs require 11+.