Skip to content

Commit b380a6b

Browse files
committed
Updated to commons-lang3-3.19.0
1 parent 797facd commit b380a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
249249
<groupId>com.aoapps</groupId><artifactId>ao-web-resources-servlet</artifactId><version>0.6.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
250250
</dependency>
251251
<dependency>
252-
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.18.0</version>
252+
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.19.0</version>
253253
</dependency>
254254
<!-- javaee-web-api-bom: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId> -->
255255
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ along with ao-payments-payflowPro. If not, see <https://www.gnu.org/licenses/>.
276276
<groupId>com.aoapps</groupId><artifactId>ao-payments-api</artifactId><version>3.0.0${POST-SNAPSHOT}</version>
277277
</dependency>
278278
<dependency>
279-
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.18.0</version>
279+
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.19.0</version>
280280
</dependency>
281281
<dependency>
282282
<!-- See https://developer.paypal.com/docs/classic/api/nvpsoap-sdks/ -->

0 commit comments

Comments
 (0)