Skip to content

Commit

Permalink
build(deps): Bump commonsVersion from 2.0.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps `commonsVersion` from 2.0.1 to 2.1.0.

Updates `com.github.stefan-niedermann.nextcloud-commons:sso-glide` from 2.0.1 to 2.1.0

Updates `com.github.stefan-niedermann.nextcloud-commons:exception` from 2.0.1 to 2.1.0

Updates `com.github.stefan-niedermann.nextcloud-commons:markdown` from 2.0.1 to 2.1.0

---
updated-dependencies:
- dependency-name: com.github.stefan-niedermann.nextcloud-commons:sso-glide
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.stefan-niedermann.nextcloud-commons:exception
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.stefan-niedermann.nextcloud-commons:markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent de3dc4a commit c82f6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext {
kotlinVersion = '1.9.22'
commonsVersion = '2.0.1'
commonsVersion = '2.1.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit c82f6a5

Please sign in to comment.