|
1 | | -# General repository setup properties |
2 | | -artifactoryContextUrl=https://software.r3.com/artifactory |
3 | | -kotlin.code.style=official |
4 | | -kotlinVersion=1.8.21 |
5 | | -kotlin.stdlib.default.dependency=false |
6 | | -kotlinMetadataVersion = 0.6.0 |
7 | | - |
8 | | -org.gradle.java.installations.auto-download=false |
9 | | -org.gradle.jvmargs=-Dfile.encoding=UTF-8 |
10 | | - |
11 | | -# Disable discovery of annotation processors on compile classpath. |
12 | | -kapt.include.compile.classpath=false |
13 | | - |
14 | | -# This is a FAKE VERSION! Update when we know what it should be! |
15 | | -platformVersion = 999 |
16 | | - |
17 | | -# Versioning constants. |
18 | | -## The release/marketing version |
19 | | -cordaProductVersion=5.0.0 |
20 | | -## The revision number. This lines up the versioning of the runtime-os repo with the API repo, which allows the build |
21 | | -## system to assume the same versioning scheme. |
| 1 | +#Fri May 12 16:00:21 UTC 2023 |
| 2 | +hikariCpVersion=5.0.1 |
| 3 | +paxJdbcVersion=1.5.3 |
| 4 | +osgiJdbcServiceVersion=1.1.0 |
| 5 | +guavaVersion=30.1.1-jre |
| 6 | +kotlin.build.report.output=file,build_scan |
| 7 | +picocliVersion=4.7.3 |
| 8 | +felixScrVersion=2.2.6 |
| 9 | +junitPlatformVersion=1.9.2 |
| 10 | +gradleDataPlugin=1.8.2 |
22 | 11 | cordaRuntimeRevision=0 |
23 | | - |
24 | | -# Plugin dependency versions |
25 | | -bndVersion=6.4.0 |
26 | | -cordaGradlePluginsVersion=7.0.3 |
27 | | -detektPluginVersion=1.22.+ |
28 | | -internalPublishVersion=1.+ |
29 | | -internalDockerVersion=1.+ |
30 | | -dependencyCheckVersion=0.46.+ |
| 12 | +postgresHost= |
| 13 | +jcipAnnotationsVersion=1.0_2 |
31 | 14 | snakeyamlVersion=2.0 |
32 | | -dokkaVersion=1.8.+ |
33 | | -# Implementation dependency versions |
34 | | -activationVersion=1.2.0 |
35 | | -ariesDynamicFrameworkExtensionVersion=1.3.6 |
36 | | -antlrVersion=2.7.7 |
37 | | -asmVersion=9.4 |
38 | | -avroVersion=1.11.1 |
39 | | -commonsVersion = 1.7 |
40 | | -caffeineVersion = 3.1.6 |
41 | | -commonsLangVersion = 3.12.0 |
42 | | -commonsTextVersion = 1.10.0 |
43 | | -bouncycastleVersion=1.73 |
44 | | -# Corda API libs revision (change in 4th digit indicates a breaking change) |
45 | | -# Change to 5.0.0.xx-SNAPSHOT to pick up maven local published copy |
46 | | -#cordaApiVersion=5.0.0.xxx-SNAPSHOT |
47 | | -cordaApiVersion=5.0.0.763-beta+ |
48 | | - |
49 | | -disruptorVersion=3.4.4 |
| 15 | +swaggeruiVersion=4.18.2 |
| 16 | +protonjVersion=0.34.1 |
| 17 | +gradleEnterpriseUrl=https\://gradle.dev.r3.com |
50 | 18 | felixConfigAdminVersion=1.9.26 |
51 | | -felixVersion=7.0.5 |
52 | | -felixScrVersion=2.2.6 |
53 | | -felixSecurityVersion=2.8.4 |
54 | | -guavaVersion=30.1.1-jre |
55 | | -# Hibernate cannot be upgraded to 6.x due to missing OSGi support |
| 19 | +kryoVersion=5.5.0 |
| 20 | +osgiUtilPromiseVersion=1.3.0 |
| 21 | +org.gradle.jvmargs=-Dfile.encoding\=UTF-8 |
56 | 22 | hibernateVersion=5.6.15.Final |
57 | | -hikariCpVersion=5.0.1 |
58 | | -jacksonVersion=2.15.0 |
59 | | -jaxbVersion = 2.3.1 |
60 | | -jbossTransactionApiSpecVersion=1.1.1.Final |
61 | | -jetbrainsAnnotationsVersion=24.0.1 |
62 | | -kafkaClientVersion=3.4.0_1 |
63 | | -# NOTE: Kryo cannot easily be upgraded as it needs a Quasar change. |
64 | | -# Check with one of the group leads before changing. |
65 | | -kryoVersion = 5.5.0 |
66 | | -kryoSerializersVersion = 0.45 |
| 23 | +kotlin.code.style=official |
| 24 | +swaggerVersion=2.2.9 |
| 25 | +postgresUser= |
| 26 | +dokkaVersion=1.8.+ |
| 27 | +slingVersion=3.3.6 |
| 28 | +profilerVersion=2022.3 |
| 29 | +caffeineVersion=3.1.6 |
| 30 | +felixSecurityVersion=2.8.4 |
| 31 | +osgiTestJunit5Version=1.2.1 |
67 | 32 | kotlinCoroutinesVersion=1.6.4 |
68 | | -# Liquibase upgrade to 4.20 and 4.21 failed - see CORE-12612 for more details |
69 | | -liquibaseVersion = 4.19.0 |
70 | | -# Needed by Liquibase: |
71 | | -beanutilsVersion=1.9.4 |
72 | | -log4jVersion = 2.20.0 |
73 | | -micrometerVersion=1.11.0 |
74 | | -nettyVersion = 4.1.92.Final |
75 | | -# com.networknt:json-schema-validator cannot be upgraded beyond 1.0.66 because it becomes dependent on com.ethlo.time which is not OSGi compatible. |
76 | | -networkntJsonSchemaVersion = 1.0.66 |
77 | | -osgiCmVersion = 1.6.1 |
78 | | -osgiNamespaceServiceVersion = 1.0.0 |
79 | | -osgiServiceComponentVersion = 1.5.1 |
80 | | -osgiUtilFunctionVersion = 1.2.0 |
81 | | -osgiUtilPromiseVersion = 1.3.0 |
82 | | -picocliVersion = 4.7.3 |
83 | | -protonjVersion=0.34.1 |
84 | | -quasarVersion = 0.9.0_r3 |
85 | | -reflectAsmVersion = 1.11.9 |
86 | | -# SLF4J cannot be ugraded to 2.x due to CorDapps requiring the 1.7 <= x < 2.0 |
87 | | -slf4jVersion=1.7.36 |
88 | | -snappyVersion=0.4 |
| 33 | +unirestVersion=3.14.2 |
| 34 | +licenseUrl=http\://www.apache.org/licenses/LICENSE-2.0.txt |
| 35 | +kotlin.stdlib.default.dependency=false |
| 36 | +asmVersion=9.4 |
| 37 | +antlrVersion=2.7.7 |
| 38 | +org.gradle.java.installations.auto-download=false |
| 39 | +postgresPort= |
| 40 | +cordaApiLocation=../corda-api |
89 | 41 | typeSafeConfigVersion=1.4.2 |
90 | | -jsonCanonicalizerVersion=1.1 |
91 | | - |
92 | | -# Enable OSGi JDBC |
93 | | -osgiJdbcServiceVersion=1.1.0 |
94 | | -paxJdbcVersion=1.5.3 |
95 | | - |
96 | | -# Test dependency versions |
| 42 | +pluginHostVersion=5.0.0-GA-RC05 |
| 43 | +postgresPassword= |
| 44 | +postgresDb= |
| 45 | +jacksonVersion=2.15.0 |
| 46 | +jbossTransactionApiSpecVersion=1.1.1.Final |
97 | 47 | assertjVersion=3.24.2 |
98 | | -dom4jOsgiVersion = 2.1.3_1 |
99 | | -hamcrestVersion=2.2 |
100 | | -hsqldbVersion=2.7.1 |
101 | | -jimfsVersion = 1.2 |
102 | | -# JUnit can't currently be updated to 5.9.3 due to a problem with the TestOSGi lib |
103 | | -# see: https://github.com/corda/corda-runtime-os/pull/3723 |
| 48 | +osgiCmVersion=1.6.1 |
| 49 | +cordaProductVersion=5.0.0 |
| 50 | +kotlinMetadataVersion=0.6.0 |
| 51 | +slf4jVersion=1.7.36 |
104 | 52 | junit5Version=5.9.2 |
105 | | -junitPlatformVersion=1.9.2 |
| 53 | +beanutilsVersion=1.9.4 |
| 54 | +felixVersion=7.0.5 |
106 | 55 | mockitoKotlinVersion=4.1.0 |
107 | | -mockitoVersion=5.3.1 |
108 | | -osgiTestJunit5Version=1.2.1 |
109 | | -postgresDriverVersion=42.6.0 |
110 | | -slingVersion=3.3.6 |
111 | | - |
112 | | -# REST dependency versions |
113 | | -javalinVersion = 4.6.7 |
114 | | -swaggerVersion = 2.2.9 |
115 | | -# as defined in SWAGGERUI.version in io/javalin/core/util/OptionalDependency.kt |
116 | | -swaggeruiVersion = 4.18.2 |
117 | | -nimbusVersion = 10.8 |
118 | | -jcipAnnotationsVersion = 1.0_2 |
119 | | -unirestVersion = 3.14.2 |
120 | | -# This version of Jetty must be the same major version as used by Javalin, please see above. |
121 | | -# Once Javalin version is upgraded to the latest, this override may be removed. |
122 | | -jettyVersion = 9.4.51.v20230217 |
123 | | - |
124 | | -# Enables the substitution of binaries for source code if it exists in expected location |
125 | | -# Default behaviour is false. |
| 56 | +org.gradle.caching=true |
| 57 | +kapt.include.compile.classpath=false |
| 58 | +kryoSerializersVersion=0.45 |
| 59 | +snappyVersion=0.4 |
| 60 | +snykVersion=0.4 |
| 61 | +detektPluginVersion=1.22.+ |
| 62 | +log4jVersion=2.20.0 |
| 63 | +bndVersion=6.4.0 |
| 64 | +nimbusVersion=10.8 |
| 65 | +avroVersion=1.11.1 |
| 66 | +artifactoryPluginVersion=4.28.2 |
| 67 | +disruptorVersion=3.4.4 |
126 | 68 | compositeBuild=false |
127 | | -cordaApiLocation=../corda-api |
| 69 | +enableProfiling=false |
| 70 | +internalDockerVersion=1.+ |
| 71 | +cordaGradlePluginsVersion=7.0.3 |
| 72 | +postgresDriverVersion=42.6.0 |
| 73 | +javalinVersion=4.6.7 |
128 | 74 | cordaCliHostLocation=../corda-cli-plugin-host |
129 | | -jibCoreVersion=0.23.0 |
130 | | -artifactoryPluginVersion = 4.28.2 |
131 | | - |
132 | | -# PF4J |
| 75 | +licenseName=The Apache License, Version 2.0 |
133 | 76 | pf4jVersion=3.9.0 |
134 | | - |
135 | | -# corda-cli plugin host |
136 | | -pluginHostVersion=5.0.0-beta+ |
| 77 | +jettyVersion=9.4.51.v20230217 |
| 78 | +ariesDynamicFrameworkExtensionVersion=1.3.6 |
| 79 | +artifactoryContextUrl=https\://software.r3.com/artifactory |
| 80 | +dom4jOsgiVersion=2.1.3_1 |
| 81 | +osgiUtilFunctionVersion=1.2.0 |
| 82 | +jsonCanonicalizerVersion=1.1 |
| 83 | +hsqldbVersion=2.7.1 |
| 84 | +commonsLangVersion=3.12.0 |
| 85 | +jimfsVersion=1.2 |
| 86 | +cordaApiVersion=5.0.0.763-GA-RC05 |
| 87 | +dependencyCheckVersion=0.46.+ |
| 88 | +jaxbVersion=2.3.1 |
| 89 | +commonsTextVersion=1.10.0 |
| 90 | +liquibaseVersion=4.19.0 |
| 91 | +kafkaClientVersion=3.4.0_1 |
| 92 | +platformVersion=999 |
| 93 | +activationVersion=1.2.0 |
| 94 | +hamcrestVersion=2.2 |
| 95 | +quasarVersion=0.9.0_r3 |
| 96 | +networkntJsonSchemaVersion=1.0.66 |
| 97 | +reflectAsmVersion=1.11.9 |
| 98 | +nettyVersion=4.1.92.Final |
| 99 | +mockitoVersion=5.3.1 |
| 100 | +osgiServiceComponentVersion=1.5.1 |
| 101 | +kotlinVersion=1.8.21 |
| 102 | +jetbrainsAnnotationsVersion=24.0.1 |
137 | 103 | systemLambdaVersion=1.2.1 |
138 | | - |
139 | | -# DB integration tests |
140 | | -# NOTE: these should be overridden when running the tests, e.g. the Jenkins pipeline will set these when running the |
141 | | -# `integrationTest` stage. |
142 | | -# See libs/db/osgi-integration-tests/src/integrationTest/kotlin/net/corda/db/test/osgi/EntitiesInBundlesTest.kt |
143 | | -# for an example of one of these tests. |
144 | | -# The above test will fall back to HSQL (in-memory) when these properties are left empty. |
145 | | -postgresHost= |
146 | | -postgresPort= |
147 | | -postgresDb= |
148 | | -postgresUser= |
149 | | -postgresPassword= |
150 | | - |
151 | | -# Profiling support |
152 | | -enableProfiling=false |
153 | | -profilerVersion=2022.3 |
154 | | - |
155 | | -# Kotlin build |
156 | | -kotlin.build.report.output=file,build_scan |
157 | | - |
158 | | -gradleEnterpriseVersion = 3.12.2 |
159 | | -gradleDataPlugin = 1.8.2 |
160 | | -org.gradle.caching = true |
161 | | -gradleEnterpriseUrl = https://gradle.dev.r3.com |
162 | | -#snyk version |
163 | | -snykVersion = 0.4 |
164 | | - |
165 | | -# License |
166 | | -licenseName = The Apache License, Version 2.0 |
167 | | -licenseUrl = http://www.apache.org/licenses/LICENSE-2.0.txt |
| 104 | +osgiNamespaceServiceVersion=1.0.0 |
| 105 | +jibCoreVersion=0.23.0 |
| 106 | +internalPublishVersion=1.+ |
| 107 | +gradleEnterpriseVersion=3.12.2 |
| 108 | +commonsVersion=1.7 |
| 109 | +bouncycastleVersion=1.73 |
| 110 | +micrometerVersion=1.11.0 |
0 commit comments