Skip to content

Commit c081e1f

Browse files
committed
1 parent 93f2e18 commit c081e1f

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
@@ -566,6 +566,11 @@
566566
<artifactId>slack</artifactId>
567567
<version>751.v2e44153c8fe1</version>
568568
</dependency>
569+
<dependency>
570+
<groupId>org.jenkins-ci.plugins</groupId>
571+
<artifactId>sse-gateway</artifactId>
572+
<version>1.27</version>
573+
</dependency>
569574
<dependency>
570575
<groupId>org.jenkins-ci.plugins</groupId>
571576
<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)