From bc3538952de04aadc2c11042c361026794009ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:14:22 +0000 Subject: [PATCH] Bump com.github.pureconfig:pureconfig_2.13 from 0.17.2 to 0.17.4 Bumps [com.github.pureconfig:pureconfig_2.13](https://github.com/pureconfig/pureconfig) from 0.17.2 to 0.17.4. - [Changelog](https://github.com/pureconfig/pureconfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/pureconfig/pureconfig/compare/v0.17.2...v0.17.4) --- 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..c5cc0007bd 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.4" 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"