Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Sep 10, 2024
1 parent 7b930d0 commit 8c8f18f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions ph-masterdata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>${spotbugs-annotations.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@
</developer>
</developers>

<properties>
<spotbugs-annotations.version>4.8.6</spotbugs-annotations.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.6</version>
<version>11.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8c8f18f

Please sign in to comment.