Skip to content

Commit 86c51e1

Browse files
authored
Merge branch 'master' into xmlunit
2 parents 76467a3 + 7aa9647 commit 86c51e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/main/resources/jenkins/install/platform-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"category": "User Management and Security",
8181
"plugins": [
8282
{ "name": "matrix-auth", "suggested": true },
83-
{ "name": "pam-auth", "suggested": true },
83+
{ "name": "pam-auth" },
8484
{ "name": "ldap", "suggested": true },
8585
{ "name": "role-strategy" },
8686
{ "name": "active-directory" }

test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ THE SOFTWARE.
100100
<dependency>
101101
<groupId>org.jenkins-ci.plugins</groupId>
102102
<artifactId>bouncycastle-api</artifactId>
103-
<version>2.30.1.80-256.vf98926042a_9b_</version>
103+
<version>2.30.1.80-261.v00c0e2618ec3</version>
104104
</dependency>
105105
<dependency>
106106
<!-- RequireUpperBoundDeps via mailer and junit -->
@@ -183,7 +183,7 @@ THE SOFTWARE.
183183
<dependency>
184184
<groupId>org.jenkins-ci.main</groupId>
185185
<artifactId>jenkins-test-harness</artifactId>
186-
<version>2447.v8a_ce9e0fca_32</version>
186+
<version>2451.v7538d021657d</version>
187187
<scope>test</scope>
188188
<exclusions>
189189
<exclusion>

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ THE SOFTWARE.
435435
<!-- detached after 2.16 -->
436436
<groupId>org.jenkins-ci.plugins</groupId>
437437
<artifactId>bouncycastle-api</artifactId>
438-
<version>2.30.1.80-256.vf98926042a_9b_</version>
438+
<version>2.30.1.80-261.v00c0e2618ec3</version>
439439
<type>hpi</type>
440440
</artifactItem>
441441
<artifactItem>

0 commit comments

Comments
 (0)