From 4c0dddad1b96d4a20e92a2cd583954643ac56ac0 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Sun, 4 Feb 2024 09:33:57 +0100 Subject: [PATCH] Release 5.10.2 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f3c0be2b3ad..6308dd68cb7d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.10.1](https://github.com/junit-team/junit5/releases/tag/r5.10.1) (November 5, 2023) +- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 66d9d35d8157..a053cb6e220e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.2-SNAPSHOT +version = 5.10.2 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.2-SNAPSHOT +platformVersion = 1.10.2 vintageGroup = org.junit.vintage -vintageVersion = 5.10.2-SNAPSHOT +vintageVersion = 5.10.2 # We need more metaspace due to apparent memory leak in Asciidoctor/JRuby # The exports are needed due to https://github.com/diffplug/spotless/issues/834