Skip to content

Commit

Permalink
Merge pull request #763 from alphagov/dependabot/maven/org.apache.com…
Browse files Browse the repository at this point in the history
…mons-commons-lang3-3.14.0

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0
  • Loading branch information
SandorArpa authored Nov 27, 2023
2 parents 70a39c6 + c0ee22c commit c2143af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<junit5.version>5.10.1</junit5.version>
<assertj.version>1.7.25</assertj.version>
<jackson.version>2.16.0</jackson.version>
<commons-lang3.version>3.13.0</commons-lang3.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit c2143af

Please sign in to comment.