From 5d59de629a25400fe557303dd4429866c1fd272e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:14:56 +0000 Subject: [PATCH] Bump the dependencies group with 6 updates Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.11` | `42.7.12` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.37` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.0` | `6.1.1` | | [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `1.1.2` | `1.1.3` | | [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `9.4.2` | `9.4.3` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.6.0` | `9.6.1` | Updates `org.postgresql:postgresql` from 42.7.11 to 42.7.12 - [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.12) Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.37 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.37) Updates `org.junit:junit-bom` 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.graalvm.buildtools.native` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.2...1.1.3) Updates `com.gradleup.shadow` from 9.4.2 to 9.4.3 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.2...9.4.3) Updates `gradle-wrapper` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.graalvm.buildtools.native dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.gradleup.shadow dependency-version: 9.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad29da084..d46fcbdaf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { `java-library` - id("org.graalvm.buildtools.native") version "1.1.2" - id("com.gradleup.shadow") version "9.4.2" + id("org.graalvm.buildtools.native") version "1.1.3" + id("com.gradleup.shadow") version "9.4.3" id("io.freefair.lombok") version "9.5.0" `maven-publish` } @@ -80,10 +80,10 @@ dependencies { api("org.jline:jline:4.2.1") api("ar.com.hjg:pngj:2.1.0") api("com.zaxxer:HikariCP:7.1.0") - api("org.postgresql:postgresql:42.7.11") + api("org.postgresql:postgresql:42.7.12") api("org.jdbi:jdbi3-postgres:3.53.0") api("com.google.guava:guava:33.6.0-jre") - api("ch.qos.logback:logback-classic:1.5.34") + api("ch.qos.logback:logback-classic:1.5.37") api("org.slf4j:slf4j-api:2.0.18") api("org.slf4j:jul-to-slf4j:2.0.18") api("com.mojang:brigadier:1.3.10") @@ -93,7 +93,7 @@ dependencies { api("tools.jackson.core:jackson-databind") api("tools.jackson.dataformat:jackson-dataformat-smile") - testImplementation(platform("org.junit:junit-bom:6.1.0")) + testImplementation(platform("org.junit:junit-bom:6.1.1")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.testcontainers:testcontainers:2.0.5") testImplementation("org.testcontainers:testcontainers-junit-jupiter:2.0.5") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eb84db68d..a9db11550 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.6.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500