Skip to content

Commit 77cf0e5

Browse files
Bump to 2.1.0 (#499)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: slinkydeveloper <slinkydeveloper@users.noreply.github.com>
1 parent 2f67b8a commit 77cf0e5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

gradle/libs.versions.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,24 @@
121121
[libraries.protobuf-kotlin.version]
122122
ref = 'protobuf'
123123

124+
[libraries.schema-kenerator-core]
125+
module = 'io.github.smiley4:schema-kenerator-core'
126+
127+
[libraries.schema-kenerator-core.version]
128+
ref = 'schema-kenerator'
129+
130+
[libraries.schema-kenerator-jsonschema]
131+
module = 'io.github.smiley4:schema-kenerator-jsonschema'
132+
133+
[libraries.schema-kenerator-jsonschema.version]
134+
ref = 'schema-kenerator'
135+
136+
[libraries.schema-kenerator-serialization]
137+
module = 'io.github.smiley4:schema-kenerator-serialization'
138+
139+
[libraries.schema-kenerator-serialization.version]
140+
ref = 'schema-kenerator'
141+
124142
[libraries.spring-boot]
125143
module = 'org.springframework.boot:spring-boot'
126144

@@ -181,24 +199,6 @@
181199
[libraries.victools-jsonschema-module-jackson.version]
182200
ref = 'victools-json-schema'
183201

184-
[libraries.schema-kenerator-core]
185-
module = 'io.github.smiley4:schema-kenerator-core'
186-
187-
[libraries.schema-kenerator-core.version]
188-
ref = 'schema-kenerator'
189-
190-
[libraries.schema-kenerator-serialization]
191-
module = 'io.github.smiley4:schema-kenerator-serialization'
192-
193-
[libraries.schema-kenerator-serialization.version]
194-
ref = 'schema-kenerator'
195-
196-
[libraries.schema-kenerator-jsonschema]
197-
module = 'io.github.smiley4:schema-kenerator-jsonschema'
198-
199-
[libraries.schema-kenerator-jsonschema.version]
200-
ref = 'schema-kenerator'
201-
202202
[plugins]
203203
aggregate-javadoc = 'io.freefair.aggregate-javadoc:8.6'
204204
dependency-license-report = 'com.github.jk1.dependency-license-report:2.0'
@@ -227,8 +227,8 @@
227227
log4j = '2.24.2'
228228
opentelemetry = '1.47.0'
229229
protobuf = '4.29.3'
230-
restate = '2.1.0-SNAPSHOT'
230+
restate = '2.1.0'
231+
schema-kenerator = '2.1.2'
231232
spring-boot = '3.4.4'
232233
vertx = '4.5.11'
233234
victools-json-schema = '4.37.0'
234-
schema-kenerator = '2.1.2'

0 commit comments

Comments
 (0)