Skip to content

Commit

Permalink
Merge branch 'JnRouvignac:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Oct 28, 2024
2 parents 91edc29 + e425163 commit 466787d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ http://www.solutionsiq.com/developing-eclipse-plug-ins-program-to-publish/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.18.2</version>
<version>10.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.11</version>
<version>1.5.12</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 466787d

Please sign in to comment.