Skip to content

Commit

Permalink
Update some dependencies (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-adam authored Jan 31, 2024
1 parent fb540fc commit 5ac9ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ allprojects {
force "com.google.auto.value:auto-value-annotations:${googleAutoValueAnnotationsVersion}"
force "com.google.http-client:google-http-client-apache-v2:${googleHttpClientVersion}"
force "com.google.http-client:google-http-client-gson:${googleHttpClientVersion}"
force "com.google.http-client:google-http-client-jackson2:${googleHttpClientVersion}"

// FileTransfer depends on this directly; WNPRC_EHR and GoogleDrive bring a different version in transitively.
force "com.google.oauth-client:google-oauth-client:${googleOauthClientVersion}"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ commonsPoolVersion=1.6
commonsTextVersion=1.11.0
commonsValidatorVersion=1.8.0

datadogVersion=1.27.0
datadogVersion=1.28.0

dom4jVersion=2.1.4

Expand All @@ -160,7 +160,7 @@ fopVersion=2.9
# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.24.1
googleHttpClientVersion=1.43.3
googleHttpClientVersion=1.44.1
googleOauthClientVersion=1.35.0
googleProtocolBufVersion=3.25.2

Expand All @@ -185,7 +185,7 @@ hamcrestVersion=2.2
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
htsjdkVersion=4.0.0

httpclient5Version=5.3
httpclient5Version=5.3.1
httpcore5Version=5.2.4

# Not used directly, but these are widely used transitive dependencies
Expand Down Expand Up @@ -237,7 +237,7 @@ log4j2Version=2.22.1

lombokVersion=1.18.24

luceneVersion=9.9.1
luceneVersion=9.9.2

mssqlJdbcVersion=12.4.2.jre11

Expand Down

0 comments on commit 5ac9ee4

Please sign in to comment.