From 79a9b561350ba706b3f97d1425399679ca747867 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 26 Nov 2020 16:06:33 +0100 Subject: [PATCH 1/2] Fix language detection of files with interpreter parameters Update spotter to version 3.0.1 in order to fix language detection of files with a shebang which contains a parameter e.g. /usr/bin/make -f --- CHANGELOG.md | 3 +++ scm-webapp/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94af24ddd4..126bb4fb55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Show the date of the last commit for branches in the frontend ([#1439](https://github.com/scm-manager/scm-manager/pull/1439)) - Unify and add description to key view across user settings ([#1440](https://github.com/scm-manager/scm-manager/pull/1440)) +### 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/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 From 2a2324bbc3b1fef3423cfd342026da3df5797c79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Nov 2020 01:00:30 +0000 Subject: [PATCH 2/2] fix: upgrade org.assertj:assertj-core from 3.17.2 to 3.18.0 Snyk has created this PR to upgrade org.assertj:assertj-core from 3.17.2 to 3.18.0. See this package in Maven Repository: https://mvnrepository.com/artifact/org.assertj/assertj-core/ See this project in Snyk: https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac777de908..2b4bb86048 100644 --- a/pom.xml +++ b/pom.xml @@ -464,7 +464,7 @@ org.assertj assertj-core - 3.17.2 + 3.18.0 test