Skip to content

Commit

Permalink
Merge pull request #2859 from kieker-monitoring/dependabot/gradle/com…
Browse files Browse the repository at this point in the history
….fasterxml.jackson.core-jackson-databind-2.18.2

Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2
  • Loading branch information
rju authored Dec 28, 2024
2 parents c1a70ed + 385309a commit 5bb6458
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ project.artifacts {
}

dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"
implementation "ch.qos.logback:logback-classic:$libLogbackVersion"
implementation "org.slf4j:slf4j-api:$libSlf4jApiVersion"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/allen-upper-limit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/dar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/delta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

implementation "org.csveed:csveed:0.8.2"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/maa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/mktable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/mop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/mt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/mvis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/relabel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/restructuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

implementation "org.csveed:csveed:0.8.2"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0,1"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tools/sar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.38.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.38.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.18.1"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"
implementation "com.sun.xml.bind:jaxb-impl:4.0.5"
Expand Down

0 comments on commit 5bb6458

Please sign in to comment.