mirror of https://github.com/jenkinsci/jenkins.git
Bump `task-reactor` from 1.7 to 1.8 (#7081)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad33452dc2
commit
65d8be622f
|
|
@ -244,7 +244,7 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
<artifactId>task-reactor</artifactId>
|
||||
<version>1.7</version>
|
||||
<version>1.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jenkins-ci</groupId>
|
||||
|
|
|
|||
|
|
@ -174,6 +174,7 @@ THE SOFTWARE.
|
|||
<maxJdkVersion>1.8</maxJdkVersion>
|
||||
<excludes>
|
||||
<exclude>org.jenkins-ci:commons-jelly</exclude>
|
||||
<exclude>org.jenkins-ci:task-reactor</exclude>
|
||||
<exclude>org.jenkins-ci.main:cli</exclude>
|
||||
<exclude>org.jenkins-ci.main:jenkins-core</exclude>
|
||||
<exclude>org.jenkins-ci.main:remoting</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue