Skip to content

Commit

Permalink
Bump dependencies (#109)
Browse files Browse the repository at this point in the history
* bump h2 dep

* bump grgit

* bump deps

* bump deps

* bump deps

* bump deps

---------

Co-authored-by: tomas mccandless <tomas.mccandless@workday.com>
  • Loading branch information
tomnis and tomas mccandless authored Aug 8, 2024
1 parent 9c368ed commit 9f9c402
Show file tree
Hide file tree
Showing 8 changed files with 287 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
14 changes: 5 additions & 9 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ 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
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
Expand All @@ -40,25 +39,22 @@ 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
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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
34 changes: 17 additions & 17 deletions versionInfo.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
]
Loading

0 comments on commit 9f9c402

Please sign in to comment.