|
45 | 45 | <revision>1.9.11</revision> |
46 | 46 | <changelist>-SNAPSHOT</changelist> |
47 | 47 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
48 | | - <jenkins.baseline>2.492</jenkins.baseline> |
| 48 | + <jenkins.baseline>2.504</jenkins.baseline> |
49 | 49 | <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
50 | 50 | <spotbugs.effort>Max</spotbugs.effort> |
51 | 51 | <spotbugs.threshold>Low</spotbugs.threshold> |
|
64 | 64 | <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage --> |
65 | 65 | <groupId>io.jenkins.tools.bom</groupId> |
66 | 66 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
67 | | - <version>5473.vb_9533d9e5d88</version> |
| 67 | + <version>5701.va_b_018a_a_6b_0d3</version> |
68 | 68 | <type>pom</type> |
69 | 69 | <scope>import</scope> |
70 | 70 | </dependency> |
|
83 | 83 | <dependency> |
84 | 84 | <groupId>io.jenkins.plugins</groupId> |
85 | 85 | <artifactId>jakarta-xml-bind-api</artifactId> |
86 | | - <version>4.0.5-3.v3d5b_a_73965b_9</version> |
87 | 86 | </dependency> |
88 | 87 | <dependency> |
89 | 88 | <groupId>io.jenkins.plugins</groupId> |
|
92 | 91 | <dependency> |
93 | 92 | <groupId>io.jenkins.plugins</groupId> |
94 | 93 | <artifactId>jersey3-api</artifactId> |
95 | | - <version>3.1.11-2.v4a_b_db_cf4557b_</version> |
96 | 94 | </dependency> |
97 | 95 | <dependency> |
98 | 96 | <groupId>io.jenkins.plugins</groupId> |
|
108 | 106 | <artifactId>resteasy-client</artifactId> |
109 | 107 | <version>6.0.3.Final</version> |
110 | 108 | <exclusions> |
111 | | - <!-- Provided by Jenkins core --> |
112 | | - <exclusion> |
113 | | - <groupId>com.github.stephenc.jcip</groupId> |
114 | | - <artifactId>jcip-annotations</artifactId> |
115 | | - </exclusion> |
116 | | - <!-- Provided by javax-activation-api plugin --> |
117 | | - <exclusion> |
118 | | - <groupId>com.sun.activation</groupId> |
119 | | - <artifactId>jakarta.activation</artifactId> |
120 | | - </exclusion> |
121 | 109 | <!-- Provided by Jenkins core --> |
122 | 110 | <exclusion> |
123 | 111 | <groupId>commons-codec</groupId> |
|
127 | 115 | <groupId>commons-io</groupId> |
128 | 116 | <artifactId>commons-io</artifactId> |
129 | 117 | </exclusion> |
130 | | - <!-- Provided by jakarta-activation-api plugin --> |
131 | | - <exclusion> |
132 | | - <groupId>jakarta.activation</groupId> |
133 | | - <artifactId>jakarta.activation-api</artifactId> |
134 | | - </exclusion> |
135 | | - <!-- Provided by jaxb plugin --> |
136 | | - <exclusion> |
137 | | - <groupId>jakarta.xml.bind</groupId> |
138 | | - <artifactId>jakarta.xml.bind-api</artifactId> |
139 | | - </exclusion> |
140 | 118 | <!-- Provided by apache-httpcomponents-client-4-api plugin --> |
141 | 119 | <exclusion> |
142 | 120 | <groupId>org.apache.httpcomponents</groupId> |
|
167 | 145 | <dependency> |
168 | 146 | <groupId>org.jenkins-ci.plugins</groupId> |
169 | 147 | <artifactId>jackson2-api</artifactId> |
170 | | - <version>2.20.1-423.v13951f6b_6532</version> |
171 | 148 | </dependency> |
172 | 149 | <dependency> |
173 | 150 | <groupId>org.jenkins-ci.plugins</groupId> |
|
270 | 247 | <version>${mockserver.version}</version> |
271 | 248 | <scope>test</scope> |
272 | 249 | <exclusions> |
273 | | - <!-- Provided by jaxb plugin --> |
274 | | - <exclusion> |
275 | | - <groupId>com.sun.xml.bind</groupId> |
276 | | - <artifactId>jaxb-impl</artifactId> |
277 | | - </exclusion> |
278 | | - <!-- Provided by Jenkins core --> |
279 | | - <exclusion> |
280 | | - <groupId>commons-codec</groupId> |
281 | | - <artifactId>commons-codec</artifactId> |
282 | | - </exclusion> |
283 | 250 | <!-- Banned via the exclude/include list in parent pom 4.62 --> |
284 | 251 | <exclusion> |
285 | 252 | <groupId>javax.servlet</groupId> |
|
0 commit comments