Skip to content

Commit 1754e79

Browse files
committed
Release 5.8.0
1 parent f46a660 commit 1754e79

File tree

9 files changed

+21
-11
lines changed

9 files changed

+21
-11
lines changed

RELEASENOTES.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# SoapUI Open Source 5.7.3
1+
# SoapUI Open Source 5.8.1
22

33
#### RELEASE_ME_ON ####
44

55
### Overall improvements ###
66

77
-------------------------------------------------------------------------------
88

9+
# SoapUI Open Source 5.8.0
10+
11+
#### Released on 2024-12-20 ####
12+
13+
Upgrade to Java 17.0.12
14+
Updated libraries: GraphQL -> 22.3
15+
MacOS ARM native installer
16+
AES256 project encryption support
17+
-------------------------------------------------------------------------------
18+
919
# SoapUI Open Source 5.7.2
1020

1121
#### Released on 2023-11-07 ####

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ currently being supported with security updates.
1111

1212
| Version | Supported | Notes |
1313
|---------| ------------------ | ---------------------- |
14-
| 5.7.2 | :white_check_mark: | |
15-
| <=5.7.1 | :x: | |
14+
| 5.8.0 | :white_check_mark: | |
15+
| <=5.7.2 | :x: | |
1616

1717
## Reporting a vulnerability
1818

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -eux; \
99

1010
WORKDIR /usr/local/SmartBear
1111

12-
ARG SOAPUI_VERSION=5.7.2
12+
ARG SOAPUI_VERSION=5.8.0
1313
ENV PROJECT_DIR ./project
1414
ENV REPORTS_DIR ./reports
1515
ENV MOUNTED_PROJECT_DIR ./project
@@ -43,7 +43,7 @@ RUN set -eux; \
4343

4444
WORKDIR /usr/local/SmartBear
4545

46-
ARG SOAPUI_VERSION=5.7.2
46+
ARG SOAPUI_VERSION=5.8.0
4747
ENV PROJECT_DIR ./project
4848
ENV REPORTS_DIR ./reports
4949
ENV MOUNTED_PROJECT_DIR ./project

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.smartbear.soapui</groupId>
88
<artifactId>soapui-project</artifactId>
99
<name>SoapUI project</name>
10-
<version>5.7.3-SNAPSHOT</version>
10+
<version>5.8.0</version>
1111
<packaging>pom</packaging>
1212

1313
<repositories>

soapui-installer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>soapui-project</artifactId>
99
<groupId>com.smartbear.soapui</groupId>
10-
<version>5.7.3-SNAPSHOT</version>
10+
<version>5.8.0</version>
1111
</parent>
1212

1313
<artifactId>soapui-installer</artifactId>

soapui-maven-plugin-tester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.smartbear.soapui</groupId>
1212
<artifactId>soapui-project</artifactId>
13-
<version>5.7.3-SNAPSHOT</version>
13+
<version>5.8.0</version>
1414
</parent>
1515

1616
<artifactId>soapui-maven-plugin-tester</artifactId>

soapui-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.smartbear.soapui</groupId>
99
<artifactId>soapui-project</artifactId>
10-
<version>5.7.3-SNAPSHOT</version>
10+
<version>5.8.0</version>
1111
</parent>
1212

1313
<artifactId>soapui-maven-plugin</artifactId>

soapui-system-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.smartbear.soapui</groupId>
99
<artifactId>soapui-project</artifactId>
10-
<version>5.7.3-SNAPSHOT</version>
10+
<version>5.8.0</version>
1111
</parent>
1212

1313
<artifactId>soapui-system-test</artifactId>

soapui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.smartbear.soapui</groupId>
1414
<artifactId>soapui-project</artifactId>
15-
<version>5.7.3-SNAPSHOT</version>
15+
<version>5.8.0</version>
1616
</parent>
1717

1818
<artifactId>soapui</artifactId>

0 commit comments

Comments
 (0)