diff --git a/Source/Server/conversion/build.sbt b/Source/Server/conversion/build.sbt index de8c36cdf4..7fd0b2c745 100644 --- a/Source/Server/conversion/build.sbt +++ b/Source/Server/conversion/build.sbt @@ -1,4 +1,4 @@ -val tikaVersion = "2.9.0" +val tikaVersion = "2.9.1" libraryDependencies ++= Seq( "org.slf4j" % "slf4j-api" % "2.0.9", diff --git a/Source/Server/equellaserver/build.sbt b/Source/Server/equellaserver/build.sbt index d6cc3b4856..345b54b45a 100644 --- a/Source/Server/equellaserver/build.sbt +++ b/Source/Server/equellaserver/build.sbt @@ -17,7 +17,7 @@ updateOptions := updateOptions.value.withCachedResolution(true) val RestEasyVersion = "3.15.6.Final" val SwaggerVersion = "1.6.12" -val TomcatVersion = "9.0.82" +val TomcatVersion = "9.0.83" val axis2Version = "1.8.2" val circeVersion = "0.14.5" val curatorVersion = "5.5.0" @@ -28,7 +28,7 @@ val jsassVersion = "5.10.5" val jsoupVersion = "1.16.2" val prometheusVersion = "0.16.0" val sttpVersion = "2.3.0" -val tikaVersion = "2.9.0" +val tikaVersion = "2.9.1" val luceneVersion = "9.8.0" libraryDependencies ++= Seq( @@ -114,7 +114,7 @@ libraryDependencies ++= Seq( "commons-daemon" % "commons-daemon" % "1.3.4", "commons-discovery" % "commons-discovery" % "0.5", "commons-httpclient" % "commons-httpclient" % "3.1", - "commons-io" % "commons-io" % "2.15.0", + "commons-io" % "commons-io" % "2.15.1", "commons-lang" % "commons-lang" % "2.6", "com.github.equella.legacy" % "itunesu-api-java" % "1.7", "com.github.equella.legacy" % "mets" % "1.0", @@ -238,12 +238,12 @@ libraryDependencies ++= Seq( ExclusionRule(organization = "net.sf.saxon") ), "xml-resolver" % "xml-resolver" % "1.2", - "org.scala-sbt" %% "io" % "1.9.1", + "org.scala-sbt" %% "io" % "1.9.7", "org.mozilla" % "rhino" % "1.7.14", "io.lemonlabs" %% "scala-uri" % "4.0.3", "org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0", "io.github.classgraph" % "classgraph" % "4.8.164", - "com.fasterxml" % "classmate" % "1.5.1", + "com.fasterxml" % "classmate" % "1.6.0", "org.glassfish" % "javax.el" % "3.0.1-b12", "jakarta.validation" % "jakarta.validation-api" % "3.0.2", "com.github.stephenc.jcip" % "jcip-annotations" % "1.0-1", diff --git a/Source/Tools/UpgradeInstallation/build.sbt b/Source/Tools/UpgradeInstallation/build.sbt index b486befd88..966fc49e6b 100644 --- a/Source/Tools/UpgradeInstallation/build.sbt +++ b/Source/Tools/UpgradeInstallation/build.sbt @@ -7,7 +7,7 @@ libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.10.0", xstreamDep, "commons-configuration" % "commons-configuration" % "1.10", - "commons-io" % "commons-io" % "2.15.0", + "commons-io" % "commons-io" % "2.15.1", "commons-lang" % "commons-lang" % "2.6", // Need these two jackson deps to allow processing log4j yaml config files. jacksonDataBind, diff --git a/Source/Tools/UpgradeManager/build.sbt b/Source/Tools/UpgradeManager/build.sbt index 5c3f8c140e..b9cb03a3bd 100644 --- a/Source/Tools/UpgradeManager/build.sbt +++ b/Source/Tools/UpgradeManager/build.sbt @@ -8,7 +8,7 @@ libraryDependencies ++= Seq( "org.antlr" % "stringtemplate" % "3.2.1", "com.google.code.gson" % "gson" % "2.10.1", "org.slf4j" % "jcl-over-slf4j" % "2.0.9", - "commons-io" % "commons-io" % "2.15.0", + "commons-io" % "commons-io" % "2.15.1", log4j, log4jCore, log4jSlf4jImpl, diff --git a/react-front-end/package-lock.json b/react-front-end/package-lock.json index a65d71ef24..0bc64d9872 100644 --- a/react-front-end/package-lock.json +++ b/react-front-end/package-lock.json @@ -29,7 +29,7 @@ "io-ts-types": "0.5.19", "jspolyfill-array.prototype.find": "0.1.3", "lodash": "4.17.21", - "luxon": "3.4.3", + "luxon": "3.4.4", "object-hash": "3.0.0", "oeq-cloudproviders": "git+https://github.com/apereo/openEQUELLA-cloudprovidersdk.git#0debbd148bb47d0dfc2270bb47db028e70a22f74", "react": "18.2.0", @@ -57,7 +57,7 @@ "@storybook/cli": "7.4.5", "@storybook/react": "7.4.5", "@storybook/react-webpack5": "7.4.5", - "@testing-library/jest-dom": "6.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.0", "@testing-library/user-event": "14.5.1", "@types/css-mediaquery": "0.1.3", @@ -124,9 +124,9 @@ "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "core-js": "3.33.2", - "eslint": "8.49.0", + "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.2.3", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-notice": "0.9.10", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unused-imports": "2.0.0", @@ -14347,9 +14347,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz", + "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.1", @@ -23070,9 +23070,9 @@ } }, "node_modules/luxon": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz", - "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", + "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", "engines": { "node": ">=12" } @@ -31351,9 +31351,9 @@ "axios": "1.5.1", "axios-cookiejar-support": "^4.0.0", "core-js": "3.33.2", - "eslint": "8.49.0", + "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", - "eslint-plugin-jest": "27.2.3", + "eslint-plugin-jest": "27.6.0", "eslint-plugin-notice": "0.9.10", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-unused-imports": "2.0.0", @@ -37612,9 +37612,9 @@ } }, "@testing-library/jest-dom": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.4.tgz", - "integrity": "sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.5.tgz", + "integrity": "sha512-3y04JLW+EceVPy2Em3VwNr95dOKqA8DhR0RJHhHKDZNYXcVXnEK7WIrpj4eYU8SVt/qYZ2aRWt/WgQ+grNES8g==", "dev": true, "requires": { "@adobe/css-tools": "^4.3.1", @@ -43812,9 +43812,9 @@ } }, "luxon": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz", - "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==" + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", + "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" }, "lz-string": { "version": "1.4.4", diff --git a/react-front-end/package.json b/react-front-end/package.json index 11ab29b4dd..92f66bc708 100644 --- a/react-front-end/package.json +++ b/react-front-end/package.json @@ -67,7 +67,7 @@ "io-ts-types": "0.5.19", "jspolyfill-array.prototype.find": "0.1.3", "lodash": "4.17.21", - "luxon": "3.4.3", + "luxon": "3.4.4", "object-hash": "3.0.0", "oeq-cloudproviders": "git+https://github.com/apereo/openEQUELLA-cloudprovidersdk.git#0debbd148bb47d0dfc2270bb47db028e70a22f74", "react": "18.2.0", @@ -96,7 +96,7 @@ "@storybook/cli": "7.4.5", "@storybook/react": "7.4.5", "@storybook/react-webpack5": "7.4.5", - "@testing-library/jest-dom": "6.1.4", + "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.0", "@testing-library/user-event": "14.5.1", "@types/css-mediaquery": "0.1.3",