diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index edc7c6d..2f18d8f 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -23,7 +23,7 @@ jobs: private-key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }} - name: Renovate - uses: renovatebot/github-action@v46.2.4 + uses: renovatebot/github-action@v46.2.5 with: configurationFile: .github/renovate-config.js token: ${{ steps.automation-token.outputs.token }} diff --git a/build.sbt b/build.sbt index 1102a60..99d48f7 100644 --- a/build.sbt +++ b/build.sbt @@ -165,12 +165,12 @@ lazy val delayedqueueJVM = project "org.scalameta" %% "munit" % "1.3.5" % Test, "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test, "org.typelevel" %% "cats-effect-testkit" % "3.7.1" % Test, - "org.scalacheck" %% "scalacheck" % "1.19.0" % Test, + "org.scalacheck" %% "scalacheck" % "1.20.0" % Test, "org.scalameta" %% "munit-scalacheck" % "1.3.0" % Test, // JDBC drivers for testing "com.h2database" % "h2" % "2.4.240" % Test, "org.hsqldb" % "hsqldb" % "2.7.4" % Test, - "org.xerial" % "sqlite-jdbc" % "3.53.2.1" % Test + "org.xerial" % "sqlite-jdbc" % "3.53.4.0" % Test ) ) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d91592..f10209c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,12 +18,12 @@ vanniktech-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plug ktfmt-gradle-plugin = { module = "com.ncorti.ktfmt.gradle:com.ncorti.ktfmt.gradle.gradle.plugin", version.ref = "ktfmt-plugin" } # Libraries -funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.4.1" } +funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.5.0" } hikaricp = { module = "com.zaxxer:HikariCP", version = "7.1.0" } logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.6.3" } jdbc-hsqldb = { module = "org.hsqldb:hsqldb", version = "2.7.4" } jdbc-h2 = { module = "com.h2database:h2", version = "2.4.240" } -jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.53.2.1" } +jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.53.4.0" } jdbc-mssql = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.4.0.jre11" } jdbc-mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.10" } jdbc-mysql = { module = "com.mysql:mysql-connector-j", version = "26.7.0" }