Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 19 updates #530

Merged
merged 2 commits into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val exposedVersion = "0.45.0"
val h2Version = "2.2.224"
val h2Version = "2.3.232"
val pamGeographyVersion = "2.9"
val tokenValidationVersion = "1.3.0"
val tokenSupportVersion = "4.1.7"
val tokenSupportVersion = "5.0.5"
val oidcSupportVersion = "0.2.18"
val logstashVersion = "7.4"
val pdfboxVersion = "3.0.2"
val tikaVersion = "2.9.2"
val logstashVersion = "8.0"
val pdfboxVersion = "3.0.3"
val tikaVersion = "3.0.0"
val resilience4jVersion = "2.2.0"
val problemSpringWebStartVersion = "0.27.0"
val shedlockVersion = "5.13.0"
val springDocVersion = "2.5.0"
val shedlockVersion = "5.16.0"
val springDocVersion = "2.6.0"
val kodeverkVersion = "1.8.13"
val simpleSlackPosterVersion = "0.1.4"
val mockitoInlineVersion = "5.2.0"
val testContainersVersion = "1.19.8"
val mockkVersion = "1.13.10"
val testContainersVersion = "1.20.3"
val mockkVersion = "1.13.13"
val springMockkVersion = "4.0.2"
val otelVersion = "1.42.1"
val otelVersion = "1.43.0"

val githubUser: String by project
val githubPassword: String by project
Expand All @@ -32,9 +32,9 @@ repositories {
}

plugins {
val kotlinVersion = "1.9.24"
val kotlinVersion = "2.0.21"
id("org.jetbrains.kotlin.jvm") version kotlinVersion
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.3.5"
id("org.jetbrains.kotlin.plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
idea
Expand All @@ -59,6 +59,7 @@ dependencies {

implementation("org.flywaydb:flyway-core")
implementation("com.zaxxer:HikariCP")
implementation("org.flywaydb:flyway-database-postgresql")
implementation("org.postgresql:postgresql")

implementation("io.github.resilience4j:resilience4j-retry:$resilience4jVersion")
Expand All @@ -67,7 +68,6 @@ dependencies {
implementation("no.nav.klage:klage-kodeverk:$kodeverkVersion")

implementation("ch.qos.logback:logback-classic")
implementation("ch.qos.logback:logback-access")
implementation("org.codehaus.janino:janino")
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down