Skip to content

Commit

Permalink
build(deps): bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.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 Sep 2, 2024
1 parent d559100 commit 4d54345
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 @@ -172,7 +172,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!--- to meet engine version 3.12.0-->
<version>3.16.0</version>
<version>3.17.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 @@ -260,8 +260,8 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!--- to meet engine version 3.16.0 -->
<version>3.16.0</version>
<!--- to meet engine version 3.17.0 -->
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
Expand Down

0 comments on commit 4d54345

Please sign in to comment.