Skip to content

Commit 1ded6a4

Browse files
author
Robert Diers
committed
contect-type fix delete endpoint
1 parent f1cdb24 commit 1ded6a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Container: https://github.com/opentestingapi/impl_java/pkgs/container/opentest
1818
| 1.9 | 1.0 | dependency upgrades, CVE fix: https://github.com/aws/aws-sdk-java/security/advisories/GHSA-c28r-hw5m-5gv3 |
1919
| 1.10 | 1.0 | endpoint to export all test cases |
2020
| 1.11 | 1.0 | Kafka consumers not shared between test cases, they have to use different group.id (recreated with every upload) |
21+
| 1.12 | 1.0 | Bugfix DELETE endpoind content-type |
2122

2223
## Architecture
2324

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>org.opentesting</groupId>
1313
<artifactId>impl_java</artifactId>
14-
<version>1.11</version>
14+
<version>1.12</version>
1515
<name>impl_java</name>
1616
<description>open testing implementation spring boot</description>
1717

0 commit comments

Comments
 (0)