Test JCasC against 2.303.1 (#1702)

This commit is contained in:
Basil Crow 2021-08-25 11:12:18 -07:00 committed by GitHub
parent 5dde41f6c8
commit f87de0bb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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.12.4</jackson.version>
<netty.version>4.1.67.Final</netty.version>
<jenkins.version>2.302</jenkins.version>
<jenkins.version>2.303.1</jenkins.version>
<junixsocket.version>2.4.0</junixsocket.version>
<declarative-pipeline.version>1.9.1</declarative-pipeline.version>
<kotlin-stdlib.version>1.5.21</kotlin-stdlib.version>
@ -767,7 +767,7 @@
</dependency>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.302.x</artifactId>
<artifactId>bom-2.303.x</artifactId>
<version>${plugin-bom.version}</version>
<scope>import</scope>
<type>pom</type>

View File

@ -25,7 +25,7 @@
<java.level>8</java.level>
<tagNameFormat>configuration-as-code-@{project.version}</tagNameFormat>
<useBeta>true</useBeta>
<plugin-bom.version>923.v08bdc07cd40f</plugin-bom.version>
<plugin-bom.version>937.v51fde92016ed</plugin-bom.version>
</properties>
<name>Configuration as Code Parent</name>