Skip to content

Commit 29f9812

Browse files
radovanradicgvenzl
andauthored
Upgrade micronaut dependencies containing improvement for Json Duality View (#407)
Co-authored-by: Gerald Venzl <[email protected]>
1 parent 73628a2 commit 29f9812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/micronaut-jsonview-demo-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "com.github.johnrengelman.shadow" version "8.1.1"
3-
id "io.micronaut.application" version "4.4.0"
4-
id "io.micronaut.test-resources" version "4.4.0"
3+
id "io.micronaut.application" version "4.4.4"
4+
id "io.micronaut.test-resources" version "4.4.4"
55
}
66

77
version = "0.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
micronautVersion=4.5.0
1+
micronautVersion=4.7.0

0 commit comments

Comments
 (0)