Skip to content

Commit

Permalink
fix(deps): bump com.sksamuel.scrimage:scrimage-core from 4.2.0 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [com.sksamuel.scrimage:scrimage-core](https://github.com/sksamuel/scrimage) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/sksamuel/scrimage/releases)
- [Changelog](https://github.com/sksamuel/scrimage/blob/master/docs/changelog.md)
- [Commits](sksamuel/scrimage@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: com.sksamuel.scrimage:scrimage-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent e7c5cb8 commit dc80665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories { mavenCentral() }
val springCloudVersion = "2024.0.0"
val openapiVersion = "2.7.0"
val mockitoKotlinVersion = "5.4.0"
val scrimageVersion = "4.2.0"
val scrimageVersion = "4.3.0"

// security version bumps through spring dependency management
// will not be updated through dependabot
Expand Down

0 comments on commit dc80665

Please sign in to comment.