Skip to content

Commit

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

Bump com.fasterxml.jackson.core:jackson-databind from 2.12.0 to 2.16.1
  • Loading branch information
Reiner Jung authored Jan 2, 2024
2 parents 9963732 + d6b0a68 commit 8f2eca8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ project.artifacts {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
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 @@ -26,7 +26,7 @@ dependencies {

// runtime 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
Expand Down
2 changes: 1 addition & 1 deletion tools/behavior-analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation "com.beust:jcommander:${jcommanderVersion}"
implementation "com.edwardraff:JSAT:0.0.9"
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'

testImplementation project (path: ':common', configuration: 'testArchives')
Expand Down
2 changes: 1 addition & 1 deletion tools/cmi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation "com.beust:jcommander:${jcommanderVersion}"
implementation "com.edwardraff:JSAT:0.0.9"
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'

testImplementation project (path: ':common', configuration: 'testArchives')
Expand Down
2 changes: 1 addition & 1 deletion tools/dar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

// runtime 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
Expand Down
2 changes: 1 addition & 1 deletion tools/delta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation 'org.csveed:csveed:0.7.5'


implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
Expand Down
2 changes: 1 addition & 1 deletion tools/maa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// runtime 'org.eclipse.emf:org.eclipse.emf.ecore:2.23.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

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

implementation 'org.csveed:csveed:0.7.5'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
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.35.0'
implementation 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.1'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.4'
Expand Down

0 comments on commit 8f2eca8

Please sign in to comment.