Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates in the / directory: [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) and org.apache.commons:commons-compress.


Updates `io.github.smiley4:ktor-swagger-ui` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases)
- [Commits](SMILEY4/ktor-swagger-ui@3.2.0...3.3.0)

Updates `org.apache.commons:commons-compress` from 1.27.0 to 1.27.1

---
updated-dependencies:
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 8b4687a commit 3375719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
}

implementation( "io.github.smiley4:ktor-swagger-ui:3.2.0")
implementation( "io.github.smiley4:ktor-swagger-ui:3.3.0")


// DI
Expand All @@ -110,7 +110,7 @@ dependencies {
testImplementation("org.testcontainers:postgresql:$testContainers")
testImplementation("io.insert-koin:koin-test-junit5:$koinVersion")

testImplementation("org.apache.commons:commons-compress:1.27.0")
testImplementation("org.apache.commons:commons-compress:1.27.1")
}

repositories {
Expand Down

0 comments on commit 3375719

Please sign in to comment.