diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6d5afd..1be35782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: # change in sync with gradle.properties - scala: [2.12.18, 2.13.11] + scala: [2.12.19, 2.13.14] # see build.gradle copy template tasks db: [MySQL, H2] diff --git a/buildscript-gradle.lockfile b/buildscript-gradle.lockfile index 8cab9185..bae8e7b9 100644 --- a/buildscript-gradle.lockfile +++ b/buildscript-gradle.lockfile @@ -6,7 +6,7 @@ com.adtran:scala-multiversion-plugin:2.0.4=classpath com.fasterxml.jackson:jackson-bom:2.11.0=classpath com.github.alisiikh:gradle-scalastyle-plugin:3.4.1=classpath com.github.zafarkhaja:java-semver:0.9.0=classpath -com.googlecode.javaewah:JavaEWAH:1.1.7=classpath +com.googlecode.javaewah:JavaEWAH:1.1.12=classpath com.jcraft:jsch.agentproxy.connector-factory:0.0.7=classpath com.jcraft:jsch.agentproxy.core:0.0.7=classpath com.jcraft:jsch.agentproxy.pageant:0.0.7=classpath @@ -14,7 +14,6 @@ com.jcraft:jsch.agentproxy.sshagent:0.0.7=classpath com.jcraft:jsch.agentproxy.svnkit-trilead-ssh2:0.0.7=classpath com.jcraft:jsch.agentproxy.usocket-jna:0.0.7=classpath com.jcraft:jsch.agentproxy.usocket-nc:0.0.7=classpath -com.jcraft:jsch:0.1.55=classpath com.jcraft:jzlib:1.1.2=classpath com.netflix.nebula:gradle-contacts-plugin:5.1.0=classpath com.netflix.nebula:gradle-git-scm-plugin:4.2.0=classpath @@ -40,17 +39,14 @@ net.java.dev.jna:platform:3.4.0=classpath net.sf.ezmorph:ezmorph:1.0.6=classpath net.sf.json-lib:json-lib:2.3=classpath net.sourceforge.nekohtml:nekohtml:1.9.16=classpath -org.ajoberstar.grgit:grgit-core:4.0.2=classpath -org.ajoberstar.grgit:grgit-gradle:4.0.2=classpath +org.ajoberstar.grgit:grgit-core:4.1.1=classpath +org.ajoberstar.grgit:grgit-gradle:4.1.1=classpath org.antlr:antlr-runtime:3.4=classpath org.apache.httpcomponents:httpclient:4.3=classpath org.apache.httpcomponents:httpcore:4.3=classpath org.apache.httpcomponents:httpmime:4.3=classpath -org.bouncycastle:bcpg-jdk15on:1.64=classpath -org.bouncycastle:bcpkix-jdk15on:1.64=classpath -org.bouncycastle:bcprov-jdk15on:1.64=classpath org.codehaus.groovy.modules.http-builder:http-builder:0.7.1=classpath -org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r=classpath +org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.3.50=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.50=classpath @@ -58,7 +54,7 @@ org.jetbrains.kotlin:kotlin-stdlib:1.3.50=classpath org.jetbrains:annotations:13.0=classpath org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2=classpath org.scoverage:gradle-scoverage:8.0.3=classpath -org.slf4j:slf4j-api:1.7.2=classpath +org.slf4j:slf4j-api:1.7.30=classpath org.tmatesoft.sqljet:sqljet:1.1.10=classpath org.tmatesoft.svnkit:svnkit:1.8.12=classpath xerces:xercesImpl:2.9.1=classpath diff --git a/gradle.properties b/gradle.properties index 6f38da0d..a5dc85ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ # scala cross compilation # by default, gradle invocations will use only this version. useful for ide invocations. -defaultScalaVersions=2.13.11 +defaultScalaVersions=2.13.14 # if we need to cross-compile and rerun the entire task graph (like in a ci build or publish), run with -PallScalaVersions # see https://github.com/ADTRAN/gradle-scala-multiversion-plugin#examples # change in sync with defaultScalaVersions, and in .github/workflows/ci.yml -scalaVersions=2.12.18,2.13.11 +scalaVersions=2.12.19,2.13.14 # during releases, we only want to create 1 repo tag. # note that devSnapshot and snapshot tasks won't create repo tags diff --git a/versionInfo.gradle b/versionInfo.gradle index d0ecb98a..9d6f7148 100644 --- a/versionInfo.gradle +++ b/versionInfo.gradle @@ -8,40 +8,40 @@ group = 'com.workday.warp' project.ext.versions = [ beanUtils: '1.9.3' , checkstyle: '8.11' - , commonsConfiguration2: '2.8.0' - , commonsIo: '2.8.0' + , commonsConfiguration2: '2.11.0' + , commonsIo: '2.16.0' , coveralls: '2.8.2' , flyway: '5.2.1' , gatling: '3.8.4' - , gradleGit: '4.0.2' + , gradleGit: '4.1.1' , gradleScoverage: '8.0.3' , guava: '32.0.1-jre' , guice: '5.1.0' - , gson: '2.8.9' - , h2: '2.1.210' - , influxDbClient: '2.15' + , gson: '2.11.0' + , h2: '2.3.230' + , influxDbClient: '2.24' , junit4: '4.13.2' - , junit5: '5.7.2' + , junit5: '5.10.3' , junit5PlatformLauncher: '1.7.0-M1' - , logback: '1.2.11' + , logback: '1.5.6' , math3: '3.6.1' , mysqlConnector: '8.0.31' , nebulaGit: '4.2.0' , nebulaRelease: '15.0.3' , nebulaPublish: '17.3.0' - , scalaCollectionCompat: '2.4.3' - , scalacScoverage: '2.0.10' - , scalactic: '3.0.+' - , scalaJava8Compat: '0.9.1' + , scalaCollectionCompat: '2.12.0' + , scalacScoverage: '2.1.1' + , scalactic: '3.2.+' + , scalaJava8Compat: '1.0.2' , scalafix: '0.1.14' , scalaMultiversion: '2.0.4' - , scalatest: '3.1.+' + , scalatest: '3.2.+' , scalatestplusjunit4: '3.1.1.0' - , scalatestplusjunit5: '1.0.0-SNAP9' + , scalatestplusjunit5: '1.0.0-M2' , scalaStyle: '3.4.1' - , scalaz: '7.3.4' - , semanticDb: '4.8.6' + , scalaz: '7.3.8' + , semanticDb: '4.9.9' , slf4j: '1.7.30' , slick: '3.4.1' - , typesafeConfig: '1.3.+' + , typesafeConfig: '1.4.+' ] diff --git a/warp-core-gatling/locking/warp-core-gatling_2.13.lockfile b/warp-core-gatling/locking/warp-core-gatling_2.13.lockfile index 86e20044..f8db0336 100644 --- a/warp-core-gatling/locking/warp-core-gatling_2.13.lockfile +++ b/warp-core-gatling/locking/warp-core-gatling_2.13.lockfile @@ -3,8 +3,8 @@ # This file is expected to be part of source control. antlr:antlr:2.7.7=checkstyle aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-classic:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-core:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-classic:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-core:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.aayushatharva.brotli4j:brotli4j:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.aayushatharva.brotli4j:native-linux-aarch64:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.aayushatharva.brotli4j:native-linux-x86_64:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -25,10 +25,9 @@ com.github.ben-manes.caffeine:caffeine:2.9.3=compileClasspath,default,runtimeCla com.github.dwickern:scala-nameof_2.13:3.0.0=default,runtimeClasspath,testRuntimeClasspath com.github.scopt:scopt_2.13:3.7.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.1.3=checkstyle -com.google.errorprone:error_prone_annotations:2.10.0=compileClasspath,testCompileClasspath -com.google.errorprone:error_prone_annotations:2.18.0=default,runtimeClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.27.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:25.1-jre=checkstyle com.google.guava:guava:30.1-jre=compileClasspath,testCompileClasspath @@ -39,17 +38,18 @@ com.google.j2objc:j2objc-annotations:1.1=checkstyle com.google.j2objc:j2objc-annotations:1.3=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:2.8=default,runtimeClasspath,testRuntimeClasspath com.google.protobuf:protobuf-java:3.19.4=default,runtimeClasspath,testRuntimeClasspath -com.h2database:h2:2.1.210=default,runtimeClasspath,testRuntimeClasspath +com.h2database:h2:2.3.230=default,runtimeClasspath,testRuntimeClasspath com.lmax:disruptor:3.4.2=zinc com.mysql:mysql-connector-j:8.0.31=default,runtimeClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.11=checkstyle com.softwaremill.quicklens:quicklens_2.13:1.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.moshi:moshi:1.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:logging-interceptor:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:okhttp:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okio:okio:1.17.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:converter-moshi:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:retrofit:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.moshi:moshi:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:logging-interceptor:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:okhttp:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio-jvm:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:converter-moshi:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:retrofit:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.swoval:file-tree-views:2.1.7=zinc com.tdunning:t-digest:3.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe.akka:akka-actor_2.13:2.6.20=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -58,14 +58,15 @@ com.typesafe.scala-logging:scala-logging_2.13:3.9.5=compileClasspath,default,run com.typesafe.slick:slick-hikaricp_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe.slick:slick_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe:config:1.4.0=scalastyle -com.typesafe:config:1.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.typesafe:config:1.4.2=compileClasspath,testCompileClasspath +com.typesafe:config:1.4.3=default,runtimeClasspath,testRuntimeClasspath com.zaxxer:HikariCP:4.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-beanutils:commons-beanutils:1.9.3=checkstyle commons-beanutils:commons-beanutils:1.9.4=default,runtimeClasspath,testRuntimeClasspath commons-cli:commons-cli:1.4=checkstyle commons-collections:commons-collections:3.2.2=checkstyle,default,runtimeClasspath,testRuntimeClasspath -commons-io:commons-io:2.8.0=default,runtimeClasspath,testRuntimeClasspath -commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.16.0=default,runtimeClasspath,testRuntimeClasspath +commons-logging:commons-logging:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.burt:jmespath-core:0.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.burt:jmespath-jackson:0.5.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.gatling.highcharts:gatling-charts-highcharts:3.8.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -127,14 +128,14 @@ net.openhft:zero-allocation-hashing:0.10.1=zinc net.sf.saxon:Saxon-HE:10.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath net.sf.saxon:Saxon-HE:9.8.0-12=checkstyle org.antlr:antlr4-runtime:4.7.1=checkstyle -org.apache.commons:commons-configuration2:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-configuration2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-math3:3.6.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-pool2:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-text:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.logging.log4j:log4j-api:2.17.1=zinc org.apache.logging.log4j:log4j-core:2.17.1=zinc -org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath org.checkerframework:checker-qual:2.0.0=checkstyle org.checkerframework:checker-qual:3.19.0=compileClasspath,testCompileClasspath org.checkerframework:checker-qual:3.33.0=default,runtimeClasspath,testRuntimeClasspath @@ -143,38 +144,45 @@ org.flywaydb:flyway-core:5.2.1=compileClasspath,default,runtimeClasspath,testCom org.fusesource.jansi:jansi:2.1.0=zinc org.hamcrest:hamcrest-core:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.hdrhistogram:HdrHistogram:2.1.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.influxdb:influxdb-java:2.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.influxdb:influxdb-java:2.24=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jline:jline-terminal-jansi:3.19.0=zinc org.jline:jline-terminal-jna:3.19.0=zinc org.jline:jline-terminal:3.19.0=zinc org.jline:jline:3.19.0=zinc org.jodd:jodd-lagarto:6.0.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jodd:jodd-util:6.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-api:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.7.2=testRuntimeClasspath -org.junit.vintage:junit-vintage-engine:5.7.2=testRuntimeClasspath -org.junit:junit-bom:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.msgpack:msgpack-core:0.8.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-launcher:1.10.3=testRuntimeClasspath +org.junit.vintage:junit-vintage-engine:5.10.3=testRuntimeClasspath +org.junit:junit-bom:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.msgpack:msgpack-core:0.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-collection-compat_2.13:2.1.4=scalastyle -org.scala-lang.modules:scala-collection-compat_2.13:2.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-java8-compat_2.13:1.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-collection-compat_2.13:2.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-java8-compat_2.13:1.0.0=compileClasspath,testCompileClasspath +org.scala-lang.modules:scala-java8-compat_2.13:1.0.2=default,runtimeClasspath,testRuntimeClasspath org.scala-lang.modules:scala-parallel-collections_2.13:0.2.0=zinc org.scala-lang.modules:scala-parser-combinators_2.13:1.1.2=scalastyle,zinc org.scala-lang.modules:scala-parser-combinators_2.13:2.1.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-swing_2.13:3.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-xml_2.13:1.2.0=compileClasspath,default,runtimeClasspath,scalastyle,testCompileClasspath,testRuntimeClasspath,zinc -org.scala-lang.modules:scala-xml_2.13:2.1.0=scoverage +org.scala-lang.modules:scala-xml_2.13:1.2.0=scalastyle,zinc +org.scala-lang.modules:scala-xml_2.13:2.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-xml_2.13:2.3.0=scoverage org.scala-lang:scala-compiler:2.13.6=zinc org.scala-lang:scala-library:2.13.1=scalastyle -org.scala-lang:scala-library:2.13.11=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-library:2.13.14=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-library:2.13.6=zinc +org.scala-lang:scala-reflect:2.13.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-reflect:2.13.6=zinc -org.scala-lang:scala-reflect:2.13.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-sbt.jline:jline:2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493=zinc org.scala-sbt:collections_2.13:1.6.1=zinc org.scala-sbt:compiler-bridge_2.13:1.6.1=zinc @@ -197,20 +205,34 @@ org.scala-sbt:zinc-core_2.13:1.6.1=zinc org.scala-sbt:zinc-persist-core-assembly:1.6.1=zinc org.scala-sbt:zinc-persist_2.13:1.6.1=zinc org.scala-sbt:zinc_2.13:1.6.1=zinc -org.scalactic:scalactic_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalactic:scalactic_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalariform:scalariform_2.13:0.2.10=scalastyle -org.scalatest:scalatest_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-compatible:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-diagrams_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-featurespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-flatspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-freespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funsuite_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-matchers-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-mustmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-propspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-refspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-shouldmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-wordspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalatestplus:junit-4-12_2.13:3.1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalatestplus:scalatestplus-junit_2.13:1.0.0-SNAP9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalaz:scalaz-core_2.13:7.3.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scoverage:scalac-scoverage-domain_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-plugin_2.13.11:2.0.10=scoverage -org.scoverage:scalac-scoverage-reporter_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-runtime_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-serializer_2.13:2.0.10=scoverage +org.scalatestplus:scalatestplus-junit_2.13:1.0.0-M2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalaz:scalaz-core_2.13:7.3.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scoverage:scalac-scoverage-domain_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-plugin_2.13.14:2.1.1=scoverage +org.scoverage:scalac-scoverage-reporter_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-runtime_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-serializer_2.13:2.1.1=scoverage org.simpleflatmapper:lightning-csv:8.2.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.simpleflatmapper:sfm-util:8.2.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-api:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.slf4j:slf4j-api:2.0.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.typelevel:spire-macros_2.13:0.17.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.unbescape:unbescape:1.1.6.RELEASE=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,archives,incrementalScalaAnalysisFormain,incrementalScalaAnalysisForscoverage,incrementalScalaAnalysisFortest,scalaCompilerPlugins,scalafix,scoverageAnnotationProcessor,scoverageCompileClasspath,scoverageRuntimeClasspath,signatures,testAnnotationProcessor diff --git a/warp-core-macros/locking/warp-core-macros_2.13.lockfile b/warp-core-macros/locking/warp-core-macros_2.13.lockfile index 164c1927..296ff6c3 100644 --- a/warp-core-macros/locking/warp-core-macros_2.13.lockfile +++ b/warp-core-macros/locking/warp-core-macros_2.13.lockfile @@ -3,8 +3,8 @@ # This file is expected to be part of source control. antlr:antlr:2.7.7=checkstyle aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-classic:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-core:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-classic:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-core:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.beautiful-scala:scalastyle_2.13:1.2.0=scalastyle com.eed3si9n:shaded-jawn-parser_2.13:0.9.1=zinc com.eed3si9n:shaded-scalajson_2.13:1.0.0-M4=zinc @@ -12,10 +12,9 @@ com.eed3si9n:sjson-new-core_2.13:0.9.1=zinc com.eed3si9n:sjson-new-scalajson_2.13:0.9.1=zinc com.github.dwickern:scala-nameof_2.13:3.0.0=default,runtimeClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.1.3=checkstyle -com.google.errorprone:error_prone_annotations:2.18.0=default,runtimeClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.3.4=compileClasspath,testCompileClasspath +com.google.errorprone:error_prone_annotations:2.27.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:25.1-jre=checkstyle com.google.guava:guava:30.1-jre=compileClasspath,testCompileClasspath @@ -26,28 +25,30 @@ com.google.j2objc:j2objc-annotations:1.1=checkstyle com.google.j2objc:j2objc-annotations:1.3=compileClasspath,testCompileClasspath com.google.j2objc:j2objc-annotations:2.8=default,runtimeClasspath,testRuntimeClasspath com.google.protobuf:protobuf-java:3.19.4=default,runtimeClasspath,testRuntimeClasspath -com.h2database:h2:2.1.210=default,runtimeClasspath,testRuntimeClasspath +com.h2database:h2:2.3.230=default,runtimeClasspath,testRuntimeClasspath com.lmax:disruptor:3.4.2=zinc com.mysql:mysql-connector-j:8.0.31=default,runtimeClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.11=checkstyle -com.squareup.moshi:moshi:1.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:logging-interceptor:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:okhttp:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okio:okio:1.17.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:converter-moshi:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:retrofit:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.moshi:moshi:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:logging-interceptor:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:okhttp:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio-jvm:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:converter-moshi:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:retrofit:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.swoval:file-tree-views:2.1.7=zinc com.typesafe.slick:slick-hikaricp_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe.slick:slick_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe:config:1.4.0=scalastyle -com.typesafe:config:1.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.typesafe:config:1.4.2=compileClasspath,testCompileClasspath +com.typesafe:config:1.4.3=default,runtimeClasspath,testRuntimeClasspath com.zaxxer:HikariCP:4.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-beanutils:commons-beanutils:1.9.3=checkstyle commons-beanutils:commons-beanutils:1.9.4=default,runtimeClasspath,testRuntimeClasspath commons-cli:commons-cli:1.4=checkstyle commons-collections:commons-collections:3.2.2=checkstyle,default,runtimeClasspath,testRuntimeClasspath -commons-io:commons-io:2.8.0=default,runtimeClasspath,testRuntimeClasspath -commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.16.0=default,runtimeClasspath,testRuntimeClasspath +commons-logging:commons-logging:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.inject:javax.inject:1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath junit:junit:4.13.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath mysql:mysql-connector-java:8.0.31=default,runtimeClasspath,testRuntimeClasspath @@ -56,13 +57,13 @@ net.java.dev.jna:jna:5.8.0=zinc net.openhft:zero-allocation-hashing:0.10.1=zinc net.sf.saxon:Saxon-HE:9.8.0-12=checkstyle org.antlr:antlr4-runtime:4.7.1=checkstyle -org.apache.commons:commons-configuration2:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-configuration2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-math3:3.6.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-text:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.logging.log4j:log4j-api:2.17.1=zinc org.apache.logging.log4j:log4j-core:2.17.1=zinc -org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath org.checkerframework:checker-qual:2.0.0=checkstyle org.checkerframework:checker-qual:3.33.0=default,runtimeClasspath,testRuntimeClasspath org.checkerframework:checker-qual:3.5.0=compileClasspath,testCompileClasspath @@ -70,33 +71,39 @@ org.codehaus.mojo:animal-sniffer-annotations:1.14=checkstyle org.flywaydb:flyway-core:5.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.fusesource.jansi:jansi:2.1.0=zinc org.hamcrest:hamcrest-core:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.influxdb:influxdb-java:2.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.influxdb:influxdb-java:2.24=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jline:jline-terminal-jansi:3.19.0=zinc org.jline:jline-terminal-jna:3.19.0=zinc org.jline:jline-terminal:3.19.0=zinc org.jline:jline:3.19.0=zinc -org.junit.jupiter:junit-jupiter-api:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.7.2=testRuntimeClasspath -org.junit.vintage:junit-vintage-engine:5.7.2=testRuntimeClasspath -org.junit:junit-bom:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.msgpack:msgpack-core:0.8.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-launcher:1.10.3=testRuntimeClasspath +org.junit.vintage:junit-vintage-engine:5.10.3=testRuntimeClasspath +org.junit:junit-bom:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.msgpack:msgpack-core:0.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-collection-compat_2.13:2.1.4=scalastyle -org.scala-lang.modules:scala-collection-compat_2.13:2.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-java8-compat_2.13:0.9.1=default,runtimeClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-collection-compat_2.13:2.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-java8-compat_2.13:1.0.2=default,runtimeClasspath,testRuntimeClasspath org.scala-lang.modules:scala-parallel-collections_2.13:0.2.0=zinc org.scala-lang.modules:scala-parser-combinators_2.13:1.1.2=scalastyle,zinc -org.scala-lang.modules:scala-xml_2.13:1.2.0=compileClasspath,default,runtimeClasspath,scalastyle,testCompileClasspath,testRuntimeClasspath,zinc -org.scala-lang.modules:scala-xml_2.13:2.1.0=scoverage +org.scala-lang.modules:scala-xml_2.13:1.2.0=scalastyle,zinc +org.scala-lang.modules:scala-xml_2.13:2.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-xml_2.13:2.3.0=scoverage org.scala-lang:scala-compiler:2.13.6=zinc org.scala-lang:scala-library:2.13.1=scalastyle -org.scala-lang:scala-library:2.13.11=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-library:2.13.14=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-library:2.13.6=zinc -org.scala-lang:scala-reflect:2.13.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-reflect:2.13.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-reflect:2.13.6=zinc org.scala-sbt.jline:jline:2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493=zinc org.scala-sbt:collections_2.13:1.6.1=zinc @@ -119,16 +126,30 @@ org.scala-sbt:zinc-core_2.13:1.6.1=zinc org.scala-sbt:zinc-persist-core-assembly:1.6.1=zinc org.scala-sbt:zinc-persist_2.13:1.6.1=zinc org.scala-sbt:zinc_2.13:1.6.1=zinc -org.scalactic:scalactic_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalactic:scalactic_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalariform:scalariform_2.13:0.2.10=scalastyle -org.scalatest:scalatest_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-compatible:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-diagrams_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-featurespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-flatspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-freespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funsuite_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-matchers-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-mustmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-propspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-refspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-shouldmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-wordspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalatestplus:junit-4-12_2.13:3.1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalatestplus:scalatestplus-junit_2.13:1.0.0-SNAP9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalaz:scalaz-core_2.13:7.3.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scoverage:scalac-scoverage-domain_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-plugin_2.13.11:2.0.10=scoverage -org.scoverage:scalac-scoverage-reporter_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-runtime_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-serializer_2.13:2.0.10=scoverage -org.slf4j:slf4j-api:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatestplus:scalatestplus-junit_2.13:1.0.0-M2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalaz:scalaz-core_2.13:7.3.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scoverage:scalac-scoverage-domain_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-plugin_2.13.14:2.1.1=scoverage +org.scoverage:scalac-scoverage-reporter_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-runtime_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-serializer_2.13:2.1.1=scoverage +org.slf4j:slf4j-api:2.0.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,archives,incrementalScalaAnalysisFormain,incrementalScalaAnalysisForscoverage,incrementalScalaAnalysisFortest,scalaCompilerPlugins,scalafix,scoverageAnnotationProcessor,scoverageCompileClasspath,scoverageRuntimeClasspath,signatures,testAnnotationProcessor diff --git a/warp-core/locking/warp-core_2.12.lockfile b/warp-core/locking/warp-core_2.12.lockfile index cc6a6486..76819946 100644 --- a/warp-core/locking/warp-core_2.12.lockfile +++ b/warp-core/locking/warp-core_2.12.lockfile @@ -3,8 +3,8 @@ # This file is expected to be part of source control. antlr:antlr:2.7.7=checkstyle aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-classic:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-core:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-classic:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-core:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.beautiful-scala:scalastyle_2.13:1.2.0=scalastyle com.eed3si9n:shaded-jawn-parser_2.13:0.9.1=zinc com.eed3si9n:shaded-scalajson_2.13:1.0.0-M4=zinc @@ -12,9 +12,9 @@ com.eed3si9n:sjson-new-core_2.13:0.9.1=zinc com.eed3si9n:sjson-new-scalajson_2.13:0.9.1=zinc com.github.dwickern:scala-nameof_2.12:3.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.1.3=checkstyle -com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.27.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:25.1-jre=checkstyle com.google.guava:guava:32.0.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -23,28 +23,29 @@ com.google.inject:guice:5.1.0=compileClasspath,default,runtimeClasspath,testComp com.google.j2objc:j2objc-annotations:1.1=checkstyle com.google.j2objc:j2objc-annotations:2.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.protobuf:protobuf-java:3.19.4=default,runtimeClasspath,testRuntimeClasspath -com.h2database:h2:2.1.210=default,runtimeClasspath,testRuntimeClasspath +com.h2database:h2:2.3.230=default,runtimeClasspath,testRuntimeClasspath com.lmax:disruptor:3.4.2=zinc com.mysql:mysql-connector-j:8.0.31=default,runtimeClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.11=checkstyle -com.squareup.moshi:moshi:1.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:logging-interceptor:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:okhttp:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okio:okio:1.17.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:converter-moshi:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:retrofit:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.moshi:moshi:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:logging-interceptor:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:okhttp:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio-jvm:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:converter-moshi:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:retrofit:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.swoval:file-tree-views:2.1.7=zinc com.typesafe.slick:slick-hikaricp_2.12:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe.slick:slick_2.12:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe:config:1.4.0=scalastyle -com.typesafe:config:1.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.typesafe:config:1.4.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.zaxxer:HikariCP:4.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-beanutils:commons-beanutils:1.9.3=checkstyle commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-cli:commons-cli:1.4=checkstyle commons-collections:commons-collections:3.2.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-io:commons-io:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-logging:commons-logging:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.inject:javax.inject:1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath junit:junit:4.13.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath mysql:mysql-connector-java:8.0.31=default,runtimeClasspath,testRuntimeClasspath @@ -53,47 +54,52 @@ net.java.dev.jna:jna:5.8.0=zinc net.openhft:zero-allocation-hashing:0.10.1=zinc net.sf.saxon:Saxon-HE:9.8.0-12=checkstyle org.antlr:antlr4-runtime:4.7.1=checkstyle -org.apache.commons:commons-configuration2:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-configuration2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-math3:3.6.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-text:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.logging.log4j:log4j-api:2.17.1=zinc org.apache.logging.log4j:log4j-core:2.17.1=zinc -org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath org.checkerframework:checker-qual:2.0.0=checkstyle org.checkerframework:checker-qual:3.33.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=checkstyle org.flywaydb:flyway-core:5.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.fusesource.jansi:jansi:2.1.0=zinc org.hamcrest:hamcrest-core:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.influxdb:influxdb-java:2.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.influxdb:influxdb-java:2.24=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jline:jline-terminal-jansi:3.19.0=zinc org.jline:jline-terminal-jna:3.19.0=zinc org.jline:jline-terminal:3.19.0=zinc org.jline:jline:3.19.0=zinc -org.junit.jupiter:junit-jupiter-api:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.7.2=testRuntimeClasspath -org.junit.vintage:junit-vintage-engine:5.7.2=testRuntimeClasspath -org.junit:junit-bom:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.msgpack:msgpack-core:0.8.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-launcher:1.10.3=testRuntimeClasspath +org.junit.vintage:junit-vintage-engine:5.10.3=testRuntimeClasspath +org.junit:junit-bom:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.msgpack:msgpack-core:0.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-collection-compat_2.12:2.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-collection-compat_2.12:2.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-collection-compat_2.13:2.1.4=scalastyle -org.scala-lang.modules:scala-java8-compat_2.12:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-java8-compat_2.12:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-parallel-collections_2.13:0.2.0=zinc org.scala-lang.modules:scala-parser-combinators_2.13:1.1.2=scalastyle,zinc -org.scala-lang.modules:scala-xml_2.12:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-xml_2.12:2.1.0=scoverage +org.scala-lang.modules:scala-xml_2.12:2.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-xml_2.12:2.3.0=scoverage org.scala-lang.modules:scala-xml_2.13:1.2.0=scalastyle,zinc org.scala-lang:scala-compiler:2.13.6=zinc -org.scala-lang:scala-library:2.12.18=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-library:2.12.19=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-library:2.13.1=scalastyle org.scala-lang:scala-library:2.13.6=zinc -org.scala-lang:scala-reflect:2.12.12=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-reflect:2.12.17=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-reflect:2.13.6=zinc org.scala-sbt.jline:jline:2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493=zinc org.scala-sbt:collections_2.13:1.6.1=zinc @@ -116,16 +122,30 @@ org.scala-sbt:zinc-core_2.13:1.6.1=zinc org.scala-sbt:zinc-persist-core-assembly:1.6.1=zinc org.scala-sbt:zinc-persist_2.13:1.6.1=zinc org.scala-sbt:zinc_2.13:1.6.1=zinc -org.scalactic:scalactic_2.12:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalactic:scalactic_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalariform:scalariform_2.13:0.2.10=scalastyle -org.scalatest:scalatest_2.12:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-compatible:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-core_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-diagrams_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-featurespec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-flatspec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-freespec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funspec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funsuite_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-matchers-core_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-mustmatchers_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-propspec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-refspec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-shouldmatchers_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-wordspec_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest_2.12:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalatestplus:junit-4-12_2.12:3.1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalatestplus:scalatestplus-junit_2.12:1.0.0-SNAP9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalaz:scalaz-core_2.12:7.3.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scoverage:scalac-scoverage-domain_2.12:2.0.10=scoverage -org.scoverage:scalac-scoverage-plugin_2.12.18:2.0.10=scoverage -org.scoverage:scalac-scoverage-reporter_2.12:2.0.10=scoverage -org.scoverage:scalac-scoverage-runtime_2.12:2.0.10=scoverage -org.scoverage:scalac-scoverage-serializer_2.12:2.0.10=scoverage -org.slf4j:slf4j-api:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatestplus:scalatestplus-junit_2.12:1.0.0-M2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalaz:scalaz-core_2.12:7.3.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scoverage:scalac-scoverage-domain_2.12:2.1.1=scoverage +org.scoverage:scalac-scoverage-plugin_2.12.19:2.1.1=scoverage +org.scoverage:scalac-scoverage-reporter_2.12:2.1.1=scoverage +org.scoverage:scalac-scoverage-runtime_2.12:2.1.1=scoverage +org.scoverage:scalac-scoverage-serializer_2.12:2.1.1=scoverage +org.slf4j:slf4j-api:2.0.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,archives,incrementalScalaAnalysisFormain,incrementalScalaAnalysisForscoverage,incrementalScalaAnalysisFortest,scalaCompilerPlugins,scalafix,scoverageAnnotationProcessor,scoverageCompileClasspath,scoverageRuntimeClasspath,signatures,testAnnotationProcessor diff --git a/warp-core/locking/warp-core_2.13.lockfile b/warp-core/locking/warp-core_2.13.lockfile index 49de421b..b64da00e 100644 --- a/warp-core/locking/warp-core_2.13.lockfile +++ b/warp-core/locking/warp-core_2.13.lockfile @@ -3,8 +3,8 @@ # This file is expected to be part of source control. antlr:antlr:2.7.7=checkstyle aopalliance:aopalliance:1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-classic:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -ch.qos.logback:logback-core:1.2.11=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-classic:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +ch.qos.logback:logback-core:1.5.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.beautiful-scala:scalastyle_2.13:1.2.0=scalastyle com.eed3si9n:shaded-jawn-parser_2.13:0.9.1=zinc com.eed3si9n:shaded-scalajson_2.13:1.0.0-M4=zinc @@ -12,9 +12,9 @@ com.eed3si9n:sjson-new-core_2.13:0.9.1=zinc com.eed3si9n:sjson-new-scalajson_2.13:0.9.1=zinc com.github.dwickern:scala-nameof_2.13:3.0.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.8.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.errorprone:error_prone_annotations:2.1.3=checkstyle -com.google.errorprone:error_prone_annotations:2.18.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.27.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:failureaccess:1.0.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.guava:guava:25.1-jre=checkstyle com.google.guava:guava:32.0.1-jre=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath @@ -23,28 +23,29 @@ com.google.inject:guice:5.1.0=compileClasspath,default,runtimeClasspath,testComp com.google.j2objc:j2objc-annotations:1.1=checkstyle com.google.j2objc:j2objc-annotations:2.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.google.protobuf:protobuf-java:3.19.4=default,runtimeClasspath,testRuntimeClasspath -com.h2database:h2:2.1.210=default,runtimeClasspath,testRuntimeClasspath +com.h2database:h2:2.3.230=default,runtimeClasspath,testRuntimeClasspath com.lmax:disruptor:3.4.2=zinc com.mysql:mysql-connector-j:8.0.31=default,runtimeClasspath,testRuntimeClasspath com.puppycrawl.tools:checkstyle:8.11=checkstyle -com.squareup.moshi:moshi:1.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:logging-interceptor:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okhttp3:okhttp:3.13.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.okio:okio:1.17.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:converter-moshi:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.squareup.retrofit2:retrofit:2.5.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.moshi:moshi:1.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:logging-interceptor:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okhttp3:okhttp:4.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio-jvm:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.okio:okio:3.6.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:converter-moshi:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.squareup.retrofit2:retrofit:2.9.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.swoval:file-tree-views:2.1.7=zinc com.typesafe.slick:slick-hikaricp_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe.slick:slick_2.13:3.4.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.typesafe:config:1.4.0=scalastyle -com.typesafe:config:1.4.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.typesafe:config:1.4.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.zaxxer:HikariCP:4.0.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-beanutils:commons-beanutils:1.9.3=checkstyle commons-beanutils:commons-beanutils:1.9.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath commons-cli:commons-cli:1.4=checkstyle commons-collections:commons-collections:3.2.2=checkstyle,compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-io:commons-io:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-logging:commons-logging:1.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.16.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-logging:commons-logging:1.3.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath javax.inject:javax.inject:1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath junit:junit:4.13.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath mysql:mysql-connector-java:8.0.31=default,runtimeClasspath,testRuntimeClasspath @@ -53,46 +54,52 @@ net.java.dev.jna:jna:5.8.0=zinc net.openhft:zero-allocation-hashing:0.10.1=zinc net.sf.saxon:Saxon-HE:9.8.0-12=checkstyle org.antlr:antlr4-runtime:4.7.1=checkstyle -org.apache.commons:commons-configuration2:2.8.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-lang3:3.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-configuration2:2.11.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-lang3:3.14.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-math3:3.6.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.apache.commons:commons-text:1.9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-text:1.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.logging.log4j:log4j-api:2.17.1=zinc org.apache.logging.log4j:log4j-core:2.17.1=zinc -org.apiguardian:apiguardian-api:1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath org.checkerframework:checker-qual:2.0.0=checkstyle org.checkerframework:checker-qual:3.33.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.14=checkstyle org.flywaydb:flyway-core:5.2.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.fusesource.jansi:jansi:2.1.0=zinc org.hamcrest:hamcrest-core:1.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.influxdb:influxdb-java:2.15=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.influxdb:influxdb-java:2.24=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib:1.9.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:13.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jline:jline-terminal-jansi:3.19.0=zinc org.jline:jline-terminal-jna:3.19.0=zinc org.jline:jline-terminal:3.19.0=zinc org.jline:jline:3.19.0=zinc -org.junit.jupiter:junit-jupiter-api:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.jupiter:junit-jupiter-engine:5.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-commons:1.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.junit.platform:junit-platform-engine:1.7.2=testRuntimeClasspath -org.junit.platform:junit-platform-launcher:1.7.2=testRuntimeClasspath -org.junit.vintage:junit-vintage-engine:5.7.2=testRuntimeClasspath -org.junit:junit-bom:5.7.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.msgpack:msgpack-core:0.8.16=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.opentest4j:opentest4j:1.2.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-api:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.jupiter:junit-jupiter-engine:5.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-commons:1.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.junit.platform:junit-platform-engine:1.10.3=testRuntimeClasspath +org.junit.platform:junit-platform-launcher:1.10.3=testRuntimeClasspath +org.junit.vintage:junit-vintage-engine:5.10.3=testRuntimeClasspath +org.junit:junit-bom:5.10.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.msgpack:msgpack-core:0.9.6=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.opentest4j:opentest4j:1.3.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.reactivestreams:reactive-streams:1.0.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-collection-compat_2.13:2.1.4=scalastyle -org.scala-lang.modules:scala-collection-compat_2.13:2.8.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scala-lang.modules:scala-java8-compat_2.13:0.9.1=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-collection-compat_2.13:2.12.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-java8-compat_2.13:1.0.2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang.modules:scala-parallel-collections_2.13:0.2.0=zinc org.scala-lang.modules:scala-parser-combinators_2.13:1.1.2=scalastyle,zinc -org.scala-lang.modules:scala-xml_2.13:1.2.0=compileClasspath,default,runtimeClasspath,scalastyle,testCompileClasspath,testRuntimeClasspath,zinc -org.scala-lang.modules:scala-xml_2.13:2.1.0=scoverage +org.scala-lang.modules:scala-xml_2.13:1.2.0=scalastyle,zinc +org.scala-lang.modules:scala-xml_2.13:2.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang.modules:scala-xml_2.13:2.3.0=scoverage org.scala-lang:scala-compiler:2.13.6=zinc org.scala-lang:scala-library:2.13.1=scalastyle -org.scala-lang:scala-library:2.13.11=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-library:2.13.14=compileClasspath,default,runtimeClasspath,scoverage,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-library:2.13.6=zinc -org.scala-lang:scala-reflect:2.13.3=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scala-lang:scala-reflect:2.13.10=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scala-lang:scala-reflect:2.13.6=zinc org.scala-sbt.jline:jline:2.14.7-sbt-a1b0ffbb8f64bb820f4f84a0c07a0c0964507493=zinc org.scala-sbt:collections_2.13:1.6.1=zinc @@ -115,16 +122,30 @@ org.scala-sbt:zinc-core_2.13:1.6.1=zinc org.scala-sbt:zinc-persist-core-assembly:1.6.1=zinc org.scala-sbt:zinc-persist_2.13:1.6.1=zinc org.scala-sbt:zinc_2.13:1.6.1=zinc -org.scalactic:scalactic_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalactic:scalactic_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalariform:scalariform_2.13:0.2.10=scalastyle -org.scalatest:scalatest_2.13:3.1.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-compatible:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-diagrams_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-featurespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-flatspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-freespec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-funsuite_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-matchers-core_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-mustmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-propspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-refspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-shouldmatchers_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest-wordspec_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatest:scalatest_2.13:3.2.19=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.scalatestplus:junit-4-12_2.13:3.1.1.0=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalatestplus:scalatestplus-junit_2.13:1.0.0-SNAP9=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scalaz:scalaz-core_2.13:7.3.4=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.scoverage:scalac-scoverage-domain_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-plugin_2.13.11:2.0.10=scoverage -org.scoverage:scalac-scoverage-reporter_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-runtime_2.13:2.0.10=scoverage -org.scoverage:scalac-scoverage-serializer_2.13:2.0.10=scoverage -org.slf4j:slf4j-api:1.7.36=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalatestplus:scalatestplus-junit_2.13:1.0.0-M2=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scalaz:scalaz-core_2.13:7.3.8=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.scoverage:scalac-scoverage-domain_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-plugin_2.13.14:2.1.1=scoverage +org.scoverage:scalac-scoverage-reporter_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-runtime_2.13:2.1.1=scoverage +org.scoverage:scalac-scoverage-serializer_2.13:2.1.1=scoverage +org.slf4j:slf4j-api:2.0.13=compileClasspath,default,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,archives,incrementalScalaAnalysisFormain,incrementalScalaAnalysisForscoverage,incrementalScalaAnalysisFortest,scalaCompilerPlugins,scalafix,scoverageAnnotationProcessor,scoverageCompileClasspath,scoverageRuntimeClasspath,signatures,testAnnotationProcessor