11buildscript {
22 ext {
3- micronautVersion = " 1.3.3 "
3+ micronautVersion = " 1.3.4 "
44 confluentVersion = " 5.4.+"
5- kafkaVersion = " 2.4.0 "
5+ kafkaVersion = " 2.4.1 "
66 lombokVersion = " 1.18.12"
77 }
88
@@ -14,26 +14,26 @@ buildscript {
1414
1515 dependencies {
1616 // akhq
17- classpath " com.commercehub.gradle.plugin:gradle-avro-plugin:0.17.0 "
17+ classpath " com.commercehub.gradle.plugin:gradle-avro-plugin:0.19.1 "
1818 }
1919}
2020
2121plugins {
2222 // micronaut
23- id " io.spring.dependency-management" version " 1.0.8 .RELEASE"
23+ id " io.spring.dependency-management" version " 1.0.9 .RELEASE"
2424 id " com.github.johnrengelman.shadow" version " 5.2.0"
2525 id " application"
2626 id " java"
2727 id " net.ltgt.apt-eclipse" version " 0.21"
2828 id " net.ltgt.apt-idea" version " 0.21"
29- id " com.gorylenko.gradle-git-properties" version " 2.2.0 "
29+ id " com.gorylenko.gradle-git-properties" version " 2.2.2 "
3030
3131 // akhq
32- id ' org.siouan.frontend' version ' 1.3.0 '
32+ id ' org.siouan.frontend' version ' 1.4.1 '
3333 id ' com.adarshr.test-logger' version ' 2.0.0'
34- id ' org.gradle.test-retry' version ' 1.0.0 '
34+ id ' org.gradle.test-retry' version ' 1.1.4 '
3535 id ' com.github.psxpaul.execfork' version ' 0.1.13'
36- id " com.github.ben-manes.versions" version " 0.27 .0"
36+ id " com.github.ben-manes.versions" version " 0.28 .0"
3737}
3838
3939apply plugin : " com.commercehub.gradle.plugin.avro"
@@ -118,7 +118,7 @@ dependencies {
118118 compile " io.micronaut:micronaut-http-server-netty"
119119 compile " io.swagger.core.v3:swagger-annotations"
120120 runtime " ch.qos.logback:logback-classic:1.2.3"
121- runtime ' org.freemarker:freemarker:2.3.29 '
121+ runtime ' org.freemarker:freemarker:2.3.30 '
122122 compile " io.micronaut:micronaut-security"
123123 compile " io.micronaut:micronaut-security-session"
124124 compile " io.micronaut:micronaut-management"
@@ -129,8 +129,8 @@ dependencies {
129129 compile group : " org.apache.kafka" , name : " kafka-clients" , version : kafkaVersion
130130 compile group : " io.confluent" , name : " kafka-schema-registry-client" , version : confluentVersion
131131 compile group : " io.confluent" , name : " kafka-avro-serializer" , version : confluentVersion
132- compile group : ' org.apache.avro' , name : ' avro' , version : ' 1.9.1 '
133- compile group : ' org.sourcelab' , name : ' kafka-connect-client' , version : ' 2.1 .0'
132+ compile group : ' org.apache.avro' , name : ' avro' , version : ' 1.9.2 '
133+ compile group : ' org.sourcelab' , name : ' kafka-connect-client' , version : ' 3.0 .0'
134134
135135 // log
136136 compile group : ' org.slf4j' , name : ' jul-to-slf4j' , version : ' 1.8.+'
@@ -152,7 +152,7 @@ dependencies {
152152 testCompile " org.junit.jupiter:junit-jupiter-api"
153153 testCompile " io.micronaut.test:micronaut-test-junit5"
154154 testRuntime " org.junit.jupiter:junit-jupiter-engine"
155- testCompile " org.mockito:mockito-junit-jupiter:3.2.4 "
155+ testCompile " org.mockito:mockito-junit-jupiter:3.3.3 "
156156
157157 // test
158158 testCompile " com.salesforce.kafka.test:kafka-junit5:3.2.1"
0 commit comments