|
29 | 29 | <revision>2.9.0</revision>
|
30 | 30 | <changelist>999999-SNAPSHOT</changelist>
|
31 | 31 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
|
32 |
| - <jenkins.version>2.414.3</jenkins.version> |
| 32 | + <jenkins.version>2.426.3</jenkins.version> |
33 | 33 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
34 | 34 | <spotless.check.skip>false</spotless.check.skip>
|
35 | 35 | <json-smart.version>2.5.0</json-smart.version>
|
|
39 | 39 | <dependencies>
|
40 | 40 | <dependency>
|
41 | 41 | <groupId>io.jenkins.tools.bom</groupId>
|
42 |
| - <artifactId>bom-2.414.x</artifactId> |
| 42 | + <artifactId>bom-2.426.x</artifactId> |
43 | 43 | <version>2857.v01a_0144eb_20b_</version>
|
44 | 44 | <type>pom</type>
|
45 | 45 | <scope>import</scope>
|
|
67 | 67 | <artifactId>json-path</artifactId>
|
68 | 68 | <version>${revision}</version>
|
69 | 69 | <exclusions>
|
| 70 | + <exclusion> |
| 71 | + <groupId>org.ow2.asm</groupId> |
| 72 | + <artifactId>asm</artifactId> |
| 73 | + </exclusion> |
| 74 | + <!-- Provided by asm-api plugin --> |
| 75 | + <exclusion> |
| 76 | + <groupId>org.ow2.asm</groupId> |
| 77 | + <artifactId>asm-analysis</artifactId> |
| 78 | + </exclusion> |
| 79 | + <exclusion> |
| 80 | + <groupId>org.ow2.asm</groupId> |
| 81 | + <artifactId>asm-commons</artifactId> |
| 82 | + </exclusion> |
| 83 | + <exclusion> |
| 84 | + <groupId>org.ow2.asm</groupId> |
| 85 | + <artifactId>asm-tree</artifactId> |
| 86 | + </exclusion> |
| 87 | + <exclusion> |
| 88 | + <groupId>org.ow2.asm</groupId> |
| 89 | + <artifactId>asm-utils</artifactId> |
| 90 | + </exclusion> |
70 | 91 | <!-- Provided by Jenkins core -->
|
71 | 92 | <exclusion>
|
72 | 93 | <groupId>org.slf4j</groupId>
|
73 | 94 | <artifactId>slf4j-api</artifactId>
|
74 | 95 | </exclusion>
|
75 | 96 | </exclusions>
|
76 | 97 | </dependency>
|
| 98 | + <dependency> |
| 99 | + <groupId>io.jenkins.plugins</groupId> |
| 100 | + <artifactId>asm-api</artifactId> |
| 101 | + </dependency> |
77 | 102 | </dependencies>
|
78 | 103 | <repositories>
|
79 | 104 | <repository>
|
|
0 commit comments