Skip to content

Commit

Permalink
Update commons-lang3 to 3.12.0 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 6, 2021
1 parent 7adcda6 commit 18932c8
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 @@ -202,7 +202,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
2 changes: 1 addition & 1 deletion src/it/codegen-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.12.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 18932c8

Please sign in to comment.