Skip to content

Commit

Permalink
fix: update dependencies and set upper bound for core
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnichols committed Jan 24, 2023
1 parent e685ed8 commit 8d69bae
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 56 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ allprojects {
targetCompatibility = 1.8

ext {
pathSDKVersion = "1.7.0-SNAPSHOT"
pathSDKVersion = "[1.7,2.0)"
}

repositories {
mavenCentral()
mavenLocal()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots"
mavenContent {
snapshotsOnly()
}
}
}
}

Expand Down
14 changes: 7 additions & 7 deletions encryption-service-jasypt/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions encryption-service-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions exception-reporter-honeybadger/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=chec
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.jcabi:jcabi-log:0.14=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.jcabi:jcabi-manifests:1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions fault-tolerant-executor-resilience4j/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions message-broker-nats/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testCompileClasspath,testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testCompileClasspath,testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions store-redis/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down
14 changes: 7 additions & 7 deletions store-vault/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ com.google.guava:guava:28.2-jre=checkstyle
com.google.guava:guava:31.1-jre=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=checkstyle,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:common:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:platform:1.7.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0-SNAPSHOT=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0-SNAPSHOT=testRuntimeClasspath
com.mx.path-core:common:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:context:1.7.0=testRuntimeClasspath
com.mx.path-core:gateway:1.7.0=testRuntimeClasspath
com.mx.path-core:messaging:1.7.0=testRuntimeClasspath
com.mx.path-core:platform:1.7.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.mx.path-core:testing:1.7.0=testCompileClasspath,testRuntimeClasspath
com.mx.path-core:utilities:1.7.0=testRuntimeClasspath
com.puppycrawl.tools:checkstyle:8.29=checkstyle
com.sun.activation:jakarta.activation:1.2.2=testRuntimeClasspath
com.sun.istack:istack-commons-runtime:3.0.12=testRuntimeClasspath
Expand Down

0 comments on commit 8d69bae

Please sign in to comment.