We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d6f78 commit 3c0f6ffCopy full SHA for 3c0f6ff
4 files changed
buildSrc/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
37
implementation("com.google.auto.value:auto-value-annotations:1.11.1")
38
// When updating, update above in plugins too
39
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
40
- implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.0")
+ implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.1")
41
implementation("com.squareup:javapoet:1.13.0")
42
implementation("com.squareup.wire:wire-compiler")
43
implementation("com.squareup.wire:wire-gradle-plugin")
dependencyManagement/build.gradle.kts
@@ -36,7 +36,7 @@ val DEPENDENCY_BOMS = listOf(
36
"io.zipkin.brave:brave-bom:6.3.1",
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.3",
"org.assertj:assertj-bom:3.27.7",
- "org.testcontainers:testcontainers-bom:2.0.4",
+ "org.testcontainers:testcontainers-bom:2.0.5",
"org.snakeyaml:snakeyaml-engine:2.10"
)
@@ -74,8 +74,8 @@ val DEPENDENCIES = listOf(
74
"com.google.guava:guava-beta-checker:1.0",
75
"com.sun.net.httpserver:http:20070405",
76
"com.squareup.okhttp3:okhttp:$okhttpVersion",
77
- "com.tngtech.archunit:archunit-junit5:1.4.1",
78
- "com.uber.nullaway:nullaway:0.13.3",
+ "com.tngtech.archunit:archunit-junit5:1.4.2",
+ "com.uber.nullaway:nullaway:0.13.4",
79
"edu.berkeley.cs.jqf:jqf-fuzz:1.7", // jqf-fuzz version 1.8+ requires Java 11+
80
"eu.rekawek.toxiproxy:toxiproxy-java:2.1.11",
81
"io.github.crac:org-crac:0.1.3",
mise.toml
@@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true
14
# Pick the tasks you need from flint (https://github.com/grafana/flint)
15
[tasks."lint:links"]
16
description = "Check for broken links in changed files + all local links"
17
-file = "https://raw.githubusercontent.com/grafana/flint/d5e14011bca8fa206b4205d6def31ab8e2652c1c/tasks/lint/links.sh" # v0.20.0
+file = "https://raw.githubusercontent.com/grafana/flint/9de186b090a2ce39486ae3b1d3e696bd2e200d6a/tasks/lint/links.sh" # v0.20.3
settings.gradle.kts
@@ -1,7 +1,7 @@
1
pluginManagement {
2
plugins {
3
id("com.gradleup.shadow") version "9.4.1"
4
- id("com.gradle.develocity") version "4.4.0"
+ id("com.gradle.develocity") version "4.4.1"
5
id("de.undercouch.download") version "5.7.0"
6
id("org.jsonschema2pojo") version "1.3.3"
7
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
0 commit comments