Skip to content

Commit edb720a

Browse files
authored
Merge pull request #282 from jonesbusy/feature/update5
Update okhttp to 5.3.2
2 parents d4716cc + f23b133 commit edb720a

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2626

2727
<properties>
28-
<revision>4.12.0</revision>
28+
<revision>5.3.2</revision>
2929
<changelist>999999-SNAPSHOT</changelist>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3131
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3232
<jenkins.baseline>2.479</jenkins.baseline>
3333
<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>
3535
<hpi.strictBundledArtifacts>true</hpi.strictBundledArtifacts>
3636
<no-test-jar>false</no-test-jar>
3737
<!--
3838
beware https://github.com/jenkinsci/plugin-pom/issues/705 and https://github.com/jenkinsci/plugin-pom/issues/707
3939
if updating these ensure the used transitive deps that have their version managed are updated as direct dependencies and any unused ones are removed.
4040
-->
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>
4343
</properties>
4444

4545
<dependencyManagement>
@@ -109,10 +109,6 @@
109109
<!-- inline used transitive okio dependencies -->
110110
<!-- com.squareup.okio:okio-jvm is a transitive dep but does not have its version managed -->
111111
<!-- inline used transitive kotlin dependencies -->
112-
<dependency>
113-
<groupId>org.jetbrains.kotlin</groupId>
114-
<artifactId>kotlin-stdlib-common</artifactId>
115-
</dependency>
116112
<dependency>
117113
<groupId>org.jetbrains.kotlin</groupId>
118114
<artifactId>kotlin-stdlib-jdk8</artifactId>

0 commit comments

Comments
 (0)