Skip to content

Commit

Permalink
Update dependency org.apache.avro:avro to v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent 951cf55 commit 8cd014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-integration'
implementation 'org.springframework.integration:spring-integration-jms'
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.1'
implementation group: 'org.apache.avro', name: 'avro', version: '1.11.2'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 8cd014e

Please sign in to comment.