Skip to content

Commit 53d5787

Browse files
committed
chore: update pom.xml
1 parent 134795b commit 53d5787

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

pom.xml

+4-19
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.13</version>
8+
<version>4.24</version>
99
<relativePath />
1010
</parent>
1111
<groupId>io.jenkins.plugins</groupId>
@@ -51,7 +51,7 @@
5151
<dependencies>
5252
<dependency>
5353
<groupId>io.jenkins.tools.bom</groupId>
54-
<artifactId>bom-2.249.x</artifactId>
54+
<artifactId>bom-2.263.x</artifactId>
5555
<version>13</version>
5656
<type>pom</type>
5757
</dependency>
@@ -62,12 +62,12 @@
6262
<dependency>
6363
<groupId>com.google.code.gson</groupId>
6464
<artifactId>gson</artifactId>
65-
<version>2.8.6</version>
65+
<version>2.8.7</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.projectlombok</groupId>
6969
<artifactId>lombok</artifactId>
70-
<version>1.18.16</version>
70+
<version>1.18.20</version>
7171
<scope>provided</scope>
7272
</dependency>
7373
</dependencies>
@@ -96,19 +96,4 @@
9696
</plugins>
9797
</build>
9898

99-
<repositories>
100-
<repository>
101-
<id>repo.jenkins-ci.org</id>
102-
<url>https://repo.jenkins-ci.org/releases/</url>
103-
</repository>
104-
</repositories>
105-
106-
<pluginRepositories>
107-
<pluginRepository>
108-
<id>repo.jenkins-ci.org</id>
109-
<url>https://repo.jenkins-ci.org/releases/</url>
110-
</pluginRepository>
111-
</pluginRepositories>
112-
113-
11499
</project>

0 commit comments

Comments
 (0)