Skip to content

Commit

Permalink
Revert "fix: bump the other-dependencies group with 17 updates"
Browse files Browse the repository at this point in the history
This reverts commit 717fa2e.
  • Loading branch information
nickmcdowall committed Oct 23, 2023
1 parent 05f5819 commit fa2091c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 deletions example-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '2.6.4'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'org.jetbrains.kotlin.jvm'
id "org.jetbrains.kotlin.plugin.jpa" version "1.9.10"
Expand All @@ -19,8 +19,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4'
implementation 'org.flywaydb:flyway-core:9.22.3'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:3.1.1'
implementation 'org.flywaydb:flyway-core:8.5.13'
implementation "com.h2database:h2"

testImplementation(project(':lsd-interceptors'))
Expand Down
30 changes: 15 additions & 15 deletions lsd-interceptors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ kotlin {
}

dependencies {
implementation 'org.springframework:spring-web:6.0.13'
implementation 'org.springframework:spring-messaging:6.0.13'
implementation 'org.springframework.integration:spring-integration-core:6.1.4'
implementation 'org.springframework:spring-web:5.3.16.RELEASE'
implementation 'org.springframework:spring-messaging:5.3.23'
implementation 'org.springframework.integration:spring-integration-core:5.5.15'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'

testCompileOnly 'org.springframework:spring-web:6.0.13'
testCompileOnly 'org.springframework:spring-web:5.1.11.RELEASE'

implementation 'org.springframework:spring-context:6.0.13'
implementation 'org.springframework.boot:spring-boot-autoconfigure:3.1.5'
implementation 'org.springframework.boot:spring-boot-test:3.1.5'
implementation 'org.springframework:spring-context:5.3.16.RELEASE'
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.6.4'
implementation 'org.springframework.boot:spring-boot-test:2.6.4'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.0.4'
implementation 'com.squareup.okhttp3:okhttp:3.4.2'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:3.1.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3'
implementation 'org.springframework:spring-webmvc:6.0.13'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.15'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.springframework:spring-webmvc:5.3.16'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:9.0.33'
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'com.j2html:j2html:1.6.0'
implementation 'org.springframework.data:spring-data-commons:3.1.5'
implementation 'org.springframework.data:spring-data-commons:2.6.2'

implementation 'org.springframework.amqp:spring-amqp:3.0.10'
implementation 'org.springframework.amqp:spring-rabbit:3.0.10'
implementation 'org.springframework.amqp:spring-amqp:2.4.12'
implementation 'org.springframework.amqp:spring-rabbit:2.4.12'

}

Expand Down

0 comments on commit fa2091c

Please sign in to comment.