-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
163 lines (161 loc) · 10.6 KB
/
libs.versions.toml
File metadata and controls
163 lines (161 loc) · 10.6 KB
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[versions]
apacheSshdVersion = "2.17.1"
artemisVersion = "2.53.0"
aspectjVersion = "1.9.25.1"
assertjVersion = "3.27.7"
assertkVersion = "0.28.1"
avroVersion = "1.12.1"
awaitilityVersion = "4.3.0"
camelVersion = "4.19.0"
cloudEventsVersion = "4.0.2"
commonsDbcp2Version = "2.14.0"
commonsIoVersion = "2.21.0"
commonsNetVersion = "3.13.0"
curatorVersion = "5.9.0"
debeziumVersion = "3.5.0.Final"
derbyVersion = "10.17.1.0"
ftpServerVersion = "1.2.1"
graalvmVersion = "25.0.3"
greenmailVersion = "2.1.8"
groovyVersion = "5.0.5"
grpcVersion = "1.80.0"
h2Version = "2.4.240"
hamcrestVersion = "3.0"
hazelcastVersion = "5.6.0"
hibernateVersion = "7.3.2.Final"
hsqldbVersion = "2.7.4"
jackson3Version = "3.1.2"
jacksonVersion = "2.21.2"
jaxbVersion = "4.0.7"
jcifsVersion = "3.0.2"
jeroMqVersion = "0.6.0"
jmsApiVersion = "3.1.0"
jpaApiVersion = "3.2.0"
jrubyVersion = "10.0.5.0"
jsonpathVersion = "3.0.0"
junitJupiterVersion = "6.0.3"
junitPioneerVersion = "2.3.0"
kotlinCoroutinesVersion = "1.10.2"
kryoVersion = "5.6.2"
lettuceVersion = "7.5.1.RELEASE"
log4jVersion = "2.25.4"
mailVersion = "2.0.5"
micrometerTracingVersion = "1.7.0-RC1"
micrometerVersion = "1.17.0-RC1"
mockitoVersion = "5.23.0"
mongoDriverVersion = "5.7.0"
mysqlVersion = "9.6.0"
oracleVersion = "23.26.1.0.0"
pahoMqttClientVersion = "1.2.5"
postgresVersion = "42.7.10"
protobufVersion = "4.34.1"
r2dbch2Version = "1.1.0.RELEASE"
reactorVersion = "2025.0.5"
resilience4jVersion = "2.4.0"
romeToolsVersion = "2.1.0"
rsocketVersion = "1.1.5"
servletApiVersion = "6.1.0"
smackVersion = "4.4.8"
springAmqpVersion = "4.1.0-RC1"
springDataVersion = "2026.0.0-RC1"
springGraphqlVersion = "2.0.3"
springKafkaVersion = "4.1.0-RC1"
springSecurityVersion = "7.1.0-RC1"
springVersion = "7.0.7"
springWsVersion = "5.0.1"
testcontainersVersion = "2.0.5"
tomcatVersion = "11.0.21"
xmlUnitVersion = "2.11.0"
xstreamVersion = "1.4.21"
ztZipVersion = "1.17"
[libraries]
apache-sshd-sftp = { module = "org.apache.sshd:sshd-sftp", version.ref = "apacheSshdVersion" }
apache-artemis-bom = { module = "org.apache.artemis:artemis-bom", version.ref = "artemisVersion" }
apache-avro = { module = "org.apache.avro:avro", version.ref = "avroVersion" }
apache-camel-bom = { module = "org.apache.camel:camel-bom", version.ref = "camelVersion" }
apache-commons-dbcp2 = { module = "org.apache.commons:commons-dbcp2", version.ref = "commonsDbcp2Version" }
apache-curator-recipes = { module = "org.apache.curator:curator-recipes", version.ref = "curatorVersion" }
apache-curator-test = { module = "org.apache.curator:curator-test", version.ref = "curatorVersion" }
apache-derby = { module = "org.apache.derby:derby", version.ref = "derbyVersion" }
apache-derbyclient = { module = "org.apache.derby:derbyclient", version.ref = "derbyVersion" }
apache-derbytools = { module = "org.apache.derby:derbytools", version.ref = "derbyVersion" }
apache-ftpserver-core = { module = "org.apache.ftpserver:ftpserver-core", version.ref = "ftpServerVersion" }
apache-groovy-bom = { module = "org.apache.groovy:groovy-bom", version.ref = "groovyVersion" }
apache-logging-log4j-bom = { module = "org.apache.logging.log4j:log4j-bom", version.ref = "log4jVersion" }
apache-tomcat-embed-websocket = { module = "org.apache.tomcat.embed:tomcat-embed-websocket", version.ref = "tomcatVersion" }
com-esotericsoftware-kryo = { module = "com.esotericsoftware:kryo", version.ref = "kryoVersion" }
com-fasterxml-jackson-bom = { module = "com.fasterxml.jackson:jackson-bom", version.ref = "jacksonVersion" }
com-github-spotbugs-annotations = { module = 'com.github.spotbugs:spotbugs-annotations', version = '4.9.8' }
com-google-protobuf-bom = { module = "com.google.protobuf:protobuf-bom", version.ref = "protobufVersion" }
com-h2database-h2 = { module = "com.h2database:h2", version.ref = "h2Version" }
com-hazelcast = { module = "com.hazelcast:hazelcast", version.ref = "hazelcastVersion" }
com-icegreen-greenmail = { module = "com.icegreen:greenmail", version.ref = "greenmailVersion" }
com-jayway-jsonpath = { module = "com.jayway.jsonpath:json-path", version.ref = "jsonpathVersion" }
com-mysql-connector = { module = "com.mysql:mysql-connector-j", version.ref = "mysqlVersion" }
com-oracle-ojdbc11 = { module = "com.oracle.database.jdbc:ojdbc11", version.ref = "oracleVersion" }
com-rometools-rome = { module = "com.rometools:rome", version.ref = "romeToolsVersion" }
com-sun-jaxb = { module = "com.sun.xml.bind:jaxb-impl", version.ref = "jaxbVersion" }
com-thoughtworks-xstream = { module = "com.thoughtworks.xstream:xstream", version.ref = "xstreamVersion" }
com-willowtreeapps-assertk = { module = "com.willowtreeapps.assertk:assertk-jvm", version.ref = "assertkVersion" }
commons-io = { module = "commons-io:commons-io", version.ref = "commonsIoVersion" }
commons-net = { module = "commons-net:commons-net", version.ref = "commonsNetVersion" }
io-cloudevents-bom = { module = "io.cloudevents:cloudevents-bom", version.ref = "cloudEventsVersion" }
io-cloudevents-xml = { module = "io.cloudevents:cloudevents-xml", version.ref = "cloudEventsVersion" }
io-debezium-connector-mysql = { module = "io.debezium:debezium-connector-mysql", version.ref = "debeziumVersion" }
io-debezium-embedded = { module = "io.debezium:debezium-embedded", version.ref = "debeziumVersion" }
io-github-resilience4j-ratelimiter = { module = "io.github.resilience4j:resilience4j-ratelimiter", version.ref = "resilience4jVersion" }
io-grpc-bom = { module = "io.grpc:grpc-bom", version.ref = "grpcVersion" }
io-lettuce-core = { module = "io.lettuce:lettuce-core", version.ref = "lettuceVersion" }
io-micrometer-bom = { module = "io.micrometer:micrometer-bom", version.ref = "micrometerVersion" }
io-micrometer-tracing-bom = { module = "io.micrometer:micrometer-tracing-bom", version.ref = "micrometerTracingVersion" }
io-projectreactor-bom = { module = "io.projectreactor:reactor-bom", version.ref = "reactorVersion" }
io-r2dbc-h2 = { module = "io.r2dbc:r2dbc-h2", version.ref = "r2dbch2Version" }
io-rsocket-transport-netty = { module = "io.rsocket:rsocket-transport-netty", version.ref = "rsocketVersion" }
jakarta-jms-api = { module = "jakarta.jms:jakarta.jms-api", version.ref = "jmsApiVersion" }
jakarta-persistence-api = { module = "jakarta.persistence:jakarta.persistence-api", version.ref = "jpaApiVersion" }
jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version.ref = "servletApiVersion" }
org-aspectj-aspectjweaver = { module = "org.aspectj:aspectjweaver", version.ref = "aspectjVersion" }
org-assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertjVersion" }
org-awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitilityVersion" }
org-checkerframework-checker-qual = { module = 'org.checkerframework:checker-qual', version = '4.0.0' }
org-codelibs-jcifs = { module = "org.codelibs:jcifs", version.ref = "jcifsVersion" }
org-eclipse-angus-mail = { module = "org.eclipse.angus:angus-mail", version.ref = "mailVersion" }
org-eclipse-angus-jakarta-mail = { module = "org.eclipse.angus:jakarta.mail", version.ref = "mailVersion" }
org-eclipse-paho-client-mqttv3 = { module = "org.eclipse.paho:org.eclipse.paho.client.mqttv3", version.ref = "pahoMqttClientVersion" }
org-eclipse-paho-mqttv5-client = { module = "org.eclipse.paho:org.eclipse.paho.mqttv5.client", version.ref = "pahoMqttClientVersion" }
org-graalvm-polyglot-js = { module = "org.graalvm.polyglot:js", version.ref = "graalvmVersion" }
org-graalvm-polyglot-python = { module = "org.graalvm.polyglot:python", version.ref = "graalvmVersion" }
org-graalvm-sdk-graal-sdk = { module = "org.graalvm.sdk:graal-sdk", version.ref = "graalvmVersion" }
org-hamcrest = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrestVersion" }
org-hibernate-core = { module = "org.hibernate.orm:hibernate-core", version.ref = "hibernateVersion" }
org-hsqldb = { module = "org.hsqldb:hsqldb", version.ref = "hsqldbVersion" }
org-igniterealtime-smack-experimental = { module = "org.igniterealtime.smack:smack-experimental", version.ref = "smackVersion" }
org-igniterealtime-smack-extensions = { module = "org.igniterealtime.smack:smack-extensions", version.ref = "smackVersion" }
org-igniterealtime-smack-java8 = { module = "org.igniterealtime.smack:smack-java8", version.ref = "smackVersion" }
org-igniterealtime-smack-tcp = { module = "org.igniterealtime.smack:smack-tcp", version.ref = "smackVersion" }
org-jetbrains-kotlinx-coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "kotlinCoroutinesVersion" }
org-jruby-complete = { module = "org.jruby:jruby-complete", version.ref = "jrubyVersion" }
org-junit-bom = { module = "org.junit:junit-bom", version.ref = "junitJupiterVersion" }
org-junit-pioneer = { module = "org.junit-pioneer:junit-pioneer", version.ref = "junitPioneerVersion" }
org-mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoVersion" }
org-mongodb-driver-bom = { module = "org.mongodb:mongodb-driver-bom", version.ref = "mongoDriverVersion" }
org-postgresql = { module = "org.postgresql:postgresql", version.ref = "postgresVersion" }
org-testcontainers-bom = { module = "org.testcontainers:testcontainers-bom", version.ref = "testcontainersVersion" }
org-xmlunit-assertj3 = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlUnitVersion" }
org-zeromq-jeromq = { module = "org.zeromq:jeromq", version.ref = "jeroMqVersion" }
org-zeroturnaround-zt-zip = { module = "org.zeroturnaround:zt-zip", version.ref = "ztZipVersion" }
spring-amqp-bom = { module = "org.springframework.amqp:spring-amqp-bom", version.ref = "springAmqpVersion" }
spring-data-bom = { module = "org.springframework.data:spring-data-bom", version.ref = "springDataVersion" }
spring-framework-bom = { module = "org.springframework:spring-framework-bom", version.ref = "springVersion" }
spring-graphql = { module = "org.springframework.graphql:spring-graphql", version.ref = "springGraphqlVersion" }
spring-kafka-bom = { module = "org.springframework.kafka:spring-kafka-bom", version.ref = "springKafkaVersion" }
spring-security-bom = { module = "org.springframework.security:spring-security-bom", version.ref = "springSecurityVersion" }
spring-ws-bom = { module = "org.springframework.ws:spring-ws-bom", version.ref = "springWsVersion" }
tools-jackson-bom = { module = "tools.jackson:jackson-bom", version.ref = "jackson3Version" }
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "2.2.0" }
antora = { id = "org.antora", version = "1.0.0" }
io-spring-antora-generate-yml = { id = "io.spring.antora.generate-antora-yml", version = "0.0.1" }
protobuf = { id = "com.google.protobuf", version = "0.9.6" }
aggregate-javadoc = { id = "io.freefair.aggregate-javadoc", version = "9.4.0" }
nullability = { id = "io.spring.nullability", version = "0.0.13" }