Skip to content

Commit 19bb9e9

Browse files
Mikhail Marchenkomymarche
authored andcommitted
chore(deps): bump dependencies
remove disabled actions
1 parent 7309e04 commit 19bb9e9

File tree

3 files changed

+19
-75
lines changed

3 files changed

+19
-75
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.idea/runConfigurations/rest_list_parameter__package_.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.88</version>
8+
<version>5.3</version>
99
<relativePath />
1010
</parent>
1111

1212
<properties>
1313
<changelist>999999-SNAPSHOT</changelist>
1414
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
15-
<jenkins.version>2.387.1</jenkins.version>
16-
<bom.artifactId>2.387.x</bom.artifactId>
17-
<bom.version>2143.ve4c3c9ec790a</bom.version>
18-
<java.level>11</java.level>
15+
<jenkins.version>2.479.1</jenkins.version>
16+
<bom.artifactId>2.479.x</bom.artifactId>
17+
<bom.version>3768.veb_7cdc7a_6cc1</bom.version>
18+
<java.level>17</java.level>
1919
<!--
2020
Other properties you may want to use:
2121
~ jenkins-test-harness.version: Jenkins Test Harness version you use to test the plugin. For Jenkins version >= 1.580.1 use JTH 2.0 or higher.
@@ -45,6 +45,11 @@
4545
<name>h1dden-da3m0n</name>
4646
<url>https://github.com/h1dden-da3m0n</url>
4747
</developer>
48+
<developer>
49+
<id>mymarche</id>
50+
<name>Mikhail Marchenko</name>
51+
<url>https://github.com/mymarche</url>
52+
</developer>
4853
</developers>
4954

5055
<issueManagement>
@@ -103,12 +108,12 @@
103108
<dependency>
104109
<groupId>io.jenkins.plugins</groupId>
105110
<artifactId>okhttp-api</artifactId>
106-
<version>3.14.9</version>
111+
<version>4.11.0-181.v1de5b_83857df</version>
107112
</dependency>
108113
<dependency>
109114
<groupId>com.jayway.jsonpath</groupId>
110115
<artifactId>json-path</artifactId>
111-
<version>2.8.0</version>
116+
<version>2.9.0</version>
112117
</dependency>
113118
<dependency>
114119
<groupId>io.jenkins.plugins</groupId>
@@ -120,7 +125,7 @@
120125
<dependency>
121126
<groupId>org.jenkins-ci.plugins</groupId>
122127
<artifactId>antisamy-markup-formatter</artifactId>
123-
<version>159.v25b_c67cd35fb_</version>
128+
<version>162.v0e6ec0fcfcf6</version>
124129
<optional>true</optional>
125130
</dependency>
126131

0 commit comments

Comments
 (0)