From 3576194b79dec22e6d5174e933306dabdd28ce07 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:45:22 +0000 Subject: [PATCH] chore(deps): update gradle non-major dependencies --- build.gradle | 20 ++++++++++---------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index 2877a21..ec1bef7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ plugins { id 'java-library' id 'maven-publish' - id 'io.github.gradle-nexus.publish-plugin' version '1.0.0' + id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' id 'signing' - id 'com.google.protobuf' version '0.8.13' + id 'com.google.protobuf' version '0.9.6' id 'idea' - id 'me.champeau.jmh' version '0.6.5' - id "com.diffplug.spotless" version "5.11.1" + id 'me.champeau.jmh' version '0.7.3' + id "com.diffplug.spotless" version "5.17.1" } repositories { @@ -57,17 +57,17 @@ java { dependencies { protobufImplementation 'com.google.protobuf:protobuf-java:3.13.0' testImplementation 'com.google.protobuf:protobuf-java:3.13.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.14.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3' testImplementation 'org.assertj:assertj-core:3.19.0' - testImplementation 'org.openjdk.jol:jol-core:0.10' + testImplementation 'org.openjdk.jol:jol-core:0.17' } protobuf { // make it possible to build without protoc installed protoc { - artifact = 'com.google.protobuf:protoc:3.3.0' + artifact = 'com.google.protobuf:protoc:3.25.8' } } @@ -79,7 +79,7 @@ javadoc { } jmh { - jmhVersion = '1.26' + jmhVersion = '1.37' } jmhJar { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 29e4134..e5aee46 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists