This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new ca47bbc Bump commons-parent from 58 to 59
ca47bbc is described below
commit ca47bbc0b43a832332cff5abc9e3ebeb92264260
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 28 13:29:30 2023 -0400
Bump commons-parent from 58 to 59
---
pom.xml | 2 +-
src/changes/changes.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5511d75..87a0c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>58</version>
+ <version>59</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 35a7330..367a27b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,8 +115,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs from 4.5.3 to 4.7.3 #81, #87, #92, #104, #115.
</action>
- <action dev="kinow" type="update" due-to="Dependabot">
- Bump commons-parent from 52 to 58 #82, #106, #122, #126, #143.
+ <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
+ Bump commons-parent from 52 to 59 #82, #106, #122, #126, #143.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump github/codeql-action from 1 to 2 #86.