Skip to content

Commit 993b427

Browse files
author
Jonathan Haber
authored
Merge pull request #23 from HubSpot/upgrade-basepom
Upgrade basepom
2 parents 7171a9d + f166a07 commit 993b427

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.build-jdk8

Whitespace-only changes.

algebra/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
<artifactId>algebra</artifactId>
1212

13-
<properties>
14-
<basepom.check.skip-findbugs>true</basepom.check.skip-findbugs>
15-
</properties>
16-
1713
<dependencies>
1814
<dependency>
1915
<groupId>com.fasterxml.jackson.core</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.hubspot</groupId>
77
<artifactId>basepom</artifactId>
8-
<version>25.2</version>
8+
<version>25.4</version>
99
</parent>
1010

1111
<artifactId>algebra-parent</artifactId>

0 commit comments

Comments
 (0)