Skip to content

Commit

Permalink
fix: Bump commons-parent to 72 and org.apache to 33
Browse files Browse the repository at this point in the history
Signed-off-by: Eamonn Mansour <47121388+eamansour@users.noreply.github.com>
  • Loading branch information
eamansour committed Nov 29, 2024
1 parent c16aeea commit 914eaa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions full/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,19 @@




<!--
To resolve commons-logging:1.3.4, commons-parent:72 and org.apache:33 are required.
-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>34</version>
<version>72</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>13</version>
<version>33</version>
<type>pom</type>
</dependency>

Expand Down
7 changes: 5 additions & 2 deletions mvp/pom.template
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,19 @@
<type>obr</type>
</dependency>

<!--
To resolve commons-logging:1.3.4, commons-parent:72 and org.apache:33 are required.
-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>34</version>
<version>72</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>13</version>
<version>33</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 914eaa4

Please sign in to comment.