-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathgradle.properties
121 lines (98 loc) · 3.52 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#################################################
# Platform metadata for releases, POM generation, etc.
#################################################
group=org.apereo.cas
version=7.0.0-SNAPSHOT
casVersion=7.0.5.1
projectUrl=https://github.com:apereo/cas-management
projectInceptionYear=2004
projectScmUrl=scm:[email protected]:apereo/cas-management.git
projectLicenseName=The Apache Software License, Version 2.0
projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
projectLicenseDistribution=repo
projectIssueSystem=GitHub
projectIssueUrl=https://github.com/apereo/cas-management/pulls
sonatypeRepositoryUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/
sonatypeSnapshotsRepositoryUrl=https://oss.sonatype.org/content/repositories/snapshots/
sonatypeReleasesRepositoryUrl=https://oss.sonatype.org/content/repositories/releases
###############################################################################################
# Localized gradle settings to ensure modules can be loaded/configured as quickly as possible.
################################################################################################
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.vfs.watch=true
org.gradle.jvmargs=-Xms1024m -Xmx4048m -noverify
org.gradle.unsafe.configuration-cache=false
#################################################
# Platform SDK versions for both Java, etc.
#################################################
sourceCompatibility=21
targetCompatibility=21
#################################################################################
# A number of dependency versions are defined in gradle/overrides.gradle file
# in order to fully override component versions that are provided by Spring Boot.
##################################################################################
lombokVersion=1.18.34
errorProneVersion=2.24.1
junitVersion=5.10.3
junitPlatformVersion=1.10.3
mockitoVersion=5.12.0
#####################################################
# Gradle Plugins & Build Utilities
######################################################
checkstyleVersion=10.13.0
gradleGitVersion=2.4.2
gradleLombokVersion=8.4
gradleNexusPublishingVersion=1.1.0
gradleDependencyCheckVersion=6.5.3
gradleErrorProneVersion=2.0.2
gradleNodeVersion=3.2.1
jakartaServletVersion=6.0.0
jakartaValidationVersion=3.0.2
slf4jVersion=2.0.13
disruptorVersion=3.4.4
jacksonVersion=2.17.1
groovyVersion=4.0.22
log4jVersion=2.23.1
thymeleafVersion=3.1.2.RELEASE
springBootTomcatVersion=10.1.25
###############################
# Spring versions
###############################
springBootVersion=3.2.7
springSecurityVersion=6.2.1
########################################
jgitVersion=6.10.0.202406032230-r
jtaVersion=1.1
###############################
# Apache Commons
###############################
commonsLangVersion=3.14.0
commonsValidatorVersion=1.7
commonsJexlVersion=3.2.1
commonsCodecVersion=1.15
commonsIoVersion=2.11.0
commonsTextVersion=1.9
commonsCliVersion=1.4
commonsPoolVersion=2.11.1
commonsBeansVersion=1.9.4
commonsCollections3Version=3.2.2
commonsCollectionsVersion=4.4
###############################
# Pac4j versions
###############################
pac4jSpringWebmvcVersion=8.0.0
pac4jVersion=6.0.4
pac4jSpringSecurityVersion=10.0.0
jsonVersion=20160810
hjsonVersion=3.1.0
jsonassertVersion=1.5.0
luceneVersion=9.11.1
hibernateValidatorVersion=8.0.1.Final
###############################
# SAML versions
###############################
opensamlVersion=5.1.2
xercesVersion=2.12.2
shibbolethUtilJavaSupportVersion=8.3.1
nodeVersion=22.3.0