Skip to content

Commit

Permalink
Update dependency versions (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull authored Oct 9, 2023
1 parent 2116072 commit e23c5b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
# a managed version (a version which alias starts with "managed-"

[versions]
micronaut = "3.6.0"
micronaut = "3.10.1"
micronaut-docs = "2.0.0"
micronaut-test = "3.1.1"
micronaut-gradle-plugin = "3.6.5"
groovy = "3.0.10"
spock = "2.1-groovy-3.0"
vertx-client = "4.3.2"
micronaut-test = "3.9.2"
micronaut-gradle-plugin = "3.7.10"
groovy = "3.0.19"
spock = "2.4-M1-groovy-3.0"
vertx-client = "4.4.5"

# Managed versions appear in the BOM
managed-testcontainers = "1.17.6"
managed-testcontainers = "1.19.0"

[libraries]
boms-testcontainers = { module = "org.testcontainers:testcontainers-bom", version.ref = "managed-testcontainers" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
}

plugins {
id 'io.micronaut.build.shared.settings' version '5.4.5'
id 'io.micronaut.build.shared.settings' version '5.4.10'
}
rootProject.name = 'testresources-parent'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class VaultTestResourceProvider extends AbstractTestContainersProvider<Va
));
public static final Set<String> RESOLVABLE_PROPERTIES_SET = Collections.unmodifiableSet(new HashSet<>(RESOLVABLE_PROPERTIES_LIST));
public static final String VAULT_CLIENT_TOKEN_VALUE = "vault-token";
public static final String DEFAULT_IMAGE = "vault";
public static final String DEFAULT_IMAGE = "hashicorp/vault";
public static final String SIMPLE_NAME = "hashicorp-vault";
public static final String HASHICORP_VAULT_TOKEN_KEY = "containers.hashicorp-vault.token";
public static final String TEST_RESOURCES_CONTAINERS_PATH_KEY = "containers.hashicorp-vault.path";
Expand Down

0 comments on commit e23c5b1

Please sign in to comment.