From 5e8ee06ddceb4aef4bb84badaac9aef990fb8c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:57:31 +0000 Subject: [PATCH] Bump com.github.pureconfig:pureconfig_2.13 from 0.17.2 to 0.17.3 Bumps [com.github.pureconfig:pureconfig_2.13](https://github.com/pureconfig/pureconfig) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/pureconfig/pureconfig/releases) - [Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/pureconfig/pureconfig/compare/v0.17.2...v0.17.3) --- updated-dependencies: - dependency-name: com.github.pureconfig:pureconfig_2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../tutorials/produce-consume-lang/scala/code/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorials/produce-consume-lang/scala/code/build.gradle b/_includes/tutorials/produce-consume-lang/scala/code/build.gradle index 6260562f19..d229840ba3 100644 --- a/_includes/tutorials/produce-consume-lang/scala/code/build.gradle +++ b/_includes/tutorials/produce-consume-lang/scala/code/build.gradle @@ -41,7 +41,7 @@ allprojects { // presentation boiler plate implementation "com.lihaoyi:cask_2.13:0.8.0" implementation "ch.qos.logback:logback-classic:1.2.11" - implementation "com.github.pureconfig:pureconfig_2.13:0.17.2" + implementation "com.github.pureconfig:pureconfig_2.13:0.17.3" implementation "com.nrinaudo:kantan.csv-generic_2.13:0.7.0" implementation "com.nrinaudo:kantan.csv-java8_2.13:0.7.0" implementation "com.nrinaudo:kantan.csv-enumeratum_2.13:0.7.0"