Skip to content

Commit 2a81b27

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0 (#28)
* build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ndr_brt <andrea.bertagnolli@gmail.com>
1 parent bce0980 commit 2a81b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ plugins {
88
}
99

1010
group = "org.eclipse.dataplane-core"
11-
version = "0.0.5-SNAPSHOT"
11+
version = "0.0.6-SNAPSHOT"
1212

1313
repositories {
1414
mavenCentral()
1515
}
1616

1717
dependencies {
18-
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
18+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
1919
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2020

2121
testImplementation(platform("org.junit:junit-bom:6.0.2"))

0 commit comments

Comments
 (0)