Skip to content

Commit 02c2ef5

Browse files
Update dependency org.eclipse.jetty.ee10:jetty-ee10-maven-plugin to v12.1.3 (#804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f908d30 commit 02c2ef5

File tree

5 files changed

+5
-5
lines changed
  • struts2-jquery-archetypes
    • struts2-jquery-archetype-base/src/main/resources/archetype-resources
    • struts2-jquery-archetype-mobile/src/main/resources/archetype-resources
    • struts2-jquery-bootstrap-archetype-grid/src/main/resources/archetype-resources
  • struts2-jquery-integration-tests

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<maven.compiler.release>${java.version}</maven.compiler.release>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6666
<!-- plugin versions -->
67-
<jetty.plugin.version>12.1.2</jetty.plugin.version>
67+
<jetty.plugin.version>12.1.3</jetty.plugin.version>
6868
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
6969
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
7070
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>

struts2-jquery-archetypes/struts2-jquery-archetype-base/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.eclipse.jetty.ee10</groupId>
8686
<artifactId>jetty-ee10-maven-plugin</artifactId>
87-
<version>12.1.2</version>
87+
<version>12.1.3</version>
8888
<configuration>
8989
<stopKey>CTRL+C</stopKey>
9090
<stopPort>8999</stopPort>

struts2-jquery-archetypes/struts2-jquery-archetype-mobile/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.eclipse.jetty.ee10</groupId>
9292
<artifactId>jetty-ee10-maven-plugin</artifactId>
93-
<version>12.1.2</version>
93+
<version>12.1.3</version>
9494
<configuration>
9595
<stopKey>CTRL+C</stopKey>
9696
<stopPort>8999</stopPort>

struts2-jquery-archetypes/struts2-jquery-bootstrap-archetype-grid/src/main/resources/archetype-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.eclipse.jetty.ee10</groupId>
107107
<artifactId>jetty-ee10-maven-plugin</artifactId>
108-
<version>12.1.2</version>
108+
<version>12.1.3</version>
109109
<configuration>
110110
<stopKey>CTRL+C</stopKey>
111111
<stopPort>8999</stopPort>

struts2-jquery-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.eclipse.jetty.ee10</groupId>
103103
<artifactId>jetty-ee10-maven-plugin</artifactId>
104-
<version>12.1.2</version>
104+
<version>12.1.3</version>
105105
<configuration>
106106
<stopKey>CTRL+C</stopKey>
107107
<stopPort>8999</stopPort>

0 commit comments

Comments
 (0)