Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/pipeline-4c28b080c5
Browse files Browse the repository at this point in the history
  • Loading branch information
slushpupie authored Feb 1, 2024
2 parents 6a6ec6b + 28c3b96 commit 930a112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
classpath(libs.ktlint)
}
}

plugins {
application
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("jacoco")
alias(libs.plugins.ktlint)
}
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
kotlin = "1.8.20"

# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
slf4j = "2.0.9"
slf4j = "2.0.11"
# https://mvnrepository.com/artifact/com.sksamuel.hoplite/hoplite-core
hoplite = "2.7.5"
# https://mvnrepository.com/artifact/org.http4k/http4k-core
http4k = "5.11.0.0"
http4k = "5.13.2.0"
# https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
jackson = "2.16.0"
jackson = "2.16.1"
# https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
okhttp = "4.12.0"
# https://mvnrepository.com/artifact/org.postgresql/postgresql
postgresql = "42.7.1"
# https://mvnrepository.com/artifact/org.flywaydb/flyway-core
flyway = "10.3.0"
flyway = "10.7.1"
# https://mvnrepository.com/artifact/com.sksamuel.scrimage/scrimage-core
scrimage = "4.1.1"
# https://mvnrepository.com/artifact/com.slack.api/bolt
bolt = "1.36.1"
bolt = "1.38.0"
# https://mvnrepository.com/artifact/javax.websocket/javax.websocket-api
websocket = "1.1"
# https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client
Expand Down

0 comments on commit 930a112

Please sign in to comment.