Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion access-control-service/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ Dependencies under the BSD 2-Clause License
--------------------------------------------------------------------------------

Scala/Java jars:
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the Eclipse Public License, Version 2.0 (some are dual
Expand Down
2 changes: 1 addition & 1 deletion amber/LICENSE-binary-java
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Scala/Java jars:
- com.github.marianobarrios.lbmq-0.6.0.jar
- dnsjava.dnsjava-2.1.7.jar
- org.codehaus.woodstox.stax2-api-4.2.1.jar
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the ISC License
Expand Down
2 changes: 1 addition & 1 deletion amber/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ libraryDependencies += "com.flipkart.zjsonpatch" % "zjsonpatch" % "0.4.13"
libraryDependencies += "io.reactivex.rxjava3" % "rxjava" % "3.1.6"

// https://mvnrepository.com/artifact/org.postgresql/postgresql
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.4"
libraryDependencies += "org.postgresql" % "postgresql" % "42.7.10"

// https://mvnrepository.com/artifact/com.typesafe.scala-logging/scala-logging
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion common/dao/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,5 @@ libraryDependencies ++= Seq(
/////////////////////////////////////////////////////////////////////////////

libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "42.7.4",
"org.postgresql" % "postgresql" % "42.7.10",
)
2 changes: 1 addition & 1 deletion common/workflow-core/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ libraryDependencies ++= Seq(
excludeJackson,
excludeJacksonModule
),
"org.postgresql" % "postgresql" % "42.7.3"
"org.postgresql" % "postgresql" % "42.7.10"
)

/////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion computing-unit-managing-service/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ Scala/Java jars:
- com.github.luben.zstd-jni-1.5.0-1.jar
- dnsjava.dnsjava-2.1.7.jar
- org.codehaus.woodstox.stax2-api-4.2.1.jar
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the Eclipse Public License, Version 2.0 (some are dual
Expand Down
2 changes: 1 addition & 1 deletion config-service/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Dependencies under the BSD 2-Clause License
--------------------------------------------------------------------------------

Scala/Java jars:
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the Eclipse Public License, Version 2.0 (some are dual
Expand Down
2 changes: 1 addition & 1 deletion file-service/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Scala/Java jars:
- com.github.luben.zstd-jni-1.5.0-1.jar
- dnsjava.dnsjava-2.1.7.jar
- org.codehaus.woodstox.stax2-api-4.2.1.jar
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the Eclipse Public License, Version 2.0 (some are dual
Expand Down
2 changes: 1 addition & 1 deletion workflow-compiling-service/LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ Scala/Java jars:
- com.github.luben.zstd-jni-1.5.0-1.jar
- dnsjava.dnsjava-2.1.7.jar
- org.codehaus.woodstox.stax2-api-4.2.1.jar
- org.postgresql.postgresql-42.7.4.jar
- org.postgresql.postgresql-42.7.10.jar

--------------------------------------------------------------------------------
Dependencies under the Eclipse Public License, Version 2.0 (some are dual
Expand Down
Loading