From 9fa82f32d9f22ecde0781011529870149dd2f4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:34:51 +0000 Subject: [PATCH] build(deps): bump the all-gradle group across 1 directory with 5 updates Bumps the all-gradle group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tools.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `3.1.4` | `3.2.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.11` | `42.7.13` | | [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) | `1.60.0` | `1.61.0` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.1` | `9.6.1` | Updates `tools.jackson.module:jackson-module-kotlin` from 3.1.4 to 3.2.0 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.1.4...jackson-module-kotlin-3.2.0) Updates `org.junit.jupiter:junit-jupiter` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) Updates `org.postgresql:postgresql` from 42.7.11 to 42.7.13 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.11...REL42.7.13) Updates `com.microsoft.playwright:playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](https://github.com/microsoft/playwright-java/compare/v1.60.0...v1.61.0) Updates `gradle-wrapper` from 9.5.1 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.5.1...v9.6.1) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-kotlin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: org.postgresql:postgresql dependency-version: 42.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle ... Signed-off-by: dependabot[bot] --- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- gradlew.bat | 4 ++-- services/auth-api/build.gradle.kts | 2 +- services/knowledge-api/build.gradle.kts | 2 +- services/system-tests/build.gradle.kts | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df6a6ad7..a9db1155 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139f..249efbb0 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b0..8508ef68 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel diff --git a/services/auth-api/build.gradle.kts b/services/auth-api/build.gradle.kts index 1e64eb0a..d4f728ea 100644 --- a/services/auth-api/build.gradle.kts +++ b/services/auth-api/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("org.flywaydb:flyway-database-postgresql") implementation("org.springframework.boot:spring-boot-starter-jooq") implementation("org.jooq:jooq") - implementation("tools.jackson.module:jackson-module-kotlin:3.1.4") + implementation("tools.jackson.module:jackson-module-kotlin:3.2.0") runtimeOnly("org.postgresql:postgresql") // Tracing runtime jars. With these on the classpath Spring Boot // activates micrometer-tracing + the OTLP exporter and starts shipping diff --git a/services/knowledge-api/build.gradle.kts b/services/knowledge-api/build.gradle.kts index 50b75bc2..6dad6270 100644 --- a/services/knowledge-api/build.gradle.kts +++ b/services/knowledge-api/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("org.flywaydb:flyway-database-postgresql") implementation("org.springframework.boot:spring-boot-starter-jooq") implementation("org.jooq:jooq") - implementation("tools.jackson.module:jackson-module-kotlin:3.1.4") + implementation("tools.jackson.module:jackson-module-kotlin:3.2.0") // Springdoc publishes `/api/v1/api-docs` (OpenAPI 3 JSON) over the // committed REST controllers under `web/`. The committed // `services/knowledge-api/openapi.json` is the contract knowledge-ui diff --git a/services/system-tests/build.gradle.kts b/services/system-tests/build.gradle.kts index 86fa0f64..620ce8b7 100644 --- a/services/system-tests/build.gradle.kts +++ b/services/system-tests/build.gradle.kts @@ -10,15 +10,15 @@ import org.gradle.api.tasks.testing.Test dependencies { testImplementation("io.rest-assured:rest-assured:6.0.0") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher") testImplementation("org.assertj:assertj-core:3.27.7") testImplementation("org.testcontainers:testcontainers:2.0.5") testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.5") testImplementation("dev.turingcomplete:kotlin-onetimepassword:3.0.0") testImplementation("commons-codec:commons-codec:1.22.0") - testRuntimeOnly("org.postgresql:postgresql:42.7.11") - testImplementation("com.microsoft.playwright:playwright:1.60.0") + testRuntimeOnly("org.postgresql:postgresql:42.7.13") + testImplementation("com.microsoft.playwright:playwright:1.61.0") } val testSourceSet = extensions.getByType(SourceSetContainer::class.java).getByName("test")