Skip to content

Commit f8dc8cf

Browse files
committed
[test] Bump commons-lang3 from 3.16.0 to 3.17.0
1 parent 2b3d81b commit f8dc8cf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,30 @@
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
2222
<modelVersion>4.0.0</modelVersion>
23-
2423
<parent>
2524
<groupId>org.apache.commons</groupId>
2625
<artifactId>commons-parent</artifactId>
2726
<version>79</version>
2827
</parent>
29-
3028
<artifactId>commons-pool2</artifactId>
3129
<version>2.12.1-SNAPSHOT</version>
3230
<name>Apache Commons Pool</name>
33-
3431
<inceptionYear>2001</inceptionYear>
3532
<description>The Apache Commons Object Pooling Library.</description>
36-
3733
<url>https://commons.apache.org/proper/commons-pool/</url>
38-
3934
<issueManagement>
4035
<system>jira</system>
4136
<url>https://issues.apache.org/jira/browse/POOL</url>
4237
</issueManagement>
43-
4438
<ciManagement>
4539
<system>GitHub</system>
4640
<url>https://github.com/apache/commons-pool/actions</url>
4741
</ciManagement>
48-
4942
<scm>
5043
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</connection>
5144
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-pool.git</developerConnection>
5245
<url>https://gitbox.apache.org/repos/asf?p=commons-pool.git</url>
5346
</scm>
54-
5547
<dependencies>
5648
<dependency>
5749
<groupId>cglib</groupId>
@@ -74,11 +66,10 @@
7466
<dependency>
7567
<groupId>org.apache.commons</groupId>
7668
<artifactId>commons-lang3</artifactId>
77-
<version>3.16.0</version>
69+
<version>3.17.0</version>
7870
<scope>test</scope>
7971
</dependency>
8072
</dependencies>
81-
8273
<distributionManagement>
8374
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
8475
<site>
@@ -87,7 +78,6 @@
8778
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-pool/</url>
8879
</site>
8980
</distributionManagement>
90-
9181
<properties>
9282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9383
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -322,7 +312,6 @@
322312
</plugin>
323313
</plugins>
324314
</reporting>
325-
326315
<profiles>
327316
<profile>
328317
<id>java16</id>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
5555
<!-- UPDATE -->
5656
<action type="update" dev="ggregory">Bump org.apache.commons:commons-parent from 62 to 73.</action>
5757
<action type="update" dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.7.</action>
58-
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.16.0.</action>
58+
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump commons-lang3 from 3.13.0 to 3.17.0.</action>
5959
<action type="update" dev="ggregory" due-to="Gary Gregory">[site] Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.</action>
6060
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.hamcrest:hamcrest-library from 2.2 to 3.0.</action>
6161
</release>

0 commit comments

Comments
 (0)