Skip to content

Commit

Permalink
fix(deps): update dependency dnsjava:dnsjava to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 21, 2024
1 parent 174ba31 commit 2407a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bom-thirdparty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
api("commons-lang:commons-lang:2.6")
api("commons-logging:commons-logging:1.3.0")
api("commons-net:commons-net:3.10.0")
api("dnsjava:dnsjava:2.1.9")
api("dnsjava:dnsjava:3.6.0")
api("io.burt:jmespath-core:0.6.0")
api("io.burt:jmespath-jackson:0.6.0")
api("javax.activation:javax.activation-api:1.2.0")
Expand Down
2 changes: 1 addition & 1 deletion src/licenses/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
// That enables to have "version-independent" MIT license in licenses/slf4j-api, and
// it would be copied provided the detected license for slf4j-api is MIT.

overrideLicense("dnsjava:dnsjava:2.1.9") {
overrideLicense("dnsjava:dnsjava:3.6.0") {
expectedLicense = SpdxLicense.BSD_2_Clause
}

Expand Down

0 comments on commit 2407a31

Please sign in to comment.