|
21 | 21 | <parent> |
22 | 22 | <groupId>org.jenkins-ci.plugins</groupId> |
23 | 23 | <artifactId>plugin</artifactId> |
24 | | - <version>6.2138.v03274d462c13</version> |
| 24 | + <version>6.2189.v695a_c41f5249</version> |
25 | 25 | <relativePath /> |
26 | 26 | </parent> |
27 | 27 |
|
|
70 | 70 | </scm> |
71 | 71 |
|
72 | 72 | <properties> |
73 | | - <revision>2.21.2</revision> |
| 73 | + <revision>2.22.0</revision> |
74 | 74 | <changelist>999999-SNAPSHOT</changelist> |
75 | 75 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
76 | | - <jenkins.baseline>2.479</jenkins.baseline> |
77 | | - <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
| 76 | + <jenkins.baseline>2.528</jenkins.baseline> |
| 77 | + <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
78 | 78 | <hpi.bundledArtifacts>jackson-core,jackson-databind,jackson-dataformat-cbor,jackson-dataformat-csv,jackson-dataformat-toml,jackson-dataformat-xml,jackson-dataformat-yaml,jackson-datatype-jdk8,jackson-datatype-json-org,jackson-datatype-jsr310,jackson-module-jakarta-xmlbind-annotations,jackson-module-jaxb-annotations,jackson-module-parameter-names</hpi.bundledArtifacts> |
79 | 79 | <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
80 | 80 | <ban-junit4-imports.skip>false</ban-junit4-imports.skip> |
| 81 | + <banObsoleteDependencyOverrides.skip>false</banObsoleteDependencyOverrides.skip> |
81 | 82 | </properties> |
82 | 83 |
|
83 | 84 | <repositories> |
|
105 | 106 | <dependency> |
106 | 107 | <groupId>io.jenkins.tools.bom</groupId> |
107 | 108 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
108 | | - <version>4136.vca_c3202a_7fd1</version> |
| 109 | + <version>6607.v3ed3d8ddfed8</version> |
109 | 110 | <scope>import</scope> |
110 | 111 | <type>pom</type> |
111 | 112 | </dependency> |
112 | | - <!-- TODO until in BOM --> |
113 | | - <dependency> |
114 | | - <groupId>io.jenkins.plugins</groupId> |
115 | | - <artifactId>jakarta-xml-bind-api</artifactId> |
116 | | - <version>4.0.5-3.v3d5b_a_73965b_9</version> |
117 | | - </dependency> |
118 | | - <!-- TODO until in BOM --> |
119 | | - <dependency> |
120 | | - <groupId>io.jenkins.plugins</groupId> |
121 | | - <artifactId>woodstox-core-api</artifactId> |
122 | | - <version>7.1.1-1.v4d297985f397</version> |
123 | | - </dependency> |
124 | 113 | </dependencies> |
125 | 114 | </dependencyManagement> |
126 | 115 |
|
127 | 116 | <dependencies> |
128 | 117 | <dependency> |
129 | 118 | <groupId>io.jenkins.plugins</groupId> |
130 | 119 | <artifactId>jackson-annotations2-api</artifactId> |
131 | | - <version>2.21-7.v4777a_f3a_a_d47</version> |
132 | 120 | </dependency> |
133 | 121 |
|
134 | 122 | <dependency> |
135 | 123 | <groupId>com.fasterxml.jackson.core</groupId> |
136 | 124 | <artifactId>jackson-databind</artifactId> |
| 125 | + <exclusions> |
| 126 | + <!-- Provided by jackson-annotations2-api plugin --> |
| 127 | + <exclusion> |
| 128 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 129 | + <artifactId>jackson-annotations</artifactId> |
| 130 | + </exclusion> |
| 131 | + </exclusions> |
137 | 132 | </dependency> |
138 | 133 |
|
139 | 134 | <dependency> |
|
215 | 210 | <dependency> |
216 | 211 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
217 | 212 | <artifactId>jackson-dataformat-xml</artifactId> |
218 | | - <!-- Provided by woodstox-core API plugin --> |
219 | 213 | <exclusions> |
| 214 | + <!-- Provided by woodstox-core API plugin --> |
220 | 215 | <exclusion> |
221 | 216 | <groupId>com.fasterxml.woodstox</groupId> |
222 | 217 | <artifactId>woodstox-core</artifactId> |
223 | 218 | </exclusion> |
| 219 | + <!-- Provided by woodstox-core API plugin --> |
224 | 220 | <exclusion> |
225 | 221 | <groupId>org.codehaus.woodstox</groupId> |
226 | 222 | <artifactId>stax2-api</artifactId> |
227 | 223 | </exclusion> |
| 224 | + <!-- Provided by jackson-annotations2-api plugin --> |
| 225 | + <exclusion> |
| 226 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 227 | + <artifactId>jackson-annotations</artifactId> |
| 228 | + </exclusion> |
228 | 229 | </exclusions> |
229 | 230 | </dependency> |
230 | 231 |
|
|
0 commit comments