Skip to content

Commit

Permalink
Upgrade to Micronaut 4.2 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
melix authored Dec 6, 2023
1 parent 07cde18 commit 72ae6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=2.1.2-SNAPSHOT
projectVersion=2.2.0-SNAPSHOT
projectGroup=io.micronaut.aot
groovyVersion=4.0.13
spockVersion=2.3-groovy-4.0
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
javapoet = "1.13.0"
micronaut = "4.1.11"
micronaut-logging = "1.1.2"
micronaut = "4.2.1"
micronaut-logging = "1.2.0"
micronaut-picocli = "5.1.0"
micronaut-test = "4.0.0"
micronaut-test = "4.1.1"

[libraries]
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }
Expand Down

0 comments on commit 72ae6e4

Please sign in to comment.