Skip to content

Commit 65142fd

Browse files
dependabot[bot]Clarck Robinson
andauthored
build(deps-dev): Bump jcasc.version from 1.51 to 1.55.1 (#322)
* build(deps-dev): Bump jcasc.version from 1.51 to 1.55.1 Bumps `jcasc.version` from 1.51 to 1.55.1. Updates `configuration-as-code` from 1.51 to 1.55.1 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](jenkinsci/configuration-as-code-plugin@configuration-as-code-1.51...configuration-as-code-1.55.1) Updates `test-harness` from 1.51 to 1.55.1 - [Release notes](https://github.com/jenkinsci/configuration-as-code-plugin/releases) - [Commits](jenkinsci/configuration-as-code-plugin@configuration-as-code-1.51...configuration-as-code-1.55.1) --- updated-dependencies: - dependency-name: io.jenkins:configuration-as-code dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.jenkins.configuration-as-code:test-harness dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update plugin bom dependency to resolve the conflict version issue Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Clarck Robinson <[email protected]>
1 parent 9297232 commit 65142fd

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.19</version>
8+
<version>4.33</version>
99
<relativePath />
1010
</parent>
1111
<artifactId>tuleap-git-branch-source</artifactId>
@@ -17,7 +17,7 @@
1717
<java.level>8</java.level>
1818
<maven.javadoc.skip>true</maven.javadoc.skip> <!-- we don't like documentation -->
1919
<hpi.compatibleSinceVersion>2.0.0</hpi.compatibleSinceVersion>
20-
<jcasc.version>1.51</jcasc.version>
20+
<jcasc.version>1.55.1</jcasc.version>
2121
</properties>
2222

2323
<name>Tuleap Git Branch Source Plugin</name>
@@ -147,16 +147,6 @@
147147
<artifactId>test-harness</artifactId>
148148
<version>${jcasc.version}</version>
149149
<scope>test</scope>
150-
<exclusions>
151-
<exclusion>
152-
<groupId>com.fasterxml.jackson.core</groupId>
153-
<artifactId>jackson-databind</artifactId>
154-
</exclusion>
155-
<exclusion>
156-
<groupId>com.fasterxml.jackson.core</groupId>
157-
<artifactId>jackson-core</artifactId>
158-
</exclusion>
159-
</exclusions>
160150
</dependency>
161151
<dependency>
162152
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)