We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ba66 commit f056c34Copy full SHA for f056c34
go.mod
@@ -2,12 +2,12 @@ module github.com/paketo-buildpacks/java
2
3
go 1.24.1
4
5
-toolchain go1.24.2
+toolchain go1.24.4
6
7
require (
8
github.com/onsi/gomega v1.37.0
9
github.com/paketo-buildpacks/occam v0.25.0
10
- github.com/sclevine/spec v1.1.0
+ github.com/sclevine/spec v1.4.0
11
github.com/testcontainers/testcontainers-go v0.31.0
12
)
13
0 commit comments