Skip to content

Commit

Permalink
⬆ upgrade dependency media.kamel:kamel-image to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent e7bf753 commit 898d928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dep-springMockk = "com.ninja-squad:springmockk:4.0.2"
dep-composeFilePicker = "com.darkrockstudios:mpfilepicker:3.1.0"
dep-composeSimpleIcons = { module = "br.com.devsrsouza.compose.icons:simple-icons", version.ref = "composeIcons" }
dep-composeFontAwesome = { module = "br.com.devsrsouza.compose.icons:font-awesome", version.ref = "composeIcons" }
dep-composeKamelImage = "media.kamel:kamel-image:0.9.0" # it is a powerful library but contain too much dependencies
dep-composeKamelImage = "media.kamel:kamel-image:0.9.1" # it is a powerful library but contain too much dependencies
dep-ktorJavaClient = { module = "io.ktor:ktor-client-java", version.ref = "ktor" } # required by kamel-image
dep-ktorContentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" } # required for using jackson
dep-ktorJackson = { module = "io.ktor:ktor-serialization-jackson", version.ref = "ktor" }
Expand Down

0 comments on commit 898d928

Please sign in to comment.