Skip to content

Commit

Permalink
updating tcl causes too many issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Feb 29, 2024
1 parent 92235b8 commit 2c5b3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencyManagement {
}
}

def springBootVersion = '3.2.2'
def springBootVersion = '3.1.5'

dependencies {

Expand All @@ -33,7 +33,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.google.oauth-client:google-oauth-client:1.33.3'
implementation 'org.scala-lang:scala-library:2.13.10' //required by the sam-client
implementation('bio.terra:terra-common-lib:1.0.5-SNAPSHOT') {
implementation('bio.terra:terra-common-lib:0.1.10-SNAPSHOT') {
exclude group: 'org.springframework.boot'
exclude group: 'org.yaml', module: 'snakeyaml'
}
Expand Down

0 comments on commit 2c5b3bf

Please sign in to comment.