Skip to content

Commit

Permalink
Revert "fix(deps): update com.fasterxml.jackson.core to v2.15.0"
Browse files Browse the repository at this point in the history
This reverts commit 8f29799.
  • Loading branch information
vlsi committed Apr 28, 2023
1 parent 32c6316 commit 039712c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 74 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions src/bom-thirdparty/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {

api("bsf:bsf:2.4.0")
api("cglib:cglib-nodep:3.3.0")
api("com.fasterxml.jackson.core:jackson-annotations:2.15.0")
api("com.fasterxml.jackson.core:jackson-core:2.15.0")
api("com.fasterxml.jackson.core:jackson-databind:2.15.0")
api("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
api("com.fasterxml.jackson.core:jackson-core:2.13.4")
api("com.fasterxml.jackson.core:jackson-databind:2.13.4.2")
api("com.fifesoft:rsyntaxtextarea:3.2.0")
api("com.formdev:svgSalamander:1.1.2.4")
api("com.github.ben-manes.caffeine:caffeine:2.9.3")
Expand Down
4 changes: 0 additions & 4 deletions src/licenses/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
expectedLicense = SpdxLicense.BSD_2_Clause
}

overrideLicense("ch.randelshofer:fastdoubleparser") {
expectedLicense = SpdxLicense.MIT
}

overrideLicense("com.formdev:svgSalamander") {
// See https://github.com/blackears/svgSalamander/blob/d6b6fe9a8ece7d0e0e7aeb3de82f027a38a6fe25/www/license/license-bsd.txt
effectiveLicense = SpdxLicense.BSD_3_Clause
Expand Down
21 changes: 0 additions & 21 deletions src/licenses/licenses/fastdoubleparser/LICENSE

This file was deleted.

0 comments on commit 039712c

Please sign in to comment.