Skip to content

Commit 1e7fa31

Browse files
AmaneuszJakub Amanowicz
andauthored
V3 casl 1399 remove unused breaking dep (#558)
* CASL-1399 toml fix Signed-off-by: Jakub Amanowicz <jakub.amanowicz@here.com> * CASL-1399 toml fix - version update Signed-off-by: Jakub Amanowicz <jakub.amanowicz@here.com> --------- Signed-off-by: Jakub Amanowicz <jakub.amanowicz@here.com> Co-authored-by: Jakub Amanowicz <jakub.amanowicz@here.com>
1 parent cbd6a62 commit 1e7fa31

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mavenPassword=YourPassword
1616
# here-naksha-lib-psql/src/commonMain/kotlin/naksha/psql/LibPsql.kt (adminVersion property)
1717
# Warning: Only update LibPsql version, if there is a change in SQL functions!
1818
# The reason is, that this version is encoded in the database, and when updated, forced an upgrade!
19-
version=3.0.0-beta.32
19+
version=3.0.0-beta.33
2020

2121
org.gradle.jvmargs=-Xmx12g
2222
kotlin.code.style=official

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jackson_core_databind = { module = "com.fasterxml.jackson.core:jackson-databind"
4040
jackson_core_dataformat = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" }
4141
jackson_kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }
4242

43-
snakeyaml = "org.yaml:snakeyaml:1.33"
4443
google_flatbuffers = "com.google.flatbuffers:flatbuffers-java:23.5.9"
4544
google_protobuf = "com.google.protobuf:protobuf-java:3.16.3"
4645
google_guava = "com.google.guava:guava:33.4.8-jre"

here-naksha-app-service/src/jvmMain/resources/swagger/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ servers:
1212
info:
1313
title: "Naskha Hub-API"
1414
description: "Naksha Hub-API is a REST API to provide simple access to geo data."
15-
version: "3.0.0-beta.32"
15+
version: "3.0.0-beta.33"
1616

1717
security:
1818
- AccessToken: [ ]

here-naksha-lib-model/src/commonMain/kotlin/naksha/model/NakshaVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class NakshaVersion(
8989
* The current version as string to constant usage cases.
9090
* @since 3.0
9191
*/
92-
const val CURRENT = "3.0.0-beta.32"
92+
const val CURRENT = "3.0.0-beta.33"
9393
// WARNING: Do not update this property manually, it is automatically modified when building!
9494
// Edit version only in `gradle.properties` file, which is used as well to create artifacts!
9595

0 commit comments

Comments
 (0)