diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a22a3be..8ae799f 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 - name: Renovate - uses: renovatebot/github-action@v46.1.18 + uses: renovatebot/github-action@v46.1.19 with: configurationFile: .github/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/build.sbt b/build.sbt index a664e08..abd1ba3 100644 --- a/build.sbt +++ b/build.sbt @@ -166,7 +166,7 @@ lazy val delayedqueueJVM = project "org.funfix" % "delayedqueue-jvm" % version.value, "org.typelevel" %% "cats-effect" % "3.7.0", // Testing - "org.scalameta" %% "munit" % "1.3.3" % Test, + "org.scalameta" %% "munit" % "1.3.4" % Test, "org.typelevel" %% "munit-cats-effect" % "2.2.0" % Test, "org.typelevel" %% "cats-effect-testkit" % "3.7.0" % Test, "org.scalacheck" %% "scalacheck" % "1.19.0" % Test, diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index db8c701..2eada9b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,16 +20,16 @@ ktfmt-gradle-plugin = { module = "com.ncorti.ktfmt.gradle:com.ncorti.ktfmt.gradl # Libraries funfix-tasks-jvm = { module = "org.funfix:tasks-jvm", version = "0.4.1" } hikaricp = { module = "com.zaxxer:HikariCP", version = "7.1.0" } -logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.37" } +logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.38" } 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.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.9" } jdbc-mysql = { module = "com.mysql:mysql-connector-j", version = "9.7.0" } -jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.12" } +jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.13" } jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.26.2.0.0" } -junit-bom = { module = "org.junit:junit-bom", version = "6.1.1" } +junit-bom = { module = "org.junit:junit-bom", version = "6.1.2" } junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" } diff --git a/project/plugins.sbt b/project/plugins.sbt index 724eca4..20f0d31 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.6.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")