From 5cb2a48f59a729ee14e55cd8d2ecd5af048d72c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 05:25:31 +0000 Subject: [PATCH] Bump qrcodegen from 1.7.0 to 1.8.0 Bumps [qrcodegen](https://github.com/nayuki/QR-Code-generator) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/nayuki/QR-Code-generator/releases) - [Commits](https://github.com/nayuki/QR-Code-generator/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: io.nayuki:qrcodegen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5dc8f5..175e3af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { testImplementation("org.awaitility:awaitility:4.0.1") // https://github.com/nayuki/QR-Code-generator - implementation("io.nayuki:qrcodegen:1.7.0") + implementation("io.nayuki:qrcodegen:1.8.0") // https://github.com/FasterXML/jackson-databind implementation("com.fasterxml.jackson.core:jackson-databind:2.12.4")