Skip to content

Commit

Permalink
Update :dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 3, 2024
1 parent af33507 commit 6b7d3dd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sdkmanrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Enable auto-env through the sdkman_auto_env config
# Add key=value pairs of SDKs to use below
java=21.0.3-graal
java=21.0.4-graal
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ plugins {
id("org.graalvm.buildtools.native") version("0.10.3")
}

val hexagonVersion = "3.6.6"
val hexagonVersion = "3.7.0"
val hexagonExtraVersion = "3.6.0"
val logbackVersion = "1.5.8"
val testcontainersVersion = "1.20.1"
val testcontainersVersion = "1.20.2"
val gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"

ext.set("modules", "java.xml,java.naming")
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {
}

tasks.wrapper {
gradleVersion = "8.10.1"
gradleVersion = "8.10.2"
distributionType = ALL
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6b7d3dd

Please sign in to comment.