Skip to content

Commit 81ff887

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.2 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85eded2 commit 81ff887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.21.1")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
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)