Skip to content

Commit fd859a5

Browse files
dependabot[bot]slisson
authored andcommitted
build(deps): bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.6-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47070a2 commit fd859a5

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)