Skip to content

Commit

Permalink
Bump the dependencies group in /http4k-app with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /http4k-app with 2 updates: jvm and org.jlleitschuh.gradle.ktlint.


Updates `jvm` from 2.0.21 to 2.1.0

Updates `org.jlleitschuh.gradle.ktlint` from 12.1.1 to 12.1.2

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 48b9a28 commit 19d6203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http4k-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED

plugins {
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
application
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
id("org.jlleitschuh.gradle.ktlint") version "12.1.2"
}

buildscript {
Expand Down

0 comments on commit 19d6203

Please sign in to comment.