Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Roboroads committed Jun 17, 2024
1 parent 48ef047 commit 5aeb1e2
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 @@ -39,7 +39,7 @@ kotlin {
dependencies {
implementation("at.favre.lib:bcrypt:0.10.2")
implementation("de.skuzzle:semantic-version:2.1.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.apache.commons:commons-text:1.12.0")
}
//END CUSTOM
Expand Down

0 comments on commit 5aeb1e2

Please sign in to comment.