Skip to content

Commit

Permalink
Use bom to update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jan 11, 2025
1 parent c7dd334 commit 1e5bce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ hibernate-hikaricp = "org.hibernate:hibernate-hikaricp:6.6.4.Final"
hikaricp = "com.zaxxer:HikariCP:6.2.1"
sqlite = "org.xerial:sqlite-jdbc:3.47.2.0"
acme4j = "org.shredzone.acme4j:acme4j-client:3.4.0"
kotlin-bom = "org.jetbrains.kotlin:kotlin-bom:1.9.25"
graalvm-polyglot-polyglot = { module = "org.graalvm.polyglot:polyglot", version.ref = "graalvm-polyglot" }
graalvm-polyglot-js = { module = "org.graalvm.polyglot:js", version.ref = "graalvm-polyglot" }
graalvm-polyglot-ruby = { module = "org.graalvm.polyglot:ruby", version.ref = "graalvm-polyglot" }
Expand All @@ -110,7 +111,7 @@ javax-annotations = "javax.annotation:javax.annotation-api:1.3.2"
junit = "org.junit.jupiter:junit-jupiter:5.11.4"

[bundles]
bom = ["netty-bom", "armeria-bom", "protobuf-bom"]
bom = ["netty-bom", "armeria-bom", "protobuf-bom", "kotlin-bom"]
log4j = ["log4j-api", "log4j-core", "log4j-slf4j2-impl", "log4j-iostreams", "log4j-jul"]
grpc = ["grpc-proto", "grpc-services", "grpc-stub", "grpc-netty", "protobuf-util"]
mixins = ["classtransform-mixinstranslator", "classtransform-mixinsdummy", "classtransform-additionalclassprovider"]
Expand Down

0 comments on commit 1e5bce6

Please sign in to comment.