mirror of
https://github.com/openstreetmap/osmosis.git
synced 2026-02-01 03:43:30 +00:00
Upgrade dependencies to latest versions
This commit is contained in:
@ -6,25 +6,24 @@ org.gradle.parallel = true
|
||||
org.gradle.configureondemand = true
|
||||
|
||||
# 3rd Party Library Versions
|
||||
dependencyVersionClassworlds=2.6.0
|
||||
dependencyVersionClassworlds=2.7.0
|
||||
dependencyVersionCommonsCodec=1.15
|
||||
dependencyVersionCommonsCompress=1.21
|
||||
dependencyVersionCommonsCsv=1.9.0
|
||||
dependencyVersionCommonsCompress=1.23.0
|
||||
dependencyVersionCommonsCsv=1.10.0
|
||||
dependencyVersionCommonsIo=2.11.0
|
||||
# Should we be using Dbcp2?
|
||||
dependencyVersionCommonsDbcp=1.4
|
||||
dependencyVersionGuava=31.1-jre
|
||||
# JUnit 5 is available, some re-write required
|
||||
dependencyVersionJunit=4.13.2
|
||||
dependencyVersionMySql=8.0.29
|
||||
dependencyVersionMySql=8.0.33
|
||||
dependencyVersionOsmPbf=1.5.0
|
||||
dependencyVersionPostGis=2021.1.0
|
||||
dependencyVersionPostgreSql=42.3.5
|
||||
dependencyVersionProtobuf=3.20.1
|
||||
dependencyVersionSpring=5.3.20
|
||||
dependencyVersionWoodstoxCore=6.2.8
|
||||
dependencyVersionPostgreSql=42.6.0
|
||||
dependencyVersionProtobuf=3.23.0
|
||||
dependencyVersionSpring=5.3.27
|
||||
dependencyVersionWoodstoxCore=6.5.1
|
||||
dependencyVersionWoodstoxStax2=4.2.1
|
||||
dependencyVersionXerces=2.12.2
|
||||
|
||||
# Builds are signed if the osmosisSigningEnabled property is set to true.
|
||||
# To enable signing, it is recommended to leave this file untouched and to
|
||||
|
||||
Reference in New Issue
Block a user