Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 70cc45c commit 35424e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion athena-federation-integ-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!--- to meet engine version 3.12.0-->
<version>3.15.0</version>
<version>3.16.0</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions athena-federation-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!--- to meet engine version 3.15.0 -->
<version>3.15.0</version>
<!--- to meet engine version 3.16.0 -->
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
Expand Down

0 comments on commit 35424e5

Please sign in to comment.