KAFKA-18607: Update jfreechart dependency (#20264)

This patch updates the code and the dependency with the latest namespace
and version.

Signed-off-by: Federico Valeri <fedevaleri@gmail.com>

Reviewers: Mickael Maison <mickael.maison@gmail.com>
This commit is contained in:
Federico Valeri 2025-08-04 10:37:36 +02:00 committed by GitHub
parent ea771563e0
commit e67c042f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ versions += [
jaxb: "2.3.1", jaxb: "2.3.1",
jakartaRs: "3.1.0", jakartaRs: "3.1.0",
jakartaServletApi: "6.1.0", jakartaServletApi: "6.1.0",
jfreechart: "1.0.0", jfreechart: "1.5.6",
jopt: "5.0.4", jopt: "5.0.4",
jose4j: "0.9.6", jose4j: "0.9.6",
junit: "5.13.1", junit: "5.13.1",
@ -228,7 +228,7 @@ libs += [
spotbugs: "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs", spotbugs: "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs",
swaggerAnnotations: "io.swagger.core.v3:swagger-annotations:$swaggerVersion", swaggerAnnotations: "io.swagger.core.v3:swagger-annotations:$swaggerVersion",
mockOAuth2Server: "no.nav.security:mock-oauth2-server:$versions.mockOAuth2Server", mockOAuth2Server: "no.nav.security:mock-oauth2-server:$versions.mockOAuth2Server",
jfreechart: "jfreechart:jfreechart:$versions.jfreechart", jfreechart: "org.jfree:jfreechart:$versions.jfreechart",
mavenArtifact: "org.apache.maven:maven-artifact:$versions.mavenArtifact", mavenArtifact: "org.apache.maven:maven-artifact:$versions.mavenArtifact",
zstd: "com.github.luben:zstd-jni:$versions.zstd", zstd: "com.github.luben:zstd-jni:$versions.zstd",
httpclient: "org.apache.httpcomponents:httpclient:$versions.httpclient", httpclient: "org.apache.httpcomponents:httpclient:$versions.httpclient",