Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micronaut-projects/micronaut-acme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 343b966971f0c19f25665bd49e0963cf2b12d551
Choose a base ref
..
head repository: micronaut-projects/micronaut-acme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 258a17895500b6743e498434e813671658a0c942
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 gradle/libs.versions.toml
  2. +1 −1 settings.gradle
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ spock = '2.3-groovy-4.0'

managed-acme4j = "3.2.1"
micronaut-serde = "2.9.0"
micronaut-test-resources="2.5.0"
micronaut-test-resources="2.5.2"
micronaut-validation = "4.5.0"
micronaut-gradle-plugin = "4.3.6"

2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '7.1.4'
id 'io.micronaut.build.shared.settings' version '7.2.0'
}

rootProject.name = "acme-parent"