Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.apache.commons-commons…
Browse files Browse the repository at this point in the history
…-text-1.13.0
  • Loading branch information
rju authored Dec 28, 2024
2 parents 8510860 + 6b5fe9c commit 5096d4f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 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/otel-transformer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

implementation 'de.cau.cs.se.teetime:teetime:3.1.1'
implementation 'org.slf4j:slf4j-api:2.0.+'
implementation 'ch.qos.logback:logback-classic:1.5.12'
implementation 'ch.qos.logback:logback-classic:1.5.15'
implementation "com.beust:jcommander:${jcommanderVersion}"

implementation "io.opentelemetry:opentelemetry-api:${opentelemetryJavaVersion}"
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 5096d4f

Please sign in to comment.