Skip to content

Commit f32eb86

Browse files
chore: update protobuf, gradle version (#62)
* chore: update protobuf, slf4j versions * chore: revert slf4j change * chore: update plugins
1 parent 9051c12 commit f32eb86

File tree

10 files changed

+230
-153
lines changed

10 files changed

+230
-153
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import org.hypertrace.gradle.publishing.License
33

44
plugins {
55
id("org.hypertrace.repository-plugin") version "0.4.0"
6-
id("org.hypertrace.ci-utils-plugin") version "0.3.0"
7-
id("org.hypertrace.publish-plugin") version "1.0.2" apply false
8-
id("org.hypertrace.jacoco-report-plugin") version "0.2.0" apply false
9-
id("org.hypertrace.code-style-plugin") version "1.1.2" apply false
10-
id("org.owasp.dependencycheck") version "8.2.1"
6+
id("org.hypertrace.ci-utils-plugin") version "0.3.2"
7+
id("org.hypertrace.publish-plugin") version "1.0.5" apply false
8+
id("org.hypertrace.jacoco-report-plugin") version "0.2.1" apply false
9+
id("org.hypertrace.code-style-plugin") version "2.0.0" apply false
10+
id("org.owasp.dependencycheck") version "10.0.3"
1111
}
1212

1313
subprojects {

gradle/wrapper/gradle-wrapper.jar

-15 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 176 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)