Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/junitVersion-5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Nov 7, 2024
2 parents b871f8c + 3205205 commit abb64d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
`creek-coverage-convention`
`creek-publishing-convention` apply false
`creek-sonatype-publishing-convention`
id("pl.allegro.tech.build.axion-release") version "1.18.9" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
id("pl.allegro.tech.build.axion-release") version "1.18.14" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release
id("com.bmuschko.docker-remote-api") version "9.4.0" apply false
id("org.creekservice.schema.json") version "0.4.2-SNAPSHOT" apply false
}
Expand Down Expand Up @@ -68,15 +68,15 @@ subprojects {
extra.apply {
set("creekVersion", "0.4.2-SNAPSHOT")
set("spotBugsVersion", "4.8.6") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("jacksonVersion", "2.18.0") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("jacksonVersion", "2.18.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
set("slf4jVersion", "2.0.16") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api
set("log4jVersion", "2.24.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("guavaVersion", "33.3.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("junitVersion", "5.11.3") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
set("junitPioneerVersion", "2.2.0") // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
set("mockitoVersion", "5.14.1") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
set("mockitoVersion", "5.14.2") // https://mvnrepository.com/artifact/org.mockito/mockito-junit-jupiter
// Update kafka_version in `.github/workflows/build.yml` when updating this version
set("kafkaVersion", "3.7.0") // https://mvnrepository.com/artifact/org.apache.kafka
set("kafkaVersion", "3.8.1") // https://mvnrepository.com/artifact/org.apache.kafka
set("confluentVersion", "7.7.1") // https://packages.confluent.io/maven/io/confluent/kafka-schema-registry-client
set("testContainersVersion", "1.19.8") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
}
Expand Down

0 comments on commit abb64d3

Please sign in to comment.