diff --git a/technologies/fastjson-version.yaml b/technologies/fastjson-version.yaml index ea54b58aca..f6135949d1 100644 --- a/technologies/fastjson-version.yaml +++ b/technologies/fastjson-version.yaml @@ -17,10 +17,14 @@ requests: {"@type":"java.lang.AutoCloseable" - extractors: + matchers: + - type: word + words: + - 'fastjson-version' + + extractors: - type: regex - name: version part: body - group: 1 - regex: + group: 1 + regex: - 'fastjson-version.*([0-9]\.[0-9]+\.[0-9]+)' \ No newline at end of file