Skip to content

Commit db00c74

Browse files
committed
1 parent 6df0d9e commit db00c74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bom-2.462.x/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,11 @@
561561
<artifactId>slack</artifactId>
562562
<version>751.v2e44153c8fe1</version>
563563
</dependency>
564+
<dependency>
565+
<groupId>org.jenkins-ci.plugins</groupId>
566+
<artifactId>sse-gateway</artifactId>
567+
<version>1.27</version>
568+
</dependency>
564569
<dependency>
565570
<groupId>org.jenkins-ci.plugins</groupId>
566571
<artifactId>ssh-slaves</artifactId>

bom-weekly/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,8 @@
14501450
<dependency>
14511451
<groupId>org.jenkins-ci.plugins</groupId>
14521452
<artifactId>sse-gateway</artifactId>
1453-
<version>1.27</version>
1453+
<!-- TODO https://github.com/jenkinsci/sse-gateway-plugin/pull/225 -->
1454+
<version>1.28-rc304.f887837cef17</version>
14541455
</dependency>
14551456
<dependency>
14561457
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)