Skip to content

Commit

Permalink
Bump the gradle group across 1 directory with 3 updates (#2668)
Browse files Browse the repository at this point in the history
* Bump the gradle group across 1 directory with 4 updates

Bumps the gradle group with 4 updates in the / directory: org.flywaydb:flyway-database-postgresql, [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5).


Updates `org.flywaydb:flyway-database-postgresql` from 10.18.2 to 10.19.0

Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.0)

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle.kts

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tore Langedal Endestad <[email protected]>
  • Loading branch information
dependabot[bot] and tendestad authored Oct 7, 2024
1 parent 7829aba commit 22ce48c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val mainClass = "no.nav.k9.los.K9LosKt"
val hikariVersion = "6.0.0"
val flywayVersion = "10.18.2"
val flywayVersion = "10.19.0"
val vaultJdbcVersion = "1.3.10"
val koinVersion = "4.0.0"
val kotliqueryVersion = "1.9.0"
Expand All @@ -21,7 +21,7 @@ val navTilgangskontroll = "3.2024.01.24_10.14-f70bae69bd65"
// Test Dependencies
val testContainers = "1.20.2"
val jsonassertVersion = "1.5.3"
val jupiterVersion = "5.11.1"
val jupiterVersion = "5.11.2"
val assertkVersion = "0.28.1"
val mockkVersion = "1.13.12"

Expand Down Expand Up @@ -87,7 +87,7 @@ dependencies {
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
}

implementation( "io.github.smiley4:ktor-swagger-ui:3.4.0")
implementation( "io.github.smiley4:ktor-swagger-ui:3.5.0")


// DI
Expand Down

0 comments on commit 22ce48c

Please sign in to comment.