Skip to content

Commit

Permalink
Update dependency org.jenkins-ci.plugins:script-security to v1369 (je…
Browse files Browse the repository at this point in the history
…nkinsci#9970)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 4b2ab44)
  • Loading branch information
renovate[bot] authored and krisstern committed Nov 15, 2024
1 parent 077613d commit 67d54f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ THE SOFTWARE.
<!-- requireUpperBoundDeps via matrix-project and junit -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1362.v67dc1f0e1b_b_3</version>
<version>1369.v9b_98a_4e95b_2d</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
12 changes: 10 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ THE SOFTWARE.
<host>localhost</host>
<!-- HTTP listener port -->
<port>8080</port>
<mina-sshd-api.version>2.13.2-125.v200281b_61d59</mina-sshd-api.version>
<mina-sshd-api.version>2.14.0-133.vcc091215a_358</mina-sshd-api.version>
<!-- Minimum Remoting version, which is tested for API compatibility, duplicated so that renovate only updates the latest remoting version property -->
<remoting.minimum.supported.version>3107.v665000b_51092</remoting.minimum.supported.version>

Expand Down Expand Up @@ -148,13 +148,21 @@ THE SOFTWARE.
<enforceBytecodeVersion>
<maxJdkVersion>11</maxJdkVersion>
<excludes>
<exclude>com.infradna.tool:bridge-method-annotation</exclude>
<exclude>org.jenkins-ci:annotation-indexer</exclude>
<exclude>org.jenkins-ci:commons-jelly</exclude>
<exclude>org.jenkins-ci:crypto-util</exclude>
<exclude>org.jenkins-ci.main:cli</exclude>
<exclude>org.jenkins-ci.main:jenkins-core</exclude>
<exclude>org.jenkins-ci.main:websocket-jetty12-ee9</exclude>
<exclude>org.jenkins-ci.main:websocket-spi</exclude>
<exclude>org.jenkins-ci:memory-monitor</exclude>
<exclude>org.jenkins-ci:symbol-annotation</exclude>
<exclude>org.jenkins-ci:task-reactor</exclude>
<exclude>org.jenkins-ci:version-number</exclude>
<exclude>org.jvnet.hudson:commons-jelly-tags-define</exclude>
<exclude>org.jvnet.winp:winp</exclude>
<exclude>org.kohsuke:access-modifier-annotation</exclude>
<exclude>org.kohsuke.stapler:stapler</exclude>
<exclude>org.kohsuke.stapler:stapler-groovy</exclude>
<exclude>org.kohsuke.stapler:stapler-jelly</exclude>
Expand Down Expand Up @@ -299,7 +307,7 @@ THE SOFTWARE.
<!-- dependency of command-launcher, junit, matrix-project, and workflow-support -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
<version>1362.v67dc1f0e1b_b_3</version>
<version>1369.v9b_98a_4e95b_2d</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
Expand Down

0 comments on commit 67d54f1

Please sign in to comment.