Skip to content

Commit

Permalink
Updated to commons-lang3-3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Nov 28, 2023
1 parent 47ea1f2 commit 3fc43a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/pom.xml
Expand Up @@ -249,7 +249,7 @@ along with ao-messaging-bom. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-web-resources-servlet</artifactId><version>0.5.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.13.0</version>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.14.0</version>
</dependency>
<!-- javaee-web-api-bom: <groupId>javax.el</groupId><artifactId>javax.el-api</artifactId> -->
<!-- javaee-web-api-bom: <groupId>javax.servlet</groupId><artifactId>javax.servlet-api</artifactId> -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -195,7 +195,7 @@ along with ao-messaging-bom. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles</artifactId><version>3.0.2${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.13.0</version>
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId><artifactId>jquery</artifactId><version>3.7.1</version>
Expand Down

0 comments on commit 3fc43a2

Please sign in to comment.