|
1 | 1 | dependencies { |
2 | 2 | api project(':kafka-connect-rest-source') |
3 | 3 | api group: 'io.confluent', name: 'kafka-connect-avro-converter', version: confluentVersion |
4 | | - api group: 'org.radarcns', name: 'radar-schemas-commons', version: '0.5.3' |
| 4 | + api group: 'org.radarcns', name: 'radar-schemas-commons', version: '0.5.14' |
5 | 5 |
|
6 | | - implementation group: 'org.radarcns', name: 'oauth-client-util', version: '0.5.8' |
| 6 | + implementation group: 'org.radarcns', name: 'oauth-client-util', version: '0.6.0' |
7 | 7 |
|
8 | 8 | implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: jacksonVersion |
9 | 9 | implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: jacksonVersion |
10 | | - implementation 'com.google.firebase:firebase-admin:6.12.2' |
| 10 | + implementation 'com.google.firebase:firebase-admin:6.16.0' |
11 | 11 |
|
12 | 12 | // Included in connector runtime |
13 | 13 | compileOnly group: 'org.apache.kafka', name: 'connect-api', version: kafkaVersion |
14 | 14 | compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion |
15 | 15 |
|
16 | | - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.2' |
17 | | - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.2' |
18 | | - testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.26' |
| 16 | + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.2' |
| 17 | + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.2' |
| 18 | + testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.30' |
19 | 19 | testImplementation group: 'org.apache.kafka', name: 'connect-api', version: kafkaVersion |
20 | 20 | } |
21 | 21 |
|
|
0 commit comments