Skip to content

Commit

Permalink
micronaut to 4.4.2 (from 4.3.2)
Browse files Browse the repository at this point in the history
upgrade micronaut plugin to 4.3.8 (from 4.3.2)
logback classi to 1.5.3 (from 1.4.14)
protobuf to 3.25.3 (from 3.25.1)
grpc to 1.62.2 (from 1.61.0)
  • Loading branch information
mdavis95 committed May 9, 2024
1 parent adc2693 commit 49eb4b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
grpc = "1.61.0"
grpc = "1.62.2"
lucene = "9.10.0"
koloboke = "1.0.0"
micronaut = "4.3.2" # used by the micronaut plugin configuration
micronaut = "4.4.2" # used by the micronaut plugin configuration
mongodb = "4.11.1"
picocli = "4.7.5"
poi = "5.2.5"
protobuf = "3.25.1"
protobuf = "3.25.3"
unirest = '4.2.1'


Expand Down Expand Up @@ -35,7 +35,7 @@ jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params" }
jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
koloboke-api = { module = "com.koloboke:koloboke-api-jdk8", version.ref = "koloboke" }
koloboke-impl = { module = "com.koloboke:koloboke-impl-jdk8", version.ref = "koloboke" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.4.14" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.3" }
lucene-analysis-common = { module = "org.apache.lucene:lucene-analysis-common", version.ref = "lucene" }
lucene-backward-codecs = { module = "org.apache.lucene:lucene-backward-codecs", version.ref = "lucene" }
lucene-expressions = { module = "org.apache.lucene:lucene-expressions", version.ref = "lucene" }
Expand Down Expand Up @@ -78,5 +78,5 @@ poi = ["poi", "poi-ooxml"]

[plugins]
reckon = { id = "org.ajoberstar.reckon", version = "0.18.2" }
micronaut-application = { id = "io.micronaut.application", version = "4.3.2" }
micronaut-application = { id = "io.micronaut.application", version = "4.3.8" }
protobuf = { id = "com.google.protobuf", version = "0.9.4" }

0 comments on commit 49eb4b0

Please sign in to comment.