Skip to content

Commit

Permalink
⬆ upgrade dependency media.kamel:kamel-image to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent b342658 commit a86c216
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.1" # it is a powerful library but contain too much dependencies
dep-composeKamelImage = "media.kamel:kamel-image:0.9.3" # 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 a86c216

Please sign in to comment.