Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions settings.gradle.kts
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted the settings.gradle.kts changes and moved the plugin version declarations inline to the plugin blocks where they're used. Build and Kafka smoke test verified to work correctly. c4ae83f

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.apache.tools.ant.taskdefs.condition.Os

pluginManagement {
plugins {
id("com.github.ben-manes.versions") version "0.51.0"
id("com.github.jk1.dependency-license-report") version "2.9"
id("me.champeau.jmh") version "0.7.3"
id("com.gradle.plugin-publish") version "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/apps/Kafka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:2.7.18")
implementation("org.springframework.kafka:spring-kafka:2.3.1.RELEASE")
implementation("org.springframework.kafka:spring-kafka:2.8.11")
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.0")
implementation("org.apache.httpcomponents:httpclient:4.5.13")
implementation("org.testcontainers:kafka:1.17.3")
Expand Down
Loading