Skip to content

Commit a3adb3d

Browse files
committed
Bump org.apache.commons:commons-parent from 81 to 83
1 parent 37d0690 commit a3adb3d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<property name="allowUnknownTags" value="true" />
9999
</module>
100100
<module name="JavadocVariable">
101-
<property name="scope" value="protected" />
101+
<property name="accessModifiers" value="protected" />
102102
</module>
103103
<module name="JavadocStyle">
104104
<property name="scope" value="public" />

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-parent</artifactId>
24-
<version>81</version>
24+
<version>83</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
6565
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.3 to 5.3.4 #673.</action>
6666
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-io:commons-io from 2.18.0 to 2.19.0.</action>
6767
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-collections4 from 4.5.0-M3 to 4.5.0.</action>
68+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 83.</action>
6869
</release>
6970
<release version="2.10.0" date="2025-02-01" description="This is a feature and maintenance release. Java 8 or later is required.">
7071
<!-- FIX -->

0 commit comments

Comments
 (0)