Skip to content

Commit

Permalink
bump micrometer version (OpenLineage#3294)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Obuchowski <[email protected]>
  • Loading branch information
mobuchowski authored Dec 2, 2024
1 parent 468e31c commit ac54ce3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/java/transports.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
junit5Version = '5.10.3'
lombokVersion = '1.18.34'
mockitoVersion = '5.2.0'
micrometerVersion = '1.13.2'
micrometerVersion = '1.14.1'
isReleaseVersion = !version.endsWith('SNAPSHOT')
guavaVersion = '33.2.1-jre'
}
Expand Down
2 changes: 1 addition & 1 deletion integration/flink/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
jacksonVersion = "2.15.3"
mockitoVersion = '5.2.0'
testcontainersVersion = '1.20.1'
micrometerVersion = '1.13.2'
micrometerVersion = '1.14.1'
isReleaseVersion = !version.endsWith('SNAPSHOT')
}

Expand Down
2 changes: 1 addition & 1 deletion integration/flink/shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ext {
testcontainersVersion = '1.19.6'
isReleaseVersion = !version.endsWith('SNAPSHOT')
icebergVersion = "1.3.0"
micrometerVersion = "1.13.2"
micrometerVersion = "1.14.1"

versionsMap = [
"1.15": ["cassandra": "1.15.4", "kafka": flinkVersion, "jdbc": "1.15.4", "iceberg": "1.3.0", "alternativeShort": "1.15"],
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {
hostDir : project.findProperty('host.dir') ?: System.getProperty('host.dir'),
testDir : project.findProperty('test.dir') ?: System.getProperty('test.dir')
]
micrometerVersion = '1.13.6'
micrometerVersion = '1.14.1'
}

// This workaround is needed because the version of Snappy that Spark 2.4.x runs with,
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ext {
databricksVersion = "0.1.4"
junit5Version = "5.11.3"
kafkaClientsVersion = "3.9.0"
micrometerVersion = '1.13.6'
micrometerVersion = '1.14.1'
mockitoVersion = "4.11.0"
mockserverVersion = "5.14.0"
postgresqlVersion = "42.7.4"
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
postgresqlVersion = "42.7.4"
micrometerVersion = '1.13.6'
micrometerVersion = '1.14.1'

sparkVersion = project.findProperty("spark2.spark.version")
scalaBinaryVersion = "2.11"
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
junit5Version = "5.11.3"
lombokVersion = "1.18.30"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark3.spark.version")
scalaBinaryVersion = project.findProperty("scala.binary.version")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark31/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
assertjVersion = "3.26.3"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"
sparkVersion = project.findProperty("spark31.spark.version")
}

Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark32/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
jacksonVersion = "2.15.3"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark32.spark.version")
scalaBinaryVersion = project.findProperty("scala.binary.version")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark33/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
jacksonVersion = "2.15.3"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark33.spark.version")
scalaBinaryVersion = project.findProperty("scala.binary.version")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark34/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ext {
jacksonVersion = "2.15.3"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark34.spark.version")
scalaBinaryVersion = project.findProperty("scala.binary.version")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark35/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
commonsLangVersion = "3.12.0"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark35.spark.version")
scalaBinaryVersion = project.findProperty("scala.binary.version")
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/spark40/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext {
commonsLangVersion = "3.12.0"
junit5Version = "5.11.3"
mockitoVersion = "4.11.0"
micrometerVersion = "1.13.6"
micrometerVersion = "1.14.1"

sparkVersion = project.findProperty("spark40.spark.version") + "-preview1"
scalaBinaryVersion = "2.13"
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/vendor/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
junit5Version = '5.11.3'
mockitoVersion = '4.11.0'
lombokVersion = '1.18.30'
micrometerVersion = '1.13.6'
micrometerVersion = '1.14.1'

icebergLookup = [
'3.1': '1.3.1',
Expand Down
2 changes: 1 addition & 1 deletion integration/spark/vendor/snowflake/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
snowflakeVersion = '2.13.0'
mockitoVersion = '4.11.0'
lombokVersion = '1.18.30'
micrometerVersion = '1.13.6'
micrometerVersion = '1.14.1'

snowflakeLookup = [
'2.4.8': '2.9.3',
Expand Down

0 comments on commit ac54ce3

Please sign in to comment.