Skip to content

Commit

Permalink
Update to version v3.2.10 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyarz-aws authored Aug 2, 2024
1 parent fd40986 commit 342139f
Show file tree
Hide file tree
Showing 27 changed files with 24,826 additions and 2,923 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.10] - 2024-08-02

### Updated

- Updated dnsjava jar on docker image to 3.6.1 to mitigate security vulnerability [CVE-2023-50387](https://nvd.nist.gov/vuln/detail/CVE-2023-50387)
- Updated fast-xml-parser to 4.4.1 to mitigate [CVE-2024-41818](https://avd.aquasec.com/nvd/cve-2024-41818)

### Fixed

- Fixed issues pertaining to discrepency between the sum of failed response codes number and total number of error count

## [3.2.9] - 2024-06-21

### Updated
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* commons-net v3.8.0 will be replaced with v3.9.0
* tika-core v1.28.3 will be replaced with v2.9.2
* json-path v2.7.0 will be replaced with v2.9.0
* dnsjava v2.1.9 will be replaced with v3.6.1
Also jmeter plugins manager will be updated to v1.10 to address CVEs and cmdrunner will be updated to v2.3 to accomodate with plugins manager.
"""
Expand All @@ -35,7 +36,8 @@
"lets-plot-batik": "org/jetbrains/lets-plot/lets-plot-batik/4.2.0/lets-plot-batik-4.2.0.jar",
"commons-net": "commons-net/commons-net/3.9.0/commons-net-3.9.0.jar",
"tika-core": "org/apache/tika/tika-core/2.9.2/tika-core-2.9.2.jar",
"json-path": "com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar"
"json-path": "com/jayway/jsonpath/json-path/2.9.0/json-path-2.9.0.jar",
"dnsjava": "dnsjava/dnsjava/3.6.1/dnsjava-3.6.1.jar"
}
JMETER_VERSION = "5.5"
JMETER_PLUGINS_MANAGER_VERSION = "1.10"
Expand Down
6 changes: 3 additions & 3 deletions source/api-services/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/api-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-services",
"version": "3.2.9",
"version": "3.2.10",
"description": "REST API micro services",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 342139f

Please sign in to comment.