diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5ed7bc36b97..c3786f5f2f4 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -187,11 +187,15 @@ jobs:
body: |
### Fixed
- - Fixed bug when setting the proxy port in gradle (#5123)
- - Fixed issue with invalid `node_module` paths in some scans (#5127)
+ - Fixes maven 3.1 compatibility issue (#5152)
+ - Fixed issue with invalid `node_module` paths in some scans (#5135)
+ - Fixed missing option to disable the Poetry Analyzer in the CLI (#5160)
+ - Fixed missing option to configure the OSS Index URL in the CLI (#5180)
+ - Fixed NPE when analyzing version ranges in NPM (#5158)
+ - Fixed issue with non-proxy host in the gradle plugin (https://github.com/dependency-check/dependency-check-gradle/pull/298)
- Resolved several FP
- See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/53?closed=1).
+ See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/54?closed=1).
- name: Upload CLI
id: upload-release-cli
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00a1d359f42..5b7381f506f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Change Log
+## [Version 7.4.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.2) (2022-12-28)
+
+### Fixed
+
+- Fixes maven 3.1 compatibility issue (#5152)
+- Fixed issue with invalid `node_module` paths in some scans (#5135)
+- Fixed missing option to disable the Poetry Analyzer in the CLI (#5160)
+- Fixed missing option to configure the OSS Index URL in the CLI (#5180)
+- Fixed NPE when analyzing version ranges in NPM (#5158)
+- Fixed issue with non-proxy host in the gradle plugin (https://github.com/dependency-check/dependency-check-gradle/pull/298)
+- Resolved several FP
+
+See the full listing of [changes](https://github.com/jeremylong/DependencyCheck/milestone/54?closed=1).
+
## [Version 7.4.1](https://github.com/jeremylong/DependencyCheck/releases/tag/v7.4.1) (2022-12-09)
### Fixed
diff --git a/ant/pom.xml b/ant/pom.xml
index 7ec5c21ff91..f19a97e927a 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-ant
diff --git a/archetype/pom.xml b/archetype/pom.xml
index 1d44a1e2b16..3b98040f871 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-plugin
Dependency-Check Plugin Archetype
diff --git a/cli/pom.xml b/cli/pom.xml
index eb565839aa3..1705c427d50 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-cli
diff --git a/core/pom.xml b/core/pom.xml
index 72c4091a835..997094df2fe 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-core
diff --git a/maven/pom.xml b/maven/pom.xml
index 54b087b7e5f..9b2cf89fdd8 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-maven
maven-plugin
diff --git a/pom.xml b/pom.xml
index 1aa31f8cfc0..05ca8e2b09c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
pom
diff --git a/utils/pom.xml b/utils/pom.xml
index c5bde9fa819..cd5dde3347d 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
org.owasp
dependency-check-parent
- 7.4.2-SNAPSHOT
+ 7.4.3-SNAPSHOT
dependency-check-utils