Skip to content

Commit

Permalink
[proxima] validate beam 2.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed May 9, 2023
1 parent b94a92e commit ca4ac3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ repositories {
maven {
url = uri('https://packages.confluent.io/maven/')
}
maven {
url = uri('https://repository.apache.org/content/repositories/orgapachebeam-1322/')
}
}

version = '0.12-SNAPSHOT'
Expand All @@ -48,6 +51,9 @@ subprojects {
maven {
url = uri('https://packages.confluent.io/maven/')
}
maven {
url = uri('https://repository.apache.org/content/repositories/orgapachebeam-1322/')
}
}

apply plugin: 'cz.o2.proxima.java-conventions'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ plugins {
java.sourceCompatibility = JavaVersion.VERSION_11

def auto_service_version = "1.0.1"
def beam_version = "2.46.0"
def beam_version = "2.47.0"
def errorprone_version = "2.18.0"
def flink_version = "1.15.4"
def grpc_version = "1.52.1"
def grpc_version = "1.53.0"
def groovy_version = "4.0.12"
def guava_version = "31.1-jre"
def hadoop_version = "3.2.4"
Expand Down

0 comments on commit ca4ac3e

Please sign in to comment.