Merge pull request #5440 from eclipse/dependency/jetty-9.4.x/checkstyle-8.36.2
Bump checkstyle from 8.29 to 8.36.2
This commit is contained in:
commit
961b14ca28
4
pom.xml
4
pom.xml
|
@ -17,7 +17,7 @@
|
||||||
<jetty.url>https://eclipse.org/jetty</jetty.url>
|
<jetty.url>https://eclipse.org/jetty</jetty.url>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<build-support.version>1.4</build-support.version>
|
<build-support.version>1.4</build-support.version>
|
||||||
<checkstyle.version>8.29</checkstyle.version>
|
<checkstyle.version>8.36.2</checkstyle.version>
|
||||||
<slf4j.version>1.7.30</slf4j.version>
|
<slf4j.version>1.7.30</slf4j.version>
|
||||||
<log4j2.version>2.11.2</log4j2.version>
|
<log4j2.version>2.11.2</log4j2.version>
|
||||||
<disruptor.version>3.4.2</disruptor.version>
|
<disruptor.version>3.4.2</disruptor.version>
|
||||||
|
@ -422,7 +422,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>3.1.0</version>
|
<version>3.1.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>jetty-checkstyle.xml</configLocation>
|
<configLocation>jetty-checkstyle.xml</configLocation>
|
||||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||||
|
|
Loading…
Reference in New Issue