Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 23, 2021
1 parent d6dd73d commit cce7f6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*/
plugins {
id 'com.github.davidmc24.gradle.plugin.avro' version '1.3.0'
id("io.github.gradle-nexus.publish-plugin") version "1.0.0"
id("com.github.ben-manes.versions") version "0.38.0"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("com.github.ben-manes.versions") version "0.39.0"
}

allprojects {
Expand All @@ -29,7 +29,6 @@ subprojects {
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'idea'
apply plugin: 'com.github.ben-manes.versions'

targetCompatibility = '11'
sourceCompatibility = '11'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jacksonVersion=2.12.6
jacksonYamlVersion=2.12.6
okhttpVersion=4.9.3
junitVersion=4.13.2
mockitoVersion=3.9.0
mockitoVersion=4.2.0
hamcrestVersion=1.3
radarSchemasVersion=0.7.5
orgJsonVersion=20210307
orgJsonVersion=20211205
2 changes: 1 addition & 1 deletion radar-commons-testing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
api group: 'org.apache.avro', name: 'avro', version: avroVersion
api group: 'org.radarbase', name: 'radar-schemas-commons', version: radarSchemasVersion

implementation group: 'com.opencsv', name: 'opencsv', version: '5.4'
implementation group: 'com.opencsv', name: 'opencsv', version: '5.5.2'
implementation group: 'com.fasterxml.jackson.core' , name: 'jackson-databind' , version: jacksonVersion
implementation group: 'org.apache.kafka', name: 'kafka-clients', version: kafkaVersion
implementation (group: 'io.confluent', name: 'kafka-avro-serializer', version: confluentVersion) {
Expand Down

0 comments on commit cce7f6d

Please sign in to comment.