Skip to content

Commit

Permalink
deps: update ort to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Sep 19, 2024
1 parent 98d84bb commit a9adc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log4jApi = "2.24.0"
log4jApiKotlin = "1.5.0"
logbackImpl = "1.5.8"
moleculeRuntime = "2.0.0"
ort = "32.1.0"
ort = "33.0.0"
richtext = "0.20.0"

[plugins]
Expand Down
4 changes: 3 additions & 1 deletion src/main/kotlin/ui/vulnerabilities/Vulnerabilities.kt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ private fun VulnerabilityCardPreview() {
VulnerabilityReference(
URI("http://example.com"),
scoringSystem = "scosy",
severity = "severe"
severity = "severe",
score = 42.0f,
vector = "vector"
)
)
)
Expand Down

0 comments on commit a9adc01

Please sign in to comment.