Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#732)
Browse files Browse the repository at this point in the history
* Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0

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]>

* Bump commons-lang3 version in sbom (#732)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Rehm <[email protected]>
  • Loading branch information
dependabot[bot] and ErikRehmTT authored Sep 2, 2024
1 parent 983a5ae commit 4177f4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/allowed_licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@
},
{
"moduleName": "org.apache.commons:commons-lang3",
"moduleVersion": "3.16.0",
"moduleVersion": "3.17.0",
"moduleLicense": "Apache-2.0",
"moduleCopyright": "2001-2023, The Apache Software Foundation",
"licenseUrl": "https://github.com/apache/commons-lang/blob/rel/commons-lang-3.16.0/LICENSE.txt",
"moduleCopyright": "2001-2024, The Apache Software Foundation",
"licenseUrl": "https://github.com/apache/commons-lang/blob/rel/commons-lang-3.17.0/LICENSE.txt",
"actualLicense": "$moduleLicense"
},
{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 4177f4a

Please sign in to comment.