From 1754e79320d80b936fef6f7a02bcc5efb7e55484 Mon Sep 17 00:00:00 2001 From: Piotr Darosz Date: Fri, 13 Dec 2024 08:22:40 +0100 Subject: [PATCH] Release 5.8.0 --- RELEASENOTES.txt | 12 +++++++++++- SECURITY.md | 4 ++-- docker/Dockerfile | 4 ++-- pom.xml | 2 +- soapui-installer/pom.xml | 2 +- soapui-maven-plugin-tester/pom.xml | 2 +- soapui-maven-plugin/pom.xml | 2 +- soapui-system-test/pom.xml | 2 +- soapui/pom.xml | 2 +- 9 files changed, 21 insertions(+), 11 deletions(-) diff --git a/RELEASENOTES.txt b/RELEASENOTES.txt index 322acc7de3..99b16890ad 100644 --- a/RELEASENOTES.txt +++ b/RELEASENOTES.txt @@ -1,4 +1,4 @@ -# SoapUI Open Source 5.7.3 +# SoapUI Open Source 5.8.1 #### RELEASE_ME_ON #### @@ -6,6 +6,16 @@ ------------------------------------------------------------------------------- +# SoapUI Open Source 5.8.0 + +#### Released on 2024-12-20 #### + +Upgrade to Java 17.0.12 +Updated libraries: GraphQL -> 22.3 +MacOS ARM native installer +AES256 project encryption support +------------------------------------------------------------------------------- + # SoapUI Open Source 5.7.2 #### Released on 2023-11-07 #### diff --git a/SECURITY.md b/SECURITY.md index 5e943010f6..d7e0a30b8b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,8 +11,8 @@ currently being supported with security updates. | Version | Supported | Notes | |---------| ------------------ | ---------------------- | -| 5.7.2 | :white_check_mark: | | -| <=5.7.1 | :x: | | +| 5.8.0 | :white_check_mark: | | +| <=5.7.2 | :x: | | ## Reporting a vulnerability diff --git a/docker/Dockerfile b/docker/Dockerfile index e7c3df3e34..2f97b35d3b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -9,7 +9,7 @@ RUN set -eux; \ WORKDIR /usr/local/SmartBear -ARG SOAPUI_VERSION=5.7.2 +ARG SOAPUI_VERSION=5.8.0 ENV PROJECT_DIR ./project ENV REPORTS_DIR ./reports ENV MOUNTED_PROJECT_DIR ./project @@ -43,7 +43,7 @@ RUN set -eux; \ WORKDIR /usr/local/SmartBear -ARG SOAPUI_VERSION=5.7.2 +ARG SOAPUI_VERSION=5.8.0 ENV PROJECT_DIR ./project ENV REPORTS_DIR ./reports ENV MOUNTED_PROJECT_DIR ./project diff --git a/pom.xml b/pom.xml index 74f6736746..2bc646a32b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.smartbear.soapui soapui-project SoapUI project - 5.7.3-SNAPSHOT + 5.8.0 pom diff --git a/soapui-installer/pom.xml b/soapui-installer/pom.xml index be58a823a1..1bec943a0f 100644 --- a/soapui-installer/pom.xml +++ b/soapui-installer/pom.xml @@ -7,7 +7,7 @@ soapui-project com.smartbear.soapui - 5.7.3-SNAPSHOT + 5.8.0 soapui-installer diff --git a/soapui-maven-plugin-tester/pom.xml b/soapui-maven-plugin-tester/pom.xml index 1f98260443..f09b82707e 100644 --- a/soapui-maven-plugin-tester/pom.xml +++ b/soapui-maven-plugin-tester/pom.xml @@ -10,7 +10,7 @@ com.smartbear.soapui soapui-project - 5.7.3-SNAPSHOT + 5.8.0 soapui-maven-plugin-tester diff --git a/soapui-maven-plugin/pom.xml b/soapui-maven-plugin/pom.xml index 5de23904ac..b10891e507 100644 --- a/soapui-maven-plugin/pom.xml +++ b/soapui-maven-plugin/pom.xml @@ -7,7 +7,7 @@ com.smartbear.soapui soapui-project - 5.7.3-SNAPSHOT + 5.8.0 soapui-maven-plugin diff --git a/soapui-system-test/pom.xml b/soapui-system-test/pom.xml index 98c94ae5e3..8b9f06eda7 100644 --- a/soapui-system-test/pom.xml +++ b/soapui-system-test/pom.xml @@ -7,7 +7,7 @@ com.smartbear.soapui soapui-project - 5.7.3-SNAPSHOT + 5.8.0 soapui-system-test diff --git a/soapui/pom.xml b/soapui/pom.xml index 92f3643e7f..06654cb13f 100644 --- a/soapui/pom.xml +++ b/soapui/pom.xml @@ -12,7 +12,7 @@ com.smartbear.soapui soapui-project - 5.7.3-SNAPSHOT + 5.8.0 soapui