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-rdf.git
commit 3698a86c49d2035bd9aa3fbfa66d8ec448cec438 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 2 08:41:57 2025 -0400 Bump org.apache.commons:commons-parent from 81 to 83 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 193a2e05..e26e8532 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>81</version> + <version>83</version> </parent> <artifactId>commons-rdf-parent</artifactId> <version>0.6.0-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b3cbb5a9..f720bf40 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,7 +33,7 @@ <action type="fix" dev="ggregory" due-to="strangelookingnerd, Gary Gregory">Migrate tests to JUnit5 #289.</action> <action type="fix" dev="ggregory" due-to="naturzukunft">Fix AbstractDatasetTest #327.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 81 #259, #265, #269, #273, #279.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 83 #259, #265, #269, #273, #279.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.11 and more #77, #97.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout from 2 to 3.1.0 and more #76, #95.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/setup-java from 1.4.0 to 3.6.0 and more #81, #99.</action>