Skip to content

Commit 001897b

Browse files
committed
Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
1 parent 52e3e1b commit 001897b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>commons-logging</groupId>
7979
<artifactId>commons-logging</artifactId>
80-
<version>1.3.5</version>
80+
<version>1.3.6</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>commons-collections</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<!-- ADD -->
3737
<!-- UPDATE -->
3838
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 84 to 97.</action>
39+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
3940
<!-- REMOVE -->
4041
<action dev="ggregory" type="remove" due-to="Gary Gregory">Remove pre-Java 1.4 code that will never run since we are on Java 8 or greater.</action>
4142
<action dev="ggregory" type="remove" due-to="Gary Gregory">Deprecate ConstructorUtils in favor of Apache Commons Lang's ConstructorUtils. ConstructorUtils is unused in this component.</action>

0 commit comments

Comments
 (0)