Skip to content

Commit dcc2353

Browse files
renovate[bot]sschuberth
authored andcommitted
Update dependency org.ossreviewtoolkit:model to v89.3.0
1 parent 505ae93 commit dcc2353

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ort-curation-formatter.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@file:CompilerOptions("-jvm-target", "25")
44
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
5-
@file:DependsOn("org.ossreviewtoolkit:model:89.2.0")
5+
@file:DependsOn("org.ossreviewtoolkit:model:89.3.0")
66

77
import com.fasterxml.jackson.dataformat.yaml.YAMLGenerator
88
import com.fasterxml.jackson.dataformat.yaml.YAMLMapper

ort-path-exclude-checker.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:CompilerOptions("-jvm-target", "25")
44
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
55
@file:DependsOn("org.apache.logging.log4j:log4j-to-slf4j:2.26.0")
6-
@file:DependsOn("org.ossreviewtoolkit:model:89.2.0")
6+
@file:DependsOn("org.ossreviewtoolkit:model:89.3.0")
77
@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.7.0.202606012155-r")
88

99
import com.github.ajalt.clikt.core.CliktCommand

ort-result-schema-generator.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@file:CompilerOptions("-jvm-target", "25")
44
@file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0")
55
@file:DependsOn("com.github.victools:jsonschema-generator:5.0.0")
6-
@file:DependsOn("org.ossreviewtoolkit:model:89.2.0")
6+
@file:DependsOn("org.ossreviewtoolkit:model:89.3.0")
77

88
import com.github.ajalt.clikt.core.CliktCommand
99
import com.github.ajalt.clikt.core.Context

0 commit comments

Comments
 (0)