Skip to content

Commit

Permalink
chore(deps): update all java deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 4, 2023
1 parent cd6cf2d commit 7a12013
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
// micronaut
id "com.github.johnrengelman.shadow" version "7.1.2"
id "io.micronaut.application" version "3.6.3"
id "io.micronaut.application" version "3.7.0"

// akhq
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'com.adarshr.test-logger' version '3.1.0'
id 'org.gradle.test-retry' version '1.4.1'
id 'com.github.psxpaul.execfork' version '0.2.1'
id "com.github.ben-manes.versions" version "0.43.0"
id "com.github.davidmc24.gradle.plugin.avro" version "1.5.0"
id 'com.adarshr.test-logger' version '3.2.0'
id 'org.gradle.test-retry' version '1.5.1'
id 'com.github.psxpaul.execfork' version '0.2.2'
id "com.github.ben-manes.versions" version "0.45.0"
id "com.github.davidmc24.gradle.plugin.avro" version "1.6.0"
}

group "org.akhq"
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation group: "io.confluent", name: "kafka-json-schema-serializer", version: confluentVersion
implementation group: "io.confluent", name: "kafka-protobuf-serializer", version: confluentVersion
implementation group: "io.confluent", name: "kafka-client-plugins", version: confluentVersion + "-ce"
implementation 'org.sourcelab:kafka-connect-client:4.0.2'
implementation 'org.sourcelab:kafka-connect-client:4.0.3'

// strimzi
implementation group: 'io.strimzi', name: 'kafka-oauth-common', version: '0.11.0'
Expand All @@ -110,7 +110,7 @@ dependencies {
// utils
implementation group: 'org.codehaus.httpcache4j.uribuilder', name: 'uribuilder', version: '2.0.0'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8'

// avro
Expand All @@ -127,14 +127,14 @@ dependencies {
implementation group: "org.mindrot", name: "jbcrypt", version: "0.4"

// https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-all
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.13'
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.15'
// api

// client
implementation project(":client")

//AWS MSK IAM Auth
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '1.1.5'
implementation group: 'software.amazon.msk', name: 'aws-msk-iam-auth', version: '1.1.6'

// https://mvnrepository.com/artifact/io.projectreactor/reactor-core
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.5.1'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
micronautVersion=3.7.3
confluentVersion=7.3.0
micronautVersion=3.8.4
confluentVersion=7.3.1
kafkaVersion=3.3.1
kafkaScalaVersion=2.13
lombokVersion=1.18.24
lombokVersion=1.18.26
ksqlApiClientVersion=7.3.1

0 comments on commit 7a12013

Please sign in to comment.