Skip to content

Commit

Permalink
Bump commons-jelly from 1.1-jenkins-20220630 to 1.1-jenkins-20230124 (#…
Browse files Browse the repository at this point in the history
…436)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2023
1 parent 7baa222 commit 4e42802
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions jelly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<description>Jelly binding for Stapler</description>

<properties>
<jelly.version>1.1-jenkins-20230124</jelly.version>
<maven-jellydoc-plugin.version>1.10</maven-jellydoc-plugin.version>
</properties>

Expand All @@ -29,13 +30,7 @@
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>commons-jelly</artifactId>
<version>1.1-jenkins-20220630</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
<version>${jelly.version}</version>
</dependency>
<dependency>
<!-- only needed for annotations, hence optional -->
Expand Down Expand Up @@ -109,22 +104,8 @@
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>1.0.1-hudson-20071021</version>
<version>${jelly.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.jvnet.hudson</groupId>
<artifactId>commons-jelly</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kohsuke.stapler</groupId>
Expand Down

0 comments on commit 4e42802

Please sign in to comment.