Skip to content

Commit

Permalink
[proxima-beam] validate beam 2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Oct 5, 2023
1 parent d5bbbce commit 3bbfd39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ def configureRepositores(project) {
maven {
url = uri('https://packages.confluent.io/maven/')
}
maven {
url = uri('https://repository.apache.org/content/repositories/orgapachebeam-1353/')
}
if (project.version.endsWith("-SNAPSHOT")) {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
java.sourceCompatibility = JavaVersion.VERSION_11

def auto_service_version = "1.0.1"
def beam_version = "2.50.0"
def beam_version = "2.51.0"
def errorprone_version = "2.18.0"
def flink_version = "1.16.2"
def grpc_version = "1.56.1"
Expand Down

0 comments on commit 3bbfd39

Please sign in to comment.