|
25 | 25 | <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> |
26 | 26 |
|
27 | 27 | <properties> |
28 | | - <revision>4.12.0</revision> |
| 28 | + <revision>5.3.2</revision> |
29 | 29 | <changelist>999999-SNAPSHOT</changelist> |
30 | 30 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
31 | 31 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
32 | 32 | <jenkins.baseline>2.479</jenkins.baseline> |
33 | 33 | <jenkins.version>${jenkins.baseline}.1</jenkins.version> |
34 | | - <hpi.bundledArtifacts>kotlin-stdlib,kotlin-stdlib-common,kotlin-stdlib-jdk7,kotlin-stdlib-jdk8,logging-interceptor,okhttp,okio,okio-jvm</hpi.bundledArtifacts> |
| 34 | + <hpi.bundledArtifacts>kotlin-stdlib,kotlin-stdlib-jdk7,kotlin-stdlib-jdk8,logging-interceptor,okhttp,okhttp-jvm,okio,okio-jvm</hpi.bundledArtifacts> |
35 | 35 | <hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts> |
36 | 36 | <no-test-jar>false</no-test-jar> |
37 | 37 | <!-- |
38 | 38 | beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707 |
39 | 39 | if updating these ensure the used transitive deps that have their version managed are updated as direct dependencies and any unused ones are removed. |
40 | 40 | --> |
41 | | - <okio.version>3.6.0</okio.version> |
42 | | - <kotlin.version>1.9.22</kotlin.version> |
| 41 | + <okio.version>3.16.4</okio.version> |
| 42 | + <kotlin.version>2.2.21</kotlin.version> |
43 | 43 | </properties> |
44 | 44 |
|
45 | 45 | <dependencyManagement> |
|
109 | 109 | <!-- inline used transitive okio dependencies --> |
110 | 110 | <!-- com.squareup.okio:okio-jvm is a transitive dep but does not have its version managed --> |
111 | 111 | <!-- inline used transitive kotlin dependencies --> |
112 | | - <dependency> |
113 | | - <groupId>org.jetbrains.kotlin</groupId> |
114 | | - <artifactId>kotlin-stdlib-common</artifactId> |
115 | | - </dependency> |
116 | 112 | <dependency> |
117 | 113 | <groupId>org.jetbrains.kotlin</groupId> |
118 | 114 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
|
0 commit comments