Skip to content

Commit

Permalink
Merge pull request #497 from kieker-monitoring/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…eclipse.emf-org.eclipse.emf.ecore.xmi-2.36.0

Bump org.eclipse.emf:org.eclipse.emf.ecore.xmi from 2.16.0 to 2.36.0
  • Loading branch information
rju committed Jan 30, 2024
2 parents 99b8b62 + 0e79203 commit ac58053
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
api "org.apache.cxf:cxf:$libCxfVersion" // cxf-bundle

api "org.eclipse.emf:org.eclipse.emf.common:2.29.0"
api "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
api "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"
api "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"

api "com.rabbitmq:amqp-client:$libAmqpVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
resultJar "org.jctools:jctools-core:${libJctoolsVersion}"

emfJarConfig 'org.eclipse.emf:org.eclipse.emf.common:2.29.0'
emfJarConfig 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0'
emfJarConfig 'org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0'
emfJarConfig 'org.eclipse.emf:org.eclipse.emf.ecore:2.35.0'

aspectJarConfig "org.aspectj:aspectjweaver:${aspectjVersion}"
Expand Down
2 changes: 1 addition & 1 deletion model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api project(':common')

api "org.eclipse.emf:org.eclipse.emf.common:2.29.0"
api "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
api "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"
api "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
}

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 @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/dar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.25.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/delta/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "org.csveed:csveed:0.7.5"

Expand Down
2 changes: 1 addition & 1 deletion tools/fxca/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "commons-io:commons-io:2.11.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"
implementation "de.cau.cs.se.teetime:teetime:${libTeetimeVersion}"

implementation "com.beust:jcommander:${jcommanderVersion}"
Expand Down
2 changes: 1 addition & 1 deletion tools/maa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/mktable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/mop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/mt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/mvis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/relabel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down
2 changes: 1 addition & 1 deletion tools/restructuring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

compileOnly "org.projectlombok:lombok:1.18.30"
testCompileOnly "org.projectlombok:lombok:1.18.30"
Expand Down
2 changes: 1 addition & 1 deletion tools/sar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.eclipse.emf/org.eclipse.emf.ecore
implementation "org.eclipse.emf:org.eclipse.emf.ecore:2.35.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.16.0"
implementation "org.eclipse.emf:org.eclipse.emf.ecore.xmi:2.36.0"

implementation "com.fasterxml.jackson.core:jackson-databind:2.16.1"

Expand Down

0 comments on commit ac58053

Please sign in to comment.