Skip to content

Commit

Permalink
Pin snakeyaml-engine to 2.6 so it is not downgraded by transitive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Oct 16, 2024
1 parent 19044ec commit aa74cc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ class BeamModulePlugin implements Plugin<Project> {
def sbe_tool_version = "1.25.1"
def singlestore_jdbc_version = "1.1.4"
def slf4j_version = "1.7.30"
def snakeyaml_engine_version = "2.6"
def snakeyaml_version = "2.2"
def solace_version = "10.21.0"
def spark2_version = "2.4.8"
Expand Down Expand Up @@ -870,6 +871,7 @@ class BeamModulePlugin implements Plugin<Project> {
singlestore_jdbc : "com.singlestore:singlestore-jdbc-client:$singlestore_jdbc_version",
slf4j_api : "org.slf4j:slf4j-api:$slf4j_version",
snake_yaml : "org.yaml:snakeyaml:$snakeyaml_version",
snakeyaml_engine : "org.snakeyaml:snakeyaml-engine:$snakeyaml_engine_version",
slf4j_android : "org.slf4j:slf4j-android:$slf4j_version",
slf4j_ext : "org.slf4j:slf4j-ext:$slf4j_version",
slf4j_jdk14 : "org.slf4j:slf4j-jdk14:$slf4j_version",
Expand Down

0 comments on commit aa74cc0

Please sign in to comment.