Skip to content

Commit

Permalink
Upgrade dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Henderson authored and Brett Henderson committed Dec 29, 2024
1 parent 1d3ce23 commit 31c6dcf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ org.gradle.parallel = true
org.gradle.configureondemand = true

# 3rd Party Library Versions
dependencyVersionClassworlds=2.7.0
dependencyVersionCommonsCodec=1.16.0
dependencyVersionCommonsCompress=1.24.0
dependencyVersionCommonsCsv=1.10.0
dependencyVersionCommonsIo=2.15.0
dependencyVersionCommonsCodec=1.17.1
dependencyVersionCommonsCompress=1.27.1
dependencyVersionCommonsCsv=1.12.0
dependencyVersionCommonsIo=2.18.0
# Should we be using Dbcp2?
dependencyVersionCommonsDbcp=1.4
dependencyVersionGuava=32.1.3-jre
dependencyVersionGuava=33.4.0-jre
dependencyVersionJpf=1.5
# JUnit 5 is available, some re-write required
dependencyVersionJunit=4.13.2
# Should we switch to MariaDB?
dependencyVersionMySql=8.0.33
dependencyVersionOsmPbf=1.5.0
dependencyVersionPostGis=2021.1.0
dependencyVersionPostgreSql=42.7.2
dependencyVersionProtobuf=3.25.0
dependencyVersionSpring=6.1.14
dependencyVersionOsmPbf=1.6.0
dependencyVersionPostGis=2024.1.0
dependencyVersionPostgreSql=42.7.4
dependencyVersionProtobuf=4.29.2
dependencyVersionSpring=6.2.1

# 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 31c6dcf

Please sign in to comment.