Skip to content

Commit

Permalink
minor: Bump project version to 10.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent aa9858e commit 622eb78
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.14.1"/>
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="10.14.2"/>
<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.14.1'
project.ext.checkstyleVersion = '10.14.2'
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.14.1</checkstyle.version>
<checkstyle.version>10.14.2</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 622eb78

Please sign in to comment.