File tree 3 files changed +15
-2
lines changed
spring-cloud-schema-registry-client
spring-cloud-schema-registry-core
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 36
36
37
37
<dependencyManagement >
38
38
<dependencies >
39
+ <dependency >
40
+ <groupId >com.fasterxml.jackson</groupId >
41
+ <artifactId >jackson-bom</artifactId >
42
+ <version >2.11.0.rc1</version >
43
+ <scope >import</scope >
44
+ <type >pom</type >
45
+ </dependency >
39
46
<dependency >
40
47
<groupId >org.springframework.cloud</groupId >
41
48
<artifactId >spring-cloud-stream</artifactId >
Original file line number Diff line number Diff line change 9
9
10
10
<artifactId >spring-cloud-schema-registry-client</artifactId >
11
11
<properties >
12
- <avro .version>1.8 .2</avro .version>
12
+ <avro .version>1.9 .2</avro .version>
13
13
</properties >
14
14
15
15
<dependencies >
65
65
<dependency >
66
66
<groupId >com.fasterxml.jackson.dataformat</groupId >
67
67
<artifactId >jackson-dataformat-avro</artifactId >
68
+ <exclusions >
69
+ <exclusion >
70
+ <groupId >org.apache.avro</groupId >
71
+ <artifactId >avro</artifactId >
72
+ </exclusion >
73
+ </exclusions >
68
74
<scope >test</scope >
69
75
</dependency >
70
76
</dependencies >
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >org.apache.avro</groupId >
33
33
<artifactId >avro</artifactId >
34
- <version >1.8.1 </version >
34
+ <version >1.9.2 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments