Skip to content

Commit c387403

Browse files
authored
chore: bump jackson to 2.22.1 (via #1343)
1 parent 983747e commit c387403

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

allure-grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val agent: Configuration by configurations.creating
1010

1111
val grpcVersion = "1.79.0"
1212
val protobufVersion = "4.33.5"
13-
val jacksonVersion = "2.17.2"
13+
val jacksonVersion = "2.22"
1414

1515
dependencies {
1616
agent("org.aspectj:aspectjweaver")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ configure(libs) {
147147

148148
dependencyManagement {
149149
imports {
150-
mavenBom("com.fasterxml.jackson:jackson-bom:2.22.0")
150+
mavenBom("com.fasterxml.jackson:jackson-bom:2.22.1")
151151
mavenBom("org.junit:junit-bom:5.10.3")
152152
}
153153
dependencies {

0 commit comments

Comments
 (0)