From 56e57b591b9774f1318ff3513220c2178eaf5391 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Nov 2021 17:06:18 +0100 Subject: [PATCH 1/4] Update akka-stream-alpakka-xml to 3.0.4 --- build.sbt | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/build.sbt b/build.sbt index e087abe8..abc9ffe6 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ daemonUser in Linux := "phenoscape" // user which will execute the application daemonGroup in Linux := "phenoscape" // group which will execute the application -scalaVersion := "2.13.6" +scalaVersion := "2.13.6" scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8") @@ -35,30 +35,30 @@ val akkaHttpVersion = "10.2.6" libraryDependencies ++= { Seq( - "com.typesafe.akka" %% "akka-stream" % akkaVersion, - "com.typesafe.akka" %% "akka-actor" % akkaVersion, - "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, - "com.typesafe.akka" %% "akka-http" % akkaHttpVersion, - "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, - "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, - "ch.megard" %% "akka-http-cors" % "1.1.2", - "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", - "io.spray" %% "spray-json" % "1.3.6", - "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20", - "org.phenoscape" %% "owlet" % "1.8.1" exclude("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), - "org.phenoscape" %% "scowl" % "1.4.0", - "org.phenoscape" %% "kb-owl-tools" % "1.13.0" exclude("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), - "org.phenoscape" %% "phenoscape-kb-ingest" % "1.6.2", - "org.phenoscape" % "phenex" % "1.17.2" exclude("org.slf4j", "slf4j-log4j12") exclude("net.sourceforge.owlapi", "owlapi-apibinding"), - "commons-io" % "commons-io" % "2.11.0", // exclude("log4j", "log4j"), - "org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude("org.slf4j", "slf4j-log4j12"), - "org.scalaz" %% "scalaz-core" % "7.2.33", - "org.bbop" % "oboformat" % "0.5.5" exclude("net.sourceforge.owlapi", "owlapi-apibinding"), // exclude("log4j", "log4j"), - "ch.qos.logback" % "logback-classic" % "1.2.5", - "org.codehaus.groovy" % "groovy-all" % "3.0.8", - "org.phenoscape" %% "sparql-utils" % "1.3.1", - "org.phenoscape" %% "sparql-utils-owlapi" % "1.3.1", - "com.lihaoyi" %% "utest" % "0.7.10" % Test + "com.typesafe.akka" %% "akka-stream" % akkaVersion, + "com.typesafe.akka" %% "akka-actor" % akkaVersion, + "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, + "com.typesafe.akka" %% "akka-http" % akkaHttpVersion, + "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, + "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, + "ch.megard" %% "akka-http-cors" % "1.1.2", + "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.4", + "io.spray" %% "spray-json" % "1.3.6", + "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20", + "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), + "org.phenoscape" %% "scowl" % "1.4.0", + "org.phenoscape" %% "kb-owl-tools" % "1.13.0" exclude ("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), + "org.phenoscape" %% "phenoscape-kb-ingest" % "1.6.2", + "org.phenoscape" % "phenex" % "1.17.2" exclude ("org.slf4j", "slf4j-log4j12") exclude ("net.sourceforge.owlapi", "owlapi-apibinding"), + "commons-io" % "commons-io" % "2.11.0", // exclude("log4j", "log4j"), + "org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"), + "org.scalaz" %% "scalaz-core" % "7.2.33", + "org.bbop" % "oboformat" % "0.5.5" exclude ("net.sourceforge.owlapi", "owlapi-apibinding"), // exclude("log4j", "log4j"), + "ch.qos.logback" % "logback-classic" % "1.2.5", + "org.codehaus.groovy" % "groovy-all" % "3.0.8", + "org.phenoscape" %% "sparql-utils" % "1.3.1", + "org.phenoscape" %% "sparql-utils-owlapi" % "1.3.1", + "com.lihaoyi" %% "utest" % "0.7.10" % Test ) } From b5db4bd03f42db77b5148224e272c043fba18dbc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Dec 2021 21:39:16 +0100 Subject: [PATCH 2/4] Update akka-stream-alpakka-xml to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 35054156..363930f3 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "ch.megard" %% "akka-http-cors" % "1.1.2", - "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", + "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.4", "io.spray" %% "spray-json" % "1.3.6", "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20", "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), From d6768adf9c8cf82ec4c0f2ddae3a54d3b712550a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Mar 2022 20:34:43 +0100 Subject: [PATCH 3/4] Revert commit(s) b5db4bd --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 363930f3..35054156 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "ch.megard" %% "akka-http-cors" % "1.1.2", - "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.4", + "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", "io.spray" %% "spray-json" % "1.3.6", "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20", "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12"), // exclude("log4j", "log4j"), From 0a39b01e1f52b50190c398f45624fa70d892b5d9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Mar 2022 20:34:47 +0100 Subject: [PATCH 4/4] Update akka-stream-alpakka-xml to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9362b205..f8de9235 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-caching" % akkaHttpVersion, "com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion, "ch.megard" %% "akka-http-cors" % "1.1.3", - "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.3", + "com.lightbend.akka" %% "akka-stream-alpakka-xml" % "3.0.4", "io.spray" %% "spray-json" % "1.3.6", "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.20" exclude ("log4j", "log4j"), "org.phenoscape" %% "owlet" % "1.8.1" exclude ("org.slf4j", "slf4j-log4j12") exclude ("log4j", "log4j"),