Test with Jenkins 2.263.3 (#1558)

Per the Jenkins LTS release checklist
https://github.com/jenkins-infra/release/issues/131
This commit is contained in:
Mark Waite 2021-01-26 01:10:58 -07:00 committed by GitHub
parent 161c501ed3
commit f9d526bdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<maven.deploy.skip>true</maven.deploy.skip> <!-- no need to be deployed during release, this is a test-only module -->
<jackson.version>2.11.3</jackson.version>
<netty.version>4.1.52.Final</netty.version>
<jenkins.version>2.263.1</jenkins.version>
<jenkins.version>2.263.3</jenkins.version>
</properties>
<dependencies>