Skip to content

Commit

Permalink
Merge pull request #31 from abstratt/renovate/org.apache.commons-comm…
Browse files Browse the repository at this point in the history
…ons-lang3-3.x

Update dependency org.apache.commons:commons-lang3 to v3.12.0
  • Loading branch information
abstratt authored Sep 5, 2021
2 parents 3855ccb + a2818e8 commit e3e70fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kirra-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kirra-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e3e70fc

Please sign in to comment.