Skip to content

Commit 85eded2

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

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