Skip to content

Commit

Permalink
chore(deps): update slf4j packages to v1.7.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and edalex-ian committed Jan 14, 2022
1 parent 63162c2 commit 53e1095
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Installer/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Path.relativeTo

libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "31.0.1-jre",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"commons-codec" % "commons-codec" % "1.15",
postgresDep,
sqlServerDep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ val springVersion = "5.3.15"
libraryDependencies ++= Seq(
"com.github.equella.jpf" % "jpf" % "1.0.7",
"com.google.guava" % "guava" % "31.0.1-jre",
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "jcl-over-slf4j" % "1.7.33",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"org.springframework" % "spring-web" % springVersion,
"org.springframework" % "spring-aop" % springVersion,
"org.springframework" % "spring-context" % springVersion,
Expand Down
6 changes: 3 additions & 3 deletions Source/Server/adminTool/build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val springVersion = "5.3.15"

libraryDependencies ++= Seq(
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "jcl-over-slf4j" % "1.7.33",
"org.slf4j" % "slf4j-api" % "1.7.33",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"org.jvnet.hudson" % "xstream" % "1.3.1-hudson-8",
"com.google.guava" % "guava" % "31.0.1-jre",
"com.github.equella.jpf" % "jpf" % "1.0.7",
Expand Down
4 changes: 2 additions & 2 deletions Source/Server/conversion/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val tikaVersion = "2.2.1"

libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "slf4j-api" % "1.7.33",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"org.apache.tika" % "tika-core" % tikaVersion,
"org.apache.tika" % "tika-parsers-standard-package" % tikaVersion excludeAll ExclusionRule(
organization = "org.apache.logging.log4j")
Expand Down
6 changes: 3 additions & 3 deletions Source/Server/equellaserver/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ libraryDependencies ++= Seq(
"org.opensaml" % "xmltooling" % "1.3.1" excludeAll ExclusionRule(organization = "org.slf4j"),
postgresDep,
"org.scannotation" % "scannotation" % "1.0.3",
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-log4j12" % "1.7.32",
"org.slf4j" % "jcl-over-slf4j" % "1.7.33",
"org.slf4j" % "slf4j-api" % "1.7.33",
"org.slf4j" % "slf4j-log4j12" % "1.7.33",
"org.springframework" % "spring-aop" % springVersion,
"org.springframework" % "spring-context" % springVersion,
"org.springframework" % "spring-context-support" % springVersion excludeAll (
Expand Down
4 changes: 2 additions & 2 deletions Source/Tools/UpgradeInstallation/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "31.0.1-jre",
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"org.slf4j" % "slf4j-log4j12" % "1.7.32",
"org.slf4j" % "jcl-over-slf4j" % "1.7.33",
"org.slf4j" % "slf4j-log4j12" % "1.7.33",
"log4j" % "log4j" % "1.2.17",
xstreamDep,
"commons-configuration" % "commons-configuration" % "1.10",
Expand Down
4 changes: 2 additions & 2 deletions Source/Tools/UpgradeManager/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "31.0.1-jre",
"org.antlr" % "stringtemplate" % "3.2.1",
"com.google.code.gson" % "gson" % "2.8.9",
"org.slf4j" % "jcl-over-slf4j" % "1.7.32",
"org.slf4j" % "jcl-over-slf4j" % "1.7.33",
"commons-io" % "commons-io" % "2.11.0",
"log4j" % "log4j" % "1.2.17",
"org.slf4j" % "slf4j-log4j12" % "1.7.32",
"org.slf4j" % "slf4j-log4j12" % "1.7.33",
"commons-daemon" % "commons-daemon" % "1.2.4",
"commons-codec" % "commons-codec" % "1.15"
)
Expand Down
2 changes: 1 addition & 1 deletion autotest/IntegTester/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libraryDependencies ++= Seq(
"org.http4s" %% "http4s-blaze-server" % Http4sVersion,
"org.http4s" %% "http4s-dsl" % Http4sVersion,
"org.http4s" %% "http4s-circe" % Http4sVersion,
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"org.jsoup" % "jsoup" % jsoupVersion,
"com.nulab-inc" %% "scala-oauth2-core" % "1.5.0"
)
Expand Down
2 changes: 1 addition & 1 deletion autotest/Tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libraryDependencies ++= Seq(
"org.dspace" % "oclc-harvester2" % "0.1.12",
"org.jvnet.hudson" % "xstream" % "1.3.1-hudson-8",
"com.typesafe" % "config" % "1.4.1",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.33",
"org.scalacheck" %% "scalacheck" % "1.15.4" % "test,serial",
"org.http4s" %% "http4s-async-http-client" % http4sVersion,
"org.http4s" %% "http4s-blaze-client" % http4sVersion,
Expand Down
6 changes: 3 additions & 3 deletions import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ allprojects {
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: 'log4j', name: 'log4j', version: '1.2.17'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.32'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.33'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-discovery', name: 'commons-discovery', version: '0.5'
implementation group: 'org.apache.axis', name: 'axis', version: '1.4'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.2'
implementation group: 'wsdl4j', name: 'wsdl4j', version: '1.6.3'
implementation group: 'net.sf.jpf', name: 'jpf', version: '1.5'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.32'
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.33'
implementation fileTree(dir: '../Platform/Plugins/com.tle.platform.common/target/scala-2.12', include: ['*.jar'])
implementation fileTree(dir: '../Source/Plugins/Platform/com.tle.platform.swing/target/scala-2.12', include: ['*.jar'])
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.32'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.33'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ libraryDependencies ++= Seq(
"commons-configuration" % "commons-configuration" % "1.10",
"commons-beanutils" % "commons-beanutils" % "1.9.4",
"commons-codec" % "commons-codec" % "1.15",
"org.slf4j" % "slf4j-nop" % "1.7.32",
"org.slf4j" % "slf4j-nop" % "1.7.33",
"com.yahoo.platform.yui" % "yuicompressor" % "2.4.8"
)
dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "9.2.1"

0 comments on commit 53e1095

Please sign in to comment.