Skip to content

Commit

Permalink
[proxima-beam] validate beam 2.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik committed Jul 13, 2023
1 parent b369cee commit a41c3d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ plugins {
}

version = '0.13-SNAPSHOT'
repositories {
mavenLocal()
mavenCentral()
maven {
url = uri('https://packages.confluent.io/maven/')
}
}

group = 'cz.o2.proxima'

Expand Down Expand Up @@ -225,6 +218,9 @@ def configureRepositores(project) {
maven {
url = uri('https://packages.confluent.io/maven/')
}
maven {
url = uri('https://repository.apache.org/content/repositories/orgapachebeam-1349/')
}
if (project.version.endsWith("-SNAPSHOT")) {
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
Expand Down
10 changes: 5 additions & 5 deletions buildSrc/src/main/groovy/cz.o2.proxima.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ plugins {
java.sourceCompatibility = JavaVersion.VERSION_11

def auto_service_version = "1.0.1"
def beam_version = "2.48.0"
def beam_version = "2.49.0"
def errorprone_version = "2.18.0"
def flink_version = "1.15.4"
def grpc_version = "1.54.0"
def flink_version = "1.16.2"
def grpc_version = "1.55.1"
def groovy_version = "4.0.13"
def guava_version = "31.1-jre"
def guava_version = "32.0.1-jre"
def hadoop_version = "3.2.4"
def hbase_version = "2.5.3-hadoop3"
def hamcrest_version = "1.3"
Expand All @@ -38,7 +38,7 @@ def junit4_version = "4.13.2"
def lombok_version = "1.18.16"
def log4j_version = "2.19.0"
def mockito_version = "5.3.0"
def protobuf_version = "3.21.12"
def protobuf_version = "3.23.2"
def scala_version = "2.12"
def spark_version = "3.1.2"
def slf4j_version = "2.0.7"
Expand Down

0 comments on commit a41c3d5

Please sign in to comment.