Skip to content

Commit

Permalink
bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed May 22, 2024
1 parent 7538795 commit a471c35
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion subprojects/HousePricesBeam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ dependencies {
implementation "org.apache.beam:beam-runners-direct-java:$beamVersion"
implementation "org.slf4j:slf4j-api:$slf4jVersion"
implementation "org.apache.groovy:groovy:$groovy4Version"
implementation "com.github.haifengl:smile-core:$smileVersion"
implementation("com.github.haifengl:smile-core:$smileVersion") {
transitive = false
}
implementation("com.github.haifengl:smile-base:$smileVersion") {
transitive = false
}
implementation "org.apache.commons:commons-csv:$commonsCsvVersion"
implementation "org.apache.commons:commons-math4-legacy:$commonsMath4Version"
runtimeOnly "org.slf4j:slf4j-jdk14:$slf4jVersion"
runtimeOnly "org.bytedeco:openblas-platform:$openblasPlatformVersion"
Expand Down

0 comments on commit a471c35

Please sign in to comment.