Skip to content

Commit

Permalink
Integration test with 2.289 (#1601)
Browse files Browse the repository at this point in the history
* Update to new LTS weekly

* Fix upper bound dep error

Co-authored-by: res0nance <[email protected]>
  • Loading branch information
res0nance and res0nance authored May 8, 2021
1 parent eb52b3e commit f8cb007
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.277.4</jenkins.version>
<jenkins.version>2.289</jenkins.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -385,6 +385,11 @@
<artifactId>jackson2-api</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.2.0</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit f8cb007

Please sign in to comment.