Skip to content

Commit

Permalink
chore(deps): update dependency com.google.guava:guava to v31.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and edalex-ian committed Mar 8, 2022
1 parent 4be50bc commit a39fe7c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"commons-codec" % "commons-codec" % "1.15",
postgresDep,
sqlServerDep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ val springVersion = "5.3.16"

libraryDependencies ++= Seq(
"com.github.equella.jpf" % "jpf" % "1.0.7",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"org.slf4j" % "jcl-over-slf4j" % "1.7.36",
"org.slf4j" % "slf4j-simple" % "1.7.36",
"org.springframework" % "spring-web" % springVersion,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val springVersion = "5.3.16"

libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"com.github.insubstantial" % "flamingo" % "7.3",
"com.miglayout" % "miglayout-swing" % "4.2",
"org.springframework" % "spring-web" % springVersion,
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Core/com.equella.core/jarsrc/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val springVersion = "5.3.16"
libraryDependencies ++= Seq(
"net.java.dev.jna" % "platform" % "3.5.2",
"org.rococoa" % "rococoa-core" % "0.5",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"org.springframework" % "spring-web" % springVersion,
"org.springframework" % "spring-aop" % springVersion
)
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 @@ -4,7 +4,7 @@ libraryDependencies ++= Seq(
"org.slf4j" % "jcl-over-slf4j" % "1.7.36",
"org.slf4j" % "slf4j-api" % "1.7.36",
"org.slf4j" % "slf4j-simple" % "1.7.36",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-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 @@ -60,7 +60,7 @@ libraryDependencies ++= Seq(
"com.google.apis" % "google-api-services-youtube" % "v3-rev20220227-1.32.1",
"com.google.code.gson" % "gson" % "2.9.0",
"com.google.gdata" % "core" % "1.47.1",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-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" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"org.slf4j" % "jcl-over-slf4j" % "1.7.36",
log4j,
log4jSlf4jImpl,
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.4",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.google.guava" % "guava" % "31.1-jre",
"org.antlr" % "stringtemplate" % "3.2.1",
"com.google.code.gson" % "gson" % "2.9.0",
"org.slf4j" % "jcl-over-slf4j" % "1.7.36",
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: '31.0.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '31.1-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: '1.7.36'
Expand Down

0 comments on commit a39fe7c

Please sign in to comment.