Skip to content

Commit

Permalink
build: Micronaut Framework 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Nov 27, 2023
1 parent 03984fb commit 108517a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
repositories {
mavenCentral()
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}
7 changes: 3 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[versions]
micronaut = "4.2.0-SNAPSHOT"
micronaut = "4.2.0"
micronaut-docs = "2.0.0"
micronaut-test = "3.9.1"
groovy = "4.0.12"
micronaut-test = "4.1.0"
groovy = "4.0.15"
spock = "2.3-groovy-4.0"
managed-kotlinpoet = "1.14.2"

google-truth = "1.1.3"
google-compile-testing = "0.19"
google-jimfs = "1.2"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ configure<io.micronaut.build.MicronautBuildSettingsExtension> {
dependencyResolutionManagement {
repositories {
mavenCentral()
maven {
url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
}
}

0 comments on commit 108517a

Please sign in to comment.