Skip to content

Commit 1855470

Browse files
authored
Upgrade bridge-method-injector from 1.31 to 1.32 (#10957)
1 parent ba7766c commit 1855470

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

core/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ THE SOFTWARE.
117117
</exclusion>
118118
</exclusions>
119119
</dependency>
120-
<dependency>
121-
<groupId>com.infradna.tool</groupId>
122-
<artifactId>bridge-method-annotation</artifactId>
123-
<version>${bridge-method-injector.version}</version>
124-
</dependency>
125120
<dependency>
126121
<groupId>com.sun.xml.txw2</groupId>
127122
<artifactId>txw2</artifactId>
@@ -168,6 +163,11 @@ THE SOFTWARE.
168163
<groupId>commons-lang</groupId>
169164
<artifactId>commons-lang</artifactId>
170165
</dependency>
166+
<dependency>
167+
<groupId>io.jenkins.tools</groupId>
168+
<artifactId>bridge-method-annotation</artifactId>
169+
<version>${bridge-method-injector.version}</version>
170+
</dependency>
171171
<dependency>
172172
<!-- needed by Jelly -->
173173
<groupId>jakarta.servlet.jsp.jstl</groupId>
@@ -568,7 +568,7 @@ THE SOFTWARE.
568568
</executions>
569569
</plugin>
570570
<plugin>
571-
<groupId>com.infradna.tool</groupId>
571+
<groupId>io.jenkins.tools</groupId>
572572
<artifactId>bridge-method-injector</artifactId>
573573
<executions>
574574
<execution>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ THE SOFTWARE.
9494

9595
<access-modifier.version>1.35</access-modifier.version>
9696
<antlr.version>4.13.2</antlr.version>
97-
<bridge-method-injector.version>1.31</bridge-method-injector.version>
97+
<bridge-method-injector.version>1.32</bridge-method-injector.version>
9898
<spotless.check.skip>false</spotless.check.skip>
9999
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
100100
<winstone.version>8.12</winstone.version>
@@ -223,7 +223,7 @@ THE SOFTWARE.
223223
<version>1.1</version>
224224
</plugin>
225225
<plugin>
226-
<groupId>com.infradna.tool</groupId>
226+
<groupId>io.jenkins.tools</groupId>
227227
<artifactId>bridge-method-injector</artifactId>
228228
<version>${bridge-method-injector.version}</version>
229229
</plugin>

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ THE SOFTWARE.
148148
<enforceBytecodeVersion>
149149
<maxJdkVersion>11</maxJdkVersion>
150150
<excludes>
151-
<exclude>com.infradna.tool:bridge-method-annotation</exclude>
151+
<exclude>io.jenkins.tools:bridge-method-annotation</exclude>
152152
<exclude>org.jenkins-ci:annotation-indexer</exclude>
153153
<exclude>org.jenkins-ci:commons-jelly</exclude>
154154
<exclude>org.jenkins-ci:commons-jelly-tags-fmt</exclude>

0 commit comments

Comments
 (0)