Skip to content

Commit

Permalink
minor: Bump project version to 10.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent 6f80faf commit 4c99661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ant-project/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<info organisation="com.github.sevntu-checkstyle" module="sample"/>

<dependencies>
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.16.0"/>
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.17.0"/>
<dependency org="com.github.sevntu-checkstyle" name="sevntu-checks" rev="1.44.1"/>

<exclude org="org.jacoco"/>
Expand Down
2 changes: 1 addition & 1 deletion gradle-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = '0.0.1-SNAPSHOT'

checkstyle {

project.ext.checkstyleVersion = '10.16.0'
project.ext.checkstyleVersion = '10.17.0'
project.ext.sevntuChecksVersion = '1.44.1'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion maven-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<checkstyle.version>10.16.0</checkstyle.version>
<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
<sevntu.checkstyle.plugin.version>1.44.1</sevntu.checkstyle.plugin.version>
<java.version>11</java.version>
Expand Down

0 comments on commit 4c99661

Please sign in to comment.