Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed vulnerability with nth-check package in Gradle tasks #16535

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
359 changes: 162 additions & 197 deletions Tasks/GradleV2/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Tasks/GradleV2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Agent.Tasks.Gradle",
"version": "2.139.1",
"version": "2.208.0",
"author": "Microsoft Corporation",
"description": "Build with Gradle",
"license": "MIT",
Expand All @@ -11,9 +11,9 @@
"@types/node": "^10.17.0",
"@types/mocha": "^5.2.7",
"azure-pipelines-task-lib": "^3.1.6",
"azure-pipelines-tasks-codecoverage-tools": "2.0.3",
"azure-pipelines-tasks-codecoverage-tools": "2.201.0",
"azure-pipelines-tasks-java-common": "2.198.1",
"azure-pipelines-tasks-codeanalysis-common": "2.0.2"
"azure-pipelines-tasks-codeanalysis-common": "2.0.3"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/GradleV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 200,
"Patch": 2
"Minor": 208,
"Patch": 0
},
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",
"demands": [
Expand Down
4 changes: 2 additions & 2 deletions Tasks/GradleV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 200,
"Patch": 2
"Minor": 208,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"demands": [
Expand Down
Loading