Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/cache-4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa authored Jan 29, 2024
2 parents 9738884 + 31ae416 commit c9d17bb
Show file tree
Hide file tree
Showing 7 changed files with 272 additions and 370 deletions.
2 changes: 1 addition & 1 deletion java/dist-zip/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
id 'application'
}
Expand Down
2 changes: 1 addition & 1 deletion java/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.1'
id 'org.springframework.boot' version '3.2.2'
id 'io.spring.dependency-management' version '1.1.4'
}

Expand Down
281 changes: 111 additions & 170 deletions java/java-node/gradle-node/frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion java/java-node/gradle-node/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "vite build"
},
"devDependencies": {
"vite": "^4.2.3"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion java/java-node/maven-yarn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"build": "vite build"
},
"devDependencies": {
"vite": "^4.2.3"
"vite": "^4.5.2"
}
}
351 changes: 156 additions & 195 deletions java/java-node/maven-yarn/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion java/maven/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>3.2.1</version>
<version>3.2.2</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.paketo</groupId>
Expand Down

0 comments on commit c9d17bb

Please sign in to comment.