@@ -47,9 +47,6 @@ buildFromSource=true
4747labkeyVersion =26.5-SNAPSHOT
4848labkeyClientApiVersion =7.2.0
4949
50- # Version numbers for the various binary artifacts that are included when
51- # deploying via deployApp or deployDist and when creating distributions.
52- windowsUtilsVersion =1.0
5350# Uncomment the following line to download proteomics binaries
5451# includeProteomicsBinaries
5552linuxProteomicsBinariesVersion =2.0
@@ -59,7 +56,7 @@ windowsProteomicsBinariesVersion=1.0
5956# The current version numbers for the gradle plugins.
6057artifactoryPluginVersion =5.2.5
6158gradleNodePluginVersion =7.1.0
62- gradlePluginsVersion =8.0 .0
59+ gradlePluginsVersion =8.1 .0
6360owaspDependencyCheckPluginVersion =12.2.1
6461
6562# Versions of node and npm to use during the build. If set, these versions
@@ -167,15 +164,14 @@ googleOauthClientVersion=1.39.0
167164googleProtocolBufVersion =3.25.9
168165
169166graphSupportVersion =1.5.2
167+ grpcVersion =1.80.0
170168
171169# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
172170# We resolve to the later version here to keep things consistent
173171# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
174172# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
175173gsonVersion =2.8.9
176174
177- grpcVersion =1.80.0
178-
179175guavaVersion =33.6.0-jre
180176
181177# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
0 commit comments