mirror of https://github.com/apache/kafka.git
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:
parent
ea771563e0
commit
e67c042f7f
|
@ -77,7 +77,7 @@ versions += [
|
|||
jaxb: "2.3.1",
|
||||
jakartaRs: "3.1.0",
|
||||
jakartaServletApi: "6.1.0",
|
||||
jfreechart: "1.0.0",
|
||||
jfreechart: "1.5.6",
|
||||
jopt: "5.0.4",
|
||||
jose4j: "0.9.6",
|
||||
junit: "5.13.1",
|
||||
|
@ -228,7 +228,7 @@ libs += [
|
|||
spotbugs: "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs",
|
||||
swaggerAnnotations: "io.swagger.core.v3:swagger-annotations:$swaggerVersion",
|
||||
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",
|
||||
zstd: "com.github.luben:zstd-jni:$versions.zstd",
|
||||
httpclient: "org.apache.httpcomponents:httpclient:$versions.httpclient",
|
||||
|
|
Loading…
Reference in New Issue