Skip to content

Commit

Permalink
do not use jackson hot-patch version (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnorberg authored Apr 2, 2022
1 parent efc85e9 commit abae577
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<automatter.jackson.bom.version>2.13.2.20220328</automatter.jackson.bom.version>
<automatter.jackson.bom.version>2.13.2.1</automatter.jackson.bom.version>
<auto-service.version>1.0.1</auto-service.version>
</properties>

Expand Down Expand Up @@ -227,6 +227,12 @@
<configuration>
<rules>
<requireUpperBoundDeps/>
<requireProperty>
<property>automatter.jackson.bom.version</property>
<message>Jackson version must not be hot-patch.</message>
<regex>^.*\.\d{1,4}$</regex>
<regexMessage>Last part of Jackson version must be between 1 and 4 digits.</regexMessage>
</requireProperty>
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit abae577

Please # to comment.