From 755705e89d59b12422cbef9589c7152a7cb05364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:13:13 -0400 Subject: [PATCH] Bump io.github.classgraph:classgraph from 4.8.158 to 4.8.160 in /java-client (#514) * Bump io.github.classgraph:classgraph in /java-client Bumps [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) from 4.8.158 to 4.8.160. - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](https://github.com/classgraph/classgraph/compare/classgraph-4.8.158...classgraph-4.8.160) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit ae4ac0e08e0b60236805fd75e334aa4e05a8c304) Signed-off-by: Andriy Redko --- CHANGELOG.md | 3 +++ java-client/build.gradle.kts | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47141933d..e9abdf9b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies +- Bumps `com.github.jk1.dependency-license-report` from 2.2 to 2.4 +- Bumps `io.github.classgraph:classgraph` from 4.8.157 to 4.8.160 +- Bumps `com.github.jk1.dependency-license-report` from 2.2 to 2.4 ### Changed diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index 5e719468fb..ce614717a8 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -48,7 +48,7 @@ plugins { `java-library` checkstyle `maven-publish` - id("com.github.jk1.dependency-license-report") version "2.2" + id("com.github.jk1.dependency-license-report") version "2.4" } checkstyle { @@ -186,7 +186,7 @@ dependencies { implementation("org.eclipse", "yasson", "2.0.2") // https://github.com/classgraph/classgraph - testImplementation("io.github.classgraph:classgraph:4.8.157") + testImplementation("io.github.classgraph:classgraph:4.8.160") // Eclipse 1.0 testImplementation("junit", "junit" , "4.13.2") {