diff --git a/CHANGELOG.md b/CHANGELOG.md
index 271cee5909..015ace6975 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Send mercurial hook callbacks over separate tcp socket instead of http ([#1416](https://github.com/scm-manager/scm-manager/pull/1416))
+### Fixed
+- Language detection of files with interpreter parameters e.g.: `#!/usr/bin/make -f` ([#1450](https://github.com/scm-manager/scm-manager/issues/1450))
+
## [2.10.1] - 2020-11-24
### Fixed
- Improved logging of failures during plugin installation ([#1442](https://github.com/scm-manager/scm-manager/pull/1442))
diff --git a/pom.xml b/pom.xml
index f25d88f521..4173f8197a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@
org.assertj
assertj-core
- 3.17.2
+ 3.18.0
test
diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml
index da40463b1c..25bd19171b 100644
--- a/scm-webapp/pom.xml
+++ b/scm-webapp/pom.xml
@@ -315,7 +315,7 @@
com.github.sdorra
spotter-core
- 3.0.0
+ 3.0.1