Skip to content

Commit

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

Dependency(deps): Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0
  • Loading branch information
Luro02 authored Dec 6, 2023
2 parents 1b8df28 + e601e00 commit edabfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autograder-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>

<!-- Graphs -->
Expand Down
2 changes: 1 addition & 1 deletion autograder-span/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>com.google.guava</groupId>
Expand Down

0 comments on commit edabfa3

Please sign in to comment.