|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 |
|
4 | 5 | <parent> |
5 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
6 | 7 | <artifactId>plugin</artifactId> |
7 | | - <version>2.11</version> |
| 8 | + <version>4.34</version> |
8 | 9 | </parent> |
9 | 10 | <groupId>org.jenkins-ci.plugins</groupId> |
10 | 11 | <artifactId>gogs-webhook</artifactId> |
11 | 12 | <version>1.0.16-SNAPSHOT</version> |
12 | 13 | <packaging>hpi</packaging> |
13 | 14 |
|
14 | 15 | <properties> |
15 | | - <jenkins.version>1.625.3</jenkins.version> |
| 16 | + <jenkins.version>2.289.1</jenkins.version> |
16 | 17 | <java.level>8</java.level> |
17 | | - <jenkins-test-harness.version>2.13</jenkins-test-harness.version> |
18 | 18 | <java.level.test>8</java.level.test> |
19 | 19 | <findbugs.failOnError>false</findbugs.failOnError> |
20 | 20 | </properties> |
|
38 | 38 | </developer> |
39 | 39 | </developers> |
40 | 40 |
|
| 41 | + <dependencyManagement> |
| 42 | + <dependencies> |
| 43 | + <dependency> |
| 44 | + <groupId>io.jenkins.tools.bom</groupId> |
| 45 | + <artifactId>bom-2.289.x</artifactId> |
| 46 | + <version>961.vf0c9f6f59827</version> |
| 47 | + <type>pom</type> |
| 48 | + <scope>import</scope> |
| 49 | + </dependency> |
| 50 | + </dependencies> |
| 51 | + </dependencyManagement> |
| 52 | + |
41 | 53 | <dependencies> |
42 | 54 | <dependency> |
43 | | - <groupId>org.jenkins-ci.main</groupId> |
44 | | - <artifactId>jenkins-war</artifactId> |
45 | | - <type>war</type> |
46 | | - <version>${jenkins.version}</version> |
| 55 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 56 | + <artifactId>git</artifactId> |
47 | 57 | <scope>test</scope> |
48 | 58 | </dependency> |
49 | 59 | <dependency> |
50 | 60 | <groupId>org.jenkins-ci.plugins</groupId> |
51 | | - <artifactId>git</artifactId> |
52 | | - <version>2.2.5</version> |
| 61 | + <artifactId>git-client</artifactId> |
| 62 | + <scope>test</scope> |
53 | 63 | </dependency> |
54 | 64 | <dependency> |
55 | | - <groupId>org.apache.httpcomponents</groupId> |
56 | | - <artifactId>httpclient</artifactId> |
57 | | - <version>4.5.3</version> |
| 65 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 66 | + <artifactId>jsch</artifactId> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 70 | + <artifactId>apache-httpcomponents-client-4-api</artifactId> |
58 | 71 | </dependency> |
59 | 72 | <dependency> |
60 | 73 | <groupId>commons-codec</groupId> |
61 | 74 | <artifactId>commons-codec</artifactId> |
62 | | - <version>1.10</version> |
| 75 | + <scope>provided</scope> |
| 76 | + </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>org.jenkins-ci</groupId> |
| 79 | + <artifactId>symbol-annotation</artifactId> |
| 80 | + </dependency> |
| 81 | + <dependency> |
| 82 | + <groupId>com.infradna.tool</groupId> |
| 83 | + <artifactId>bridge-method-annotation</artifactId> |
| 84 | + <version>1.18</version> |
| 85 | + <scope>provided</scope> |
| 86 | + </dependency> |
| 87 | + <dependency> |
| 88 | + <groupId>org.jenkins-ci</groupId> |
| 89 | + <artifactId>symbol-annotation</artifactId> |
63 | 90 | </dependency> |
64 | 91 | <dependency> |
65 | 92 | <groupId>junit</groupId> |
66 | 93 | <artifactId>junit</artifactId> |
67 | | - <version>4.12</version> |
| 94 | + <version>4.13.2</version> |
| 95 | + <scope>test</scope> |
| 96 | + <exclusions> |
| 97 | + <exclusion> |
| 98 | + <groupId>org.hamcrest</groupId> |
| 99 | + <artifactId>hamcrest-core</artifactId> |
| 100 | + </exclusion> |
| 101 | + </exclusions> |
| 102 | + </dependency> |
| 103 | + <dependency> |
| 104 | + <groupId>org.hamcrest</groupId> |
| 105 | + <artifactId>hamcrest</artifactId> |
| 106 | + <version>2.2</version> |
68 | 107 | <scope>test</scope> |
69 | 108 | </dependency> |
70 | 109 | <dependency> |
|
79 | 118 | <version>25.0-jre</version> |
80 | 119 | <!--<scope>test</scope>--> |
81 | 120 | </dependency> |
82 | | - <!--<dependency>--> |
83 | | - <!--<groupId>org.apache.httpcomponents</groupId>--> |
84 | | - <!--<artifactId>httpclient</artifactId>--> |
85 | | - <!--<version>4.5.3</version>--> |
86 | | - <!--<scope>test</scope>--> |
87 | | - <!--</dependency>--> |
88 | | - <dependency> |
89 | | - <groupId>org.apache.httpcomponents</groupId> |
90 | | - <artifactId>fluent-hc</artifactId> |
91 | | - <version>4.5.3</version> |
92 | | - <scope>test</scope> |
93 | | - </dependency> |
94 | 121 | <dependency> |
95 | 122 | <groupId>org.eclipse.jgit</groupId> |
96 | 123 | <artifactId>org.eclipse.jgit</artifactId> |
97 | | - <version>4.7.0.201704051617-r</version> |
| 124 | + <version>5.13.0.202109080827-r</version> |
98 | 125 | <scope>test</scope> |
99 | 126 | </dependency> |
100 | 127 | <dependency> |
101 | 128 | <groupId>com.offbytwo.jenkins</groupId> |
102 | 129 | <artifactId>jenkins-client</artifactId> |
103 | | - <version>0.3.7</version> |
| 130 | + <version>0.3.8</version> |
104 | 131 | <scope>test</scope> |
105 | 132 | <exclusions> |
| 133 | + <exclusion> |
| 134 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 135 | + <artifactId>jackson-annotations</artifactId> |
| 136 | + </exclusion> |
| 137 | + <exclusion> |
| 138 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 139 | + <artifactId>jackson-core</artifactId> |
| 140 | + </exclusion> |
| 141 | + <exclusion> |
| 142 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 143 | + <artifactId>jackson-databind</artifactId> |
| 144 | + </exclusion> |
106 | 145 | <!-- a forked version already included by the core --> |
107 | 146 | <exclusion> |
108 | 147 | <groupId>dom4j</groupId> |
|
113 | 152 | <dependency> |
114 | 153 | <groupId>org.jenkins-ci.plugins</groupId> |
115 | 154 | <artifactId>cloudbees-folder</artifactId> |
116 | | - <version>6.3</version> |
117 | 155 | <scope>test</scope> |
118 | 156 | </dependency> |
| 157 | + <dependency> |
| 158 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 159 | + <artifactId>credentials</artifactId> |
| 160 | + <scope>test</scope> |
| 161 | + </dependency> |
| 162 | + <dependency> |
| 163 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 164 | + <artifactId>jackson2-api</artifactId> |
| 165 | + <scope>test</scope> |
| 166 | + </dependency> |
| 167 | + <dependency> |
| 168 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 169 | + <artifactId>junit</artifactId> |
| 170 | + <scope>test</scope> |
| 171 | + </dependency> |
| 172 | + <dependency> |
| 173 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 174 | + <artifactId>structs</artifactId> |
| 175 | + <scope>test</scope> |
| 176 | + </dependency> |
| 177 | + <dependency> |
| 178 | + <groupId>com.google.errorprone</groupId> |
| 179 | + <artifactId>error_prone_annotations</artifactId> |
| 180 | + <version>2.7.1</version> |
| 181 | + </dependency> |
119 | 182 | </dependencies> |
120 | 183 |
|
121 | 184 | <profiles> |
|
0 commit comments