Skip to content

Commit ad84f64

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.0 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e8c35f commit ad84f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
2929
implementation("net.dv8tion:JDA:5.6.1")
3030
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
3131
implementation("org.springframework.boot:spring-boot-starter-jdbc")

0 commit comments

Comments
 (0)