Skip to content

Commit

Permalink
[JENKINS-47265] - Update Matrix Auth dependency to a version with the S…
Browse files Browse the repository at this point in the history
…ECURITY-410 fix in order to reproduce the issue
  • Loading branch information
oleg-nenashev committed Oct 4, 2017
1 parent 38e8f3c commit b32e276
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.33</version>
<version>2.36</version>
</parent>

<artifactId>role-strategy</artifactId>
Expand Down Expand Up @@ -70,8 +70,14 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-auth</artifactId>
<version>1.0</version>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>5.18</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Expand Down

0 comments on commit b32e276

Please sign in to comment.