Skip to content

Commit d859d95

Browse files
authored
chore: update release 1.11.0 (#103)
1 parent bb3acf2 commit d859d95

10 files changed

+12
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-common-model-converters:1.9.0'
2+
implementation 'io.github.springwolf:springwolf-common-model-converters:1.11.0'
33
}

docs/snippets/_springwolf_common_model_converters_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-common-model-converters</artifactId>
5-
<version>1.9.0</version>
5+
<version>1.11.0</version>
66
</dependency>
77
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-generic-binding:1.9.0'
2+
implementation 'io.github.springwolf:springwolf-generic-binding:1.11.0'
33
}

docs/snippets/_springwolf_generic_binding_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-generic-binding</artifactId>
5-
<version>1.9.0</version>
5+
<version>1.11.0</version>
66
</dependency>
77
</dependencies>
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
// Provides the documentation API
3-
implementation 'io.github.springwolf:springwolf-kafka:1.9.0'
3+
implementation 'io.github.springwolf:springwolf-kafka:1.11.0'
44

55
// Provides the UI - optional (recommended)
6-
runtimeOnly 'io.github.springwolf:springwolf-ui:1.9.0'
6+
runtimeOnly 'io.github.springwolf:springwolf-ui:1.11.0'
77
}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-json-schema:1.9.0'
2+
implementation 'io.github.springwolf:springwolf-json-schema:1.11.0'
33
}

docs/snippets/_springwolf_json_schema_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-json-schema</artifactId>
5-
<version>1.9.0</version>
5+
<version>1.11.0</version>
66
</dependency>
77
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.9.0'
2+
implementation 'io.github.springwolf:springwolf-kotlinx-serialization-model-converter:1.11.0'
33
}

docs/snippets/_springwolf_kotlinx_serialization_model_converter_maven.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<dependency>
33
<groupId>io.github.springwolf</groupId>
44
<artifactId>springwolf-kotlinx-serialization-model-converter</artifactId>
5-
<version>1.9.0</version>
5+
<version>1.11.0</version>
66
</dependency>
77
</dependencies>

docs/snippets/_springwolf_maven.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<dependency>
44
<groupId>io.github.springwolf</groupId>
55
<artifactId>springwolf-kafka</artifactId>
6-
<version>1.9.0</version>
6+
<version>1.11.0</version>
77
</dependency>
88
<!-- Provides the UI - optional (recommended) -->
99
<dependency>
1010
<groupId>io.github.springwolf</groupId>
1111
<artifactId>springwolf-ui</artifactId>
12-
<version>1.9.0</version>
12+
<version>1.11.0</version>
1313
</dependency>
1414
</dependencies>

0 commit comments

Comments
 (0)