Update versions and add gitea workflow
All checks were successful
Tests / reset-status (push) Successful in 3s
Tests / tests (push) Successful in 8m27s
Tests / integration-tests (push) Successful in 5m14s
Tests / build (push) Successful in 6m18s

This commit is contained in:
2023-10-29 17:08:56 +01:00
parent 6ce4437766
commit 9e90c73de1
6 changed files with 370 additions and 260 deletions

View File

@ -1,13 +1,13 @@
[versions]
apache-beam = "2.49.0"
apache-beam = "2.51.0"
apache-kafka = "3.3.2"
h2-database = "2.2.220"
h2-database = "2.2.224"
hamcrest = "2.2"
jackson = "2.15.2"
jackson = "2.15.3"
java = "17"
junit-jupiter = "5.9.3"
junit-jupiter = "5.10.0"
postgresql-driver = "42.6.0"
spring-kafka-test = "3.0.9"
spring-kafka-test = "3.0.12"
[libraries]
beam-core = { module = "org.apache.beam:beam-sdks-java-core", version.ref = "apache-beam" }

Binary file not shown.

View File

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists