This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/main by this push:
new 346114c8a4 chore: Update typesafe config version to 1.4.6 (#4419)
346114c8a4 is described below
commit 346114c8a407d196d193d5508176e116cbae28f0
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Apr 21 04:08:34 2026 +0200
chore: Update typesafe config version to 1.4.6 (#4419)
Signed-off-by: PJ Fanning <[email protected]>
<!--
Thanks for sending a pull request (PR)! Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
[Contributing to
Texera](https://github.com/apache/texera/blob/main/CONTRIBUTING.md)
2. Ensure you have added or run the appropriate tests for your PR
3. If the PR is work in progress, mark it a draft on GitHub.
4. Please write your PR title to summarize what this PR proposes, we
are following Conventional Commits style for PR titles as well.
5. Be sure to keep the PR description updated to reflect all changes.
-->
### What changes were proposed in this PR?
<!--
Please clarify what changes you are proposing. The purpose of this
section
is to outline the changes. Here are some tips for you:
1. If you propose a new API, clarify the use case for a new API.
2. If you fix a bug, you can clarify why it is a bug.
3. If it is a refactoring, clarify what has been changed.
3. It would be helpful to include a before-and-after comparison using
screenshots or GIFs.
4. Please consider writing useful notes for better and faster reviews.
-->
* Remove duplicated config dependency
* upgrade to latest config jar release
### Any related issues, documentation, discussions?
<!--
Please use this section to link other resources if not mentioned
already.
1. If this PR fixes an issue, please include `Fixes #1234`, `Resolves
#1234`
or `Closes #1234`. If it is only related, simply mention the issue
number.
2. If there is design documentation, please add the link.
3. If there is a discussion in the mailing list, please add the link.
-->
### How was this PR tested?
<!--
If tests were added, say they were added here. Or simply mention that if
the PR
is tested with existing test cases. Make sure to include/update test
cases that
check the changes thoroughly including negative and positive cases if
possible.
If it was tested in a way different from regular unit tests, please
clarify how
you tested step by step, ideally copy and paste-able, so that other
reviewers can
test and check, and descendants can verify in the future. If tests were
not added,
please describe why they were not added and/or why it was difficult to
add.
-->
### Was this PR authored or co-authored using generative AI tooling?
<!--
If generative AI tooling has been used in the process of authoring this
PR,
please include the phrase: 'Generated-by: ' followed by the name of the
tool
and its version. If no, write 'No'.
Please refer to the [ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) for
details.
-->
Co-authored-by: Xinyuan Lin <[email protected]>
---
common/auth/build.sbt | 2 +-
common/config/build.sbt | 2 +-
common/workflow-core/build.sbt | 2 +-
computing-unit-managing-service/build.sbt | 5 ++---
config-service/build.sbt | 2 +-
project/plugins.sbt | 2 +-
6 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/common/auth/build.sbt b/common/auth/build.sbt
index 9c07aa503c..7d7f47a73e 100644
--- a/common/auth/build.sbt
+++ b/common/auth/build.sbt
@@ -56,7 +56,7 @@ Compile / scalacOptions ++= Seq(
// Core Dependencies
libraryDependencies ++= Seq(
- "com.typesafe" % "config" % "1.4.3", //
config reader
+ "com.typesafe" % "config" % "1.4.6", //
config reader
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", // for
LazyLogging
"org.bitbucket.b_c" % "jose4j" % "0.9.6", // for
jwt parser
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0", // for
JwtAuthFilter
diff --git a/common/config/build.sbt b/common/config/build.sbt
index 9db2a2ec96..97f27948af 100644
--- a/common/config/build.sbt
+++ b/common/config/build.sbt
@@ -53,5 +53,5 @@ Compile / scalacOptions ++= Seq(
// Core Dependencies
libraryDependencies ++= Seq(
- "com.typesafe" % "config" % "1.4.2" // For configuration management
+ "com.typesafe" % "config" % "1.4.6" // For configuration management
)
\ No newline at end of file
diff --git a/common/workflow-core/build.sbt b/common/workflow-core/build.sbt
index 4f15acfa7e..fdeff1cc1d 100644
--- a/common/workflow-core/build.sbt
+++ b/common/workflow-core/build.sbt
@@ -211,7 +211,7 @@ libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", // jgit
"org.apache.commons" % "commons-vfs2" % "2.9.0", // for
FileResolver throw VFS-related exceptions
"io.lakefs" % "sdk" % "1.51.0", // for
lakeFS api calls
- "com.typesafe" % "config" % "1.4.3", //
config reader
+ "com.typesafe" % "config" % "1.4.6", //
config reader
"org.apache.commons" % "commons-jcs3-core" % "3.2", //
Apache Commons JCS
"software.amazon.awssdk" % "s3" % "2.29.51" excludeAll(
ExclusionRule(organization = "io.netty")
diff --git a/computing-unit-managing-service/build.sbt
b/computing-unit-managing-service/build.sbt
index eaf5e6701e..519c858126 100644
--- a/computing-unit-managing-service/build.sbt
+++ b/computing-unit-managing-service/build.sbt
@@ -34,9 +34,8 @@ libraryDependencies ++= Seq(
"io.dropwizard" % "dropwizard-auth" % dropwizardVersion, // Dropwizard
Authentication module
"io.kubernetes" % "client-java" % "21.0.0",
"org.jooq" % "jooq" % "3.14.16",
- "com.typesafe" % "config" % "1.4.1",
+ "com.typesafe" % "config" % "1.4.6",
"com.softwaremill.sttp.client4" %% "core" % "4.0.0-M6",
- "com.typesafe" % "config" % "1.4.2",
"com.typesafe.play" %% "play-json" % "2.10.6",
"io.fabric8" % "kubernetes-client" % "6.12.1"
)
@@ -47,4 +46,4 @@ Compile / scalacOptions ++= Seq(
"-feature",
"-deprecation",
"-Ywarn-unused:imports"
-)
\ No newline at end of file
+)
diff --git a/config-service/build.sbt b/config-service/build.sbt
index 43ff162b3a..204ab23382 100644
--- a/config-service/build.sbt
+++ b/config-service/build.sbt
@@ -80,5 +80,5 @@ libraryDependencies ++= Seq(
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.1.0", // Ensure Jakarta JAX-RS
API is available
"org.bitbucket.b_c" % "jose4j" % "0.9.6",
"org.playframework" %% "play-json" % "3.1.0-M1",
- "com.typesafe" % "config" % "1.4.2" // For configuration management
+ "com.typesafe" % "config" % "1.4.6" // For configuration management
)
\ No newline at end of file
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 5da06d9d71..095f00474e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -29,6 +29,6 @@ addSbtPlugin("org.typelevel" % "sbt-fs2-grpc" % "2.11.0")
// JOOQ dependencies for code generation
libraryDependencies ++= Seq(
"org.jooq" % "jooq-codegen" % "3.16.23",
- "com.typesafe" % "config" % "1.4.3",
+ "com.typesafe" % "config" % "1.4.6",
"org.postgresql" % "postgresql" % "42.7.4"
)