Skip to content

Commit

Permalink
chore(deps): bump hadoopVersion from 3.3.3 to 3.3.6 in /server
Browse files Browse the repository at this point in the history
Bumps `hadoopVersion` from 3.3.3 to 3.3.6.

Updates `org.apache.hadoop:hadoop-yarn-client` from 3.3.3 to 3.3.6

Updates `org.apache.hadoop:hadoop-common` from 3.3.3 to 3.3.6

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-yarn-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 578a873 commit 1cf5600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ micronaut {
mainClassName = "com.exacaster.lighter.Application"

def sparkVersion = project.hasProperty("SPARK_VERSION") ? project.getProperty("SPARK_VERSION") : '3.5.0'
def hadoopVersion = '3.3.3'
def hadoopVersion = '3.3.6'
def k8sClientVersion = '6.8.1'
def shedlockVersion = '4.46.0'

Expand Down

0 comments on commit 1cf5600

Please sign in to comment.