Skip to content

Commit c195ff7

Browse files
Merge pull request #1494 from modelix/dependabot/gradle/com.google.guava-guava-33.4.6-jre
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre
2 parents 47070a2 + fd859a5 commit c195ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ kotest-assertions-core = { group = "io.kotest", name = "kotest-assertions-core",
9696
kotest-assertions-coreJvm = { group = "io.kotest", name = "kotest-assertions-core-jvm", version.ref = "kotest" }
9797
kotest-assertions-ktor = { group = "io.kotest.extensions", name = "kotest-assertions-ktor", version = "2.0.0" }
9898

99-
guava = { group = "com.google.guava", name = "guava", version = "33.4.0-jre" }
99+
guava = { group = "com.google.guava", name = "guava", version = "33.4.6-jre" }
100100
org-json = { group = "org.json", name = "json", version = "20250107" }
101101
google-oauth-client = { group = "com.google.oauth-client", name = "google-oauth-client", version = "1.39.0" }
102102
google-oauth-clientjetty = { group = "com.google.oauth-client", name = "google-oauth-client-jetty", version = "1.39.0" }

model-server/src/main/kotlin/org/modelix/model/server/handlers/ModelReplicationServer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ModelReplicationServer(
7979
}
8080

8181
private val stores: StoreManager get() = repositoriesManager.getStoreManager()
82-
private val indexPersistence = CacheBuilder.newBuilder().softValues().build<RepositoryId?, InMemoryMemoizationPersistence>()
82+
private val indexPersistence = CacheBuilder.newBuilder().softValues().build<RepositoryId, InMemoryMemoizationPersistence>()
8383

8484
fun init(application: Application) {
8585
application.routing {

0 commit comments

Comments
 (0)