Skip to content

Commit 682e6bd

Browse files
Update dependency org.apache.avro:avro to v1.11.3
1 parent 28f90ff commit 682e6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2323
implementation 'org.springframework.boot:spring-boot-starter-integration'
2424
implementation 'org.springframework.integration:spring-integration-jms'
25-
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.1'
25+
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.3'
2626
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2727
implementation 'org.springframework.boot:spring-boot-starter-web'
2828
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)