File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 }
7171 api(" commons-logging:commons-logging:1.3.5" )
7272 api(" commons-net:commons-net:3.12.0" )
73- api(" dnsjava:dnsjava:3.6.3 " )
73+ api(" dnsjava:dnsjava:3.6.4 " )
7474 api(" io.burt:jmespath-core:0.6.0" )
7575 api(" io.burt:jmespath-jackson:0.6.0" )
7676 api(" jakarta.jms:jakarta.jms-api:3.1.0" )
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
104104 // That enables to have "version-independent" MIT license in licenses/slf4j-api, and
105105 // it would be copied provided the detected license for slf4j-api is MIT.
106106
107- overrideLicense(" dnsjava:dnsjava:3.6.3 " ) {
107+ overrideLicense(" dnsjava:dnsjava:3.6.4 " ) {
108108 expectedLicense = SpdxLicense .BSD_2_Clause
109109 }
110110
You can’t perform that action at this time.
0 commit comments