Skip to content

Commit

Permalink
Release 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daroszp committed Dec 18, 2024
1 parent f46a660 commit 1754e79
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 11 deletions.
12 changes: 11 additions & 1 deletion RELEASENOTES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# SoapUI Open Source 5.7.3
# SoapUI Open Source 5.8.1

#### RELEASE_ME_ON ####

### Overall improvements ###

-------------------------------------------------------------------------------

# 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 ####
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<name>SoapUI project</name>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
<packaging>pom</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion soapui-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>soapui-project</artifactId>
<groupId>com.smartbear.soapui</groupId>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
</parent>

<artifactId>soapui-installer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-maven-plugin-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
</parent>

<artifactId>soapui-maven-plugin-tester</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
</parent>

<artifactId>soapui-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-system-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
</parent>

<artifactId>soapui-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.7.3-SNAPSHOT</version>
<version>5.8.0</version>
</parent>

<artifactId>soapui</artifactId>
Expand Down

0 comments on commit 1754e79

Please sign in to comment.