Skip to content

Commit

Permalink
chore(deps): update dependency com.google.guava:guava to v32.1.3-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent dc8a3bb commit 1e82a8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Installer/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Path.relativeTo

libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"commons-codec" % "commons-codec" % "1.16.0",
postgresDep,
sqlServerDep
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies ++= Seq(
"com.github.equella.jpf" % "jpf" % "1.0.7",
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
"org.slf4j" % "slf4j-simple" % "2.0.9",
springWeb,
Expand Down
2 changes: 1 addition & 1 deletion Source/Server/adminTool/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.slf4j" % "slf4j-simple" % "2.0.9",
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"com.github.equella.jpf" % "jpf" % "1.0.7",
"com.fifesoft" % "rsyntaxtextarea" % "1.5.2",
"com.miglayout" % "miglayout-swing" % "4.2",
Expand Down
2 changes: 1 addition & 1 deletion Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ libraryDependencies ++= Seq(
"com.google.apis" % "google-api-services-youtube" % "v3-rev20230904-2.0.0",
"com.google.code.gson" % "gson" % "2.10.1",
"com.google.gdata" % "core" % "1.47.1",
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"com.google.inject" % "guice" % guiceVersion excludeAll (
// Due to deduplicates with aopalliance via Spring AOP.
ExclusionRule(organization = "aopalliance",
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeInstallation/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
log4j,
log4jCore,
Expand Down
2 changes: 1 addition & 1 deletion Source/Tools/UpgradeManager/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Package.ManifestAttributes

libraryDependencies ++= Seq(
"commons-fileupload" % "commons-fileupload" % "1.5",
"com.google.guava" % "guava" % "32.1.2-jre",
"com.google.guava" % "guava" % "32.1.3-jre",
"org.antlr" % "stringtemplate" % "3.2.1",
"com.google.code.gson" % "gson" % "2.10.1",
"org.slf4j" % "jcl-over-slf4j" % "2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
}

dependencies {
implementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'javax.xml', name: 'jaxrpc-api', version: '1.1'
implementation group: 'javax.xml.soap', name: 'javax.xml.soap-api', version: '1.4.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9'
Expand Down

0 comments on commit 1e82a8a

Please sign in to comment.