Skip to content

Commit 3c0f6ff

Browse files
Update all patch versions (#8309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c7d6f78 commit 3c0f6ff

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation("com.google.auto.value:auto-value-annotations:1.11.1")
3838
// When updating, update above in plugins too
3939
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
40-
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.0")
40+
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.1")
4141
implementation("com.squareup:javapoet:1.13.0")
4242
implementation("com.squareup.wire:wire-compiler")
4343
implementation("com.squareup.wire:wire-gradle-plugin")

dependencyManagement/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ val DEPENDENCY_BOMS = listOf(
3636
"io.zipkin.brave:brave-bom:6.3.1",
3737
"io.zipkin.reporter2:zipkin-reporter-bom:3.5.3",
3838
"org.assertj:assertj-bom:3.27.7",
39-
"org.testcontainers:testcontainers-bom:2.0.4",
39+
"org.testcontainers:testcontainers-bom:2.0.5",
4040
"org.snakeyaml:snakeyaml-engine:2.10"
4141
)
4242

@@ -74,8 +74,8 @@ val DEPENDENCIES = listOf(
7474
"com.google.guava:guava-beta-checker:1.0",
7575
"com.sun.net.httpserver:http:20070405",
7676
"com.squareup.okhttp3:okhttp:$okhttpVersion",
77-
"com.tngtech.archunit:archunit-junit5:1.4.1",
78-
"com.uber.nullaway:nullaway:0.13.3",
77+
"com.tngtech.archunit:archunit-junit5:1.4.2",
78+
"com.uber.nullaway:nullaway:0.13.4",
7979
"edu.berkeley.cs.jqf:jqf-fuzz:1.7", // jqf-fuzz version 1.8+ requires Java 11+
8080
"eu.rekawek.toxiproxy:toxiproxy-java:2.1.11",
8181
"io.github.crac:org-crac:0.1.3",

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ use_file_shell_for_executable_tasks = true
1414
# Pick the tasks you need from flint (https://github.com/grafana/flint)
1515
[tasks."lint:links"]
1616
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
17+
file = "https://raw.githubusercontent.com/grafana/flint/9de186b090a2ce39486ae3b1d3e696bd2e200d6a/tasks/lint/links.sh" # v0.20.3

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
22
plugins {
33
id("com.gradleup.shadow") version "9.4.1"
4-
id("com.gradle.develocity") version "4.4.0"
4+
id("com.gradle.develocity") version "4.4.1"
55
id("de.undercouch.download") version "5.7.0"
66
id("org.jsonschema2pojo") version "1.3.3"
77
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

0 commit comments

Comments
 (0)