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 5 updates #1296

Closed
Closed
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
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
val mockkVersion = "1.13.13"
val tokenValidationVersion = "5.0.13"
val logstashVersion = "8.0"
val springRetryVersion = "2.0.10"
val springRetryVersion = "2.0.11"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.7.0"
val testContainersVersion = "1.20.4"
Expand All @@ -14,7 +14,7 @@ val logbackSyslog4jVersion = "1.0.0"
val jacksonJsonschemaVersion = "1.0.39"
val pdfboxVersion = "3.0.3"
val tikaVersion = "3.0.0"
val verapdfVersion = "1.26.1"
val verapdfVersion = "1.26.2"
val klageKodeverkVersion = "1.9.4"
val commonsFileupload2JakartaVersion = "2.0.0-M1"
val otelVersion = "1.45.0"
Expand All @@ -24,8 +24,8 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
idea
kotlin("kapt") version kotlinVersion
}
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation("org.postgresql:postgresql")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("ch.qos.logback:logback-classic")
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.3.Final")
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.4.Final")

implementation("io.micrometer:micrometer-registry-prometheus")

Expand Down
Loading