Skip to content

Commit

Permalink
Update dependency org.eclipse.jetty.ee9:jetty-ee9-maven-plugin to v12…
Browse files Browse the repository at this point in the history
….0.13 (#9700)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 6, 2024
1 parent 15a6eee commit 6b85060
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"enabled": false,
"matchPackageNames": [
"org.eclipse.jetty:jetty-maven-plugin",
"org.eclipse.jetty.ee9:jetty-ee9-maven-plugin",
"org.jenkins-ci:winstone"
]
},
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ THE SOFTWARE.
<antlr.version>4.13.2</antlr.version>
<bridge-method-injector.version>1.29</bridge-method-injector.version>
<spotless.check.skip>false</spotless.check.skip>
<!-- Make sure to keep the jetty-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>8.0</winstone.version>
<!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
<winstone.version>8.1</winstone.version>
</properties>

<!--
Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ THE SOFTWARE.
</configuration>
</execution>
<execution>
<!-- see jetty-maven-plugin config and WebAppMain -->
<!-- see jetty-ee9-maven-plugin config and WebAppMain -->
<id>support-log-formatter</id>
<goals>
<goal>copy</goal>
Expand Down Expand Up @@ -642,7 +642,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.eclipse.jetty.ee9</groupId>
<artifactId>jetty-ee9-maven-plugin</artifactId>
<version>12.0.12</version>
<version>12.0.13</version>
<configuration>
<!--
Reload webapp when you hit ENTER. (See JETTY-282 for more)
Expand Down

0 comments on commit 6b85060

Please sign in to comment.