File tree Expand file tree Collapse file tree 9 files changed +21
-11
lines changed
soapui-maven-plugin-tester Expand file tree Collapse file tree 9 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
- # SoapUI Open Source 5.7.3
1
+ # SoapUI Open Source 5.8.1
2
2
3
3
#### RELEASE_ME_ON ####
4
4
5
5
### Overall improvements ###
6
6
7
7
-------------------------------------------------------------------------------
8
8
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
+
9
19
# SoapUI Open Source 5.7.2
10
20
11
21
#### Released on 2023-11-07 ####
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ currently being supported with security updates.
11
11
12
12
| Version | Supported | Notes |
13
13
| ---------| ------------------ | ---------------------- |
14
- | 5.7.2 | :white_check_mark : | |
15
- | <=5.7.1 | :x : | |
14
+ | 5.8.0 | :white_check_mark : | |
15
+ | <=5.7.2 | :x : | |
16
16
17
17
## Reporting a vulnerability
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -eux; \
9
9
10
10
WORKDIR /usr/local/SmartBear
11
11
12
- ARG SOAPUI_VERSION=5.7.2
12
+ ARG SOAPUI_VERSION=5.8.0
13
13
ENV PROJECT_DIR ./project
14
14
ENV REPORTS_DIR ./reports
15
15
ENV MOUNTED_PROJECT_DIR ./project
@@ -43,7 +43,7 @@ RUN set -eux; \
43
43
44
44
WORKDIR /usr/local/SmartBear
45
45
46
- ARG SOAPUI_VERSION=5.7.2
46
+ ARG SOAPUI_VERSION=5.8.0
47
47
ENV PROJECT_DIR ./project
48
48
ENV REPORTS_DIR ./reports
49
49
ENV MOUNTED_PROJECT_DIR ./project
Original file line number Diff line number Diff line change 7
7
<groupId >com.smartbear.soapui</groupId >
8
8
<artifactId >soapui-project</artifactId >
9
9
<name >SoapUI project</name >
10
- <version >5.7.3-SNAPSHOT </version >
10
+ <version >5.8.0 </version >
11
11
<packaging >pom</packaging >
12
12
13
13
<repositories >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >soapui-project</artifactId >
9
9
<groupId >com.smartbear.soapui</groupId >
10
- <version >5.7.3-SNAPSHOT </version >
10
+ <version >5.8.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >soapui-installer</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.smartbear.soapui</groupId >
12
12
<artifactId >soapui-project</artifactId >
13
- <version >5.7.3-SNAPSHOT </version >
13
+ <version >5.8.0 </version >
14
14
</parent >
15
15
16
16
<artifactId >soapui-maven-plugin-tester</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.smartbear.soapui</groupId >
9
9
<artifactId >soapui-project</artifactId >
10
- <version >5.7.3-SNAPSHOT </version >
10
+ <version >5.8.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >soapui-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.smartbear.soapui</groupId >
9
9
<artifactId >soapui-project</artifactId >
10
- <version >5.7.3-SNAPSHOT </version >
10
+ <version >5.8.0 </version >
11
11
</parent >
12
12
13
13
<artifactId >soapui-system-test</artifactId >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >com.smartbear.soapui</groupId >
14
14
<artifactId >soapui-project</artifactId >
15
- <version >5.7.3-SNAPSHOT </version >
15
+ <version >5.8.0 </version >
16
16
</parent >
17
17
18
18
<artifactId >soapui</artifactId >
You can’t perform that action at this time.
0 commit comments