Skip to content

Commit 2f431ff

Browse files
authored
Merge pull request #9252 from eclipse/dependabot/maven/jetty-9.4.x/org.apache.maven.plugins-maven-enforcer-plugin-3.2.1
Bump maven-enforcer-plugin from 3.1.0 to 3.2.1
2 parents f8eabc1 + fc69b79 commit 2f431ff

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
2828
<ant.version>1.10.13</ant.version>
2929
<apache.avro.version>1.11.1</apache.avro.version>
30+
<mina.core.version>2.2.1</mina.core.version>
3031
<asm.version>9.4</asm.version>
3132
<bndlib.version>6.3.1</bndlib.version>
3233
<build-support.version>1.5</build-support.version>
@@ -116,7 +117,7 @@
116117
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
117118
<maven.dependency.plugin.version>3.5.0</maven.dependency.plugin.version>
118119
<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
119-
<maven.enforcer.plugin.version>3.1.0</maven.enforcer.plugin.version>
120+
<maven.enforcer.plugin.version>3.2.1</maven.enforcer.plugin.version>
120121
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
121122
<maven.javadoc.plugin.version>3.3.1</maven.javadoc.plugin.version>
122123
<maven.jxr.plugin.version>3.3.1</maven.jxr.plugin.version>
@@ -150,6 +151,7 @@
150151
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
151152
<testcontainers.version>1.16.1</testcontainers.version>
152153
<unix.socket.tmp></unix.socket.tmp>
154+
153155
</properties>
154156

155157
<licenses>
@@ -1104,6 +1106,11 @@
11041106
<artifactId>commons-compress</artifactId>
11051107
<version>${commons.compress.version}</version>
11061108
</dependency>
1109+
<dependency>
1110+
<groupId>org.apache.mina</groupId>
1111+
<artifactId>mina-core</artifactId>
1112+
<version>${mina.core.version}</version>
1113+
</dependency>
11071114
<dependency>
11081115
<groupId>com.fasterxml.jackson.core</groupId>
11091116
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)