|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.73</version> |
| 7 | + <version>4.85</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <groupId>io.jenkins.plugins</groupId>
|
|
29 | 29 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
|
30 | 30 | <revision>1.0.0</revision>
|
31 | 31 | <changelist>-SNAPSHOT</changelist>
|
32 |
| - <jenkins.version>2.401.3</jenkins.version> |
| 32 | + <jenkins.version>2.440.3</jenkins.version> |
33 | 33 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
|
34 | 34 | <spotless.check.skip>false</spotless.check.skip>
|
35 | 35 | </properties>
|
|
39 | 39 | <dependency>
|
40 | 40 | <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
|
41 | 41 | <groupId>io.jenkins.tools.bom</groupId>
|
42 |
| - <artifactId>bom-2.401.x</artifactId> |
43 |
| - <version>2496.vddfca_753db_80</version> |
| 42 | + <artifactId>bom-2.440.x</artifactId> |
| 43 | + <version>3387.v0f2773fa_3200</version> |
44 | 44 | <type>pom</type>
|
45 | 45 | <scope>import</scope>
|
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>org.springframework.security</groupId>
|
49 | 49 | <artifactId>spring-security-core</artifactId>
|
50 |
| - <version>5.8.5</version> |
| 50 | + <version>5.8.14</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>org.springframework.security</groupId>
|
54 | 54 | <artifactId>spring-security-crypto</artifactId>
|
55 |
| - <version>5.8.5</version> |
| 55 | + <version>5.8.14</version> |
56 | 56 | </dependency>
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.springframework.security</groupId>
|
59 | 59 | <artifactId>spring-security-web</artifactId>
|
60 |
| - <version>5.8.5</version> |
| 60 | + <version>5.8.14</version> |
61 | 61 | </dependency>
|
62 | 62 | </dependencies>
|
63 | 63 | </dependencyManagement>
|
|
68 | 68 | <artifactId>jackson-databind</artifactId>
|
69 | 69 | <version>2.16.1</version>
|
70 | 70 | </dependency>
|
| 71 | + <dependency> |
| 72 | + <groupId>io.jenkins.plugins</groupId> |
| 73 | + <artifactId>apache-httpcomponents-client-5-api</artifactId> |
| 74 | + <version>5.4-118.v199115451c4d</version> |
| 75 | + </dependency> |
71 | 76 | <dependency>
|
72 | 77 | <groupId>io.jenkins.plugins</groupId>
|
73 | 78 | <artifactId>gitlab-branch-source</artifactId>
|
|
79 | 84 | </exclusion>
|
80 | 85 | </exclusions>
|
81 | 86 | </dependency>
|
82 |
| - <dependency> |
83 |
| - <groupId>org.apache.httpcomponents.client5</groupId> |
84 |
| - <artifactId>httpclient5</artifactId> |
85 |
| - <version>5.3.1</version> |
86 |
| - </dependency> |
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.jenkins-ci.plugins</groupId>
|
89 | 89 | <artifactId>cloudbees-bitbucket-branch-source</artifactId>
|
|
0 commit comments