Skip to content

Commit

Permalink
Upgrade dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brettch committed Nov 3, 2023
1 parent 1ea9e22 commit f3bce4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ org.gradle.configureondemand = true

# 3rd Party Library Versions
dependencyVersionClassworlds=2.7.0
dependencyVersionCommonsCodec=1.15
dependencyVersionCommonsCompress=1.23.0
dependencyVersionCommonsCodec=1.16.0
dependencyVersionCommonsCompress=1.24.0
dependencyVersionCommonsCsv=1.10.0
dependencyVersionCommonsIo=2.11.0
dependencyVersionCommonsIo=2.15.0
# Should we be using Dbcp2?
dependencyVersionCommonsDbcp=1.4
dependencyVersionGuava=31.1-jre
dependencyVersionGuava=32.1.3-jre
# JUnit 5 is available, some re-write required
dependencyVersionJunit=4.13.2
dependencyVersionMySql=8.0.33
dependencyVersionOsmPbf=1.5.0
dependencyVersionPostGis=2021.1.0
dependencyVersionPostgreSql=42.6.0
dependencyVersionProtobuf=3.23.0
dependencyVersionSpring=5.3.27
dependencyVersionProtobuf=3.25.0
dependencyVersionSpring=5.3.30

# Builds are signed if the osmosisSigningEnabled property is set to true.
# To enable signing, it is recommended to leave this file untouched and to
Expand Down

0 comments on commit f3bce4d

Please sign in to comment.