mirror of https://github.com/jenkinsci/jenkins.git
Update dependency org.kohsuke.stapler:json-lib to v2.4-jenkins-9 (#10882)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fe4149a90
commit
66296a495f
|
@ -305,7 +305,7 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
<artifactId>json-lib</artifactId>
|
||||
<version>2.4-jenkins-8</version>
|
||||
<version>2.4-jenkins-9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.kohsuke.stapler</groupId>
|
||||
|
|
|
@ -166,6 +166,7 @@ THE SOFTWARE.
|
|||
<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:json-lib</exclude>
|
||||
<exclude>org.kohsuke.stapler:stapler</exclude>
|
||||
<exclude>org.kohsuke.stapler:stapler-groovy</exclude>
|
||||
<exclude>org.kohsuke.stapler:stapler-jelly</exclude>
|
||||
|
|
Loading…
Reference in New Issue