Skip to content

Commit

Permalink
Bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Dec 23, 2021
1 parent 4e198dc commit c224730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//---------------------------------------------------------------------------//

plugins {
id 'com.github.davidmc24.gradle.plugin.avro-base' version '1.2.1'
id 'com.github.davidmc24.gradle.plugin.avro-base' version '1.3.0'
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("com.github.ben-manes.versions") version "0.39.0"
}
Expand All @@ -24,7 +24,7 @@ subprojects {
ext.website = 'https://radar-base.org'

ext {
avroVersion = '1.9.2'
avroVersion = '1.11.0'
argparseVersion = '0.9.0'
jacksonVersion = '2.12.5'
radarJerseyVersion = "0.8.0.1"
Expand Down
4 changes: 2 additions & 2 deletions java-sdk/radar-schemas-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ dependencies {
}

compileJava {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_11
}

//---------------------------------------------------------------------------//
Expand Down

0 comments on commit c224730

Please sign in to comment.