File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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,7 +74,7 @@ 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 " ,
77+ " com.tngtech.archunit:archunit-junit5:1.4.2 " ,
7878 " com.uber.nullaway:nullaway:0.13.3" ,
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" ,
Original file line number Diff line number Diff 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" ]
1616description = " 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
Original file line number Diff line number Diff line change 11pluginManagement {
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"
You can’t perform that action at this time.
0 commit comments