Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/go/mod/github.com/gori…
Browse files Browse the repository at this point in the history
…lla/mux-1.8.1
  • Loading branch information
ForestEckhardt authored May 21, 2024
2 parents b8eecd5 + 86a7812 commit 40bf653
Show file tree
Hide file tree
Showing 20 changed files with 434 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ca-certificates/ @paketo-buildpacks/utilities-maintainers
dotnet-core/ @paketo-buildpacks/dotnet-core-maintainers
git/ @paketo-buildpacks/utilities-maintainers
go/ @paketo-buildpacks/go-maintainers
java/ @paketo-buildpacks/java-buildpacks
java/ @paketo-buildpacks/java-maintainers
nginx/ @paketo-buildpacks/web-servers-maintainers
nodejs/ @paketo-buildpacks/nodejs-maintainers
php/ @paketo-buildpacks/php-maintainers
Expand Down
2 changes: 1 addition & 1 deletion java/application-insights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<version>2.7.18</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.paketo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<version>2.7.18</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.paketo</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java/dist-zip/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.5'
id 'application'
}

Expand Down
4 changes: 2 additions & 2 deletions java/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.5'
}

group = 'io.paketo'
Expand Down
4 changes: 1 addition & 3 deletions java/gradle/smoke_test/gradle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,10 @@ func testGradleWithBuilder(builder string) func(*testing.T, spec.G, spec.S) {
WithEnv(map[string]string{
"BP_JVM_VERSION": "17",
"BP_GRADLE_BUILT_ARTIFACT": "build/libs/*-SNAPSHOT.jar",
"SERVICE_BINDING_ROOT": "/bindings",
}).
WithBuilder(builder).
WithGID("123").
WithEnv(map[string]string{
"SERVICE_BINDING_ROOT": "/bindings",
}).
WithVolumes(fmt.Sprintf("%s:/bindings/gradle-wrapper", filepath.Join(source, "bindings/gradle-wrapper"))).
Execute(name, source)
Expect(err).ToNot(HaveOccurred(), logs.String)
Expand Down
Loading

0 comments on commit 40bf653

Please sign in to comment.