Skip to content

Commit

Permalink
Fix release (#106)
Browse files Browse the repository at this point in the history
By upgrading to Micronaut Build 7.3.2
  • Loading branch information
melix authored Jan 8, 2025
1 parent bf8abfa commit 3338e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.1.0
projectVersion=0.1.0-SNAPSHOT
projectGroup=io.micronaut.fuzzing

title=Micronaut fuzzing
Expand Down
2 changes: 1 addition & 1 deletion jazzer-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
rootProject.name = "micronaut-jazzer-plugin"

plugins {
id("io.micronaut.build.shared.settings") version "7.3.1"
id("io.micronaut.build.shared.settings") version "7.3.2"
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
}

plugins {
id("io.micronaut.build.shared.settings") version "7.3.1"
id("io.micronaut.build.shared.settings") version "7.3.2"
}

rootProject.name = "fuzzing-parent"
Expand Down

0 comments on commit 3338e66

Please sign in to comment.