Skip to content

Commit 2f9b4a3

Browse files
committed
Bump commons-logging:commons-logging from 1.3.4 to 1.3.5
1 parent 40fb650 commit 2f9b4a3

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
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>commons-logging</groupId>
8383
<artifactId>commons-logging</artifactId>
84-
<version>1.3.4</version>
84+
<version>1.3.5</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>commons-collections</groupId>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<action type="fix" dev="ggregory" due-to="Gary Gregory">ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException.</action>
4040
<!-- ADD -->
4141
<!-- UPDATE -->
42+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.4 to 1.3.5.</action>
4243
</release>
4344
<release version="1.10.1" date="2025-01-31" description="This is a maintenance release and requires Java 8.">
4445
<!-- FIX -->

0 commit comments

Comments
 (0)