We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f90ff commit 682e6bdCopy full SHA for 682e6bd
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation 'org.springframework.boot:spring-boot-starter-actuator'
23
implementation 'org.springframework.boot:spring-boot-starter-integration'
24
implementation 'org.springframework.integration:spring-integration-jms'
25
- implementation group: 'org.apache.avro', name: 'avro', version: '1.11.1'
+ implementation group: 'org.apache.avro', name: 'avro', version: '1.11.3'
26
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
27
implementation 'org.springframework.boot:spring-boot-starter-web'
28
compileOnly 'org.projectlombok:lombok'
0 commit comments