Skip to content

Commit

Permalink
Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to
Browse files Browse the repository at this point in the history
1.10.0
  • Loading branch information
garydgregory committed Jan 7, 2025
1 parent 1622ae8 commit 1563fac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.6</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jelly-tags/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
<version>1.10.0</version>
</dependency>

<!-- END for compilation -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.6</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" due-to="ggregory">Bump Java from 7 to 8.</action>
<action type="update" due-to="ggregory">Bump commons-parent from 42 to 58.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.0.3 to 1.3.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to 1.10.0.</action>
</release>
</body>
</document>

0 comments on commit 1563fac

Please sign in to comment.