This repository was archived by the owner on Nov 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5858 echo "tag: ${tag}, ${branch}"
5959 ./mvnw compile com.google.cloud.tools:jib-maven-plugin:3.2.0:build -Djib.from.image=eclipse-temurin:17-jre -Djib.container.environment=XDG_CONFIG_HOME=/tmp -Dimage=docker.io/wurstbrot/metric-analyzer -Djib.to.tags=${tag}
6060 # Commit all changed files back to the repository
61- - uses : planetscale/ghcommit-action@v0.2.9
61+ - uses : planetscale/ghcommit-action@v0.2.17
6262 with :
6363 commit_message : " 🤖 BOT based relase commit"
6464 repo : ${{ github.repository }}
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : " Check out Git repository"
73- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7474 - name : " Set Heroku app & branch for ${{ github.ref }}"
7575 run : |
7676 echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11 /apache-maven-3.9.11 -bin.zip
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.4 </version >
9+ <version >3.5.5 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
2424 <dependency >
2525 <groupId >org.yaml</groupId >
2626 <artifactId >snakeyaml</artifactId >
27- <version >2.4 </version >
27+ <version >2.5 </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >joda-time</groupId >
4444 <dependency >
4545 <groupId >org.eclipse.jgit</groupId >
4646 <artifactId >org.eclipse.jgit</artifactId >
47- <version >6.10.0.202406032230 -r</version >
47+ <version >6.10.1.202505221210 -r</version >
4848 </dependency >
4949 <dependency >
5050 <groupId >org.springframework.boot</groupId >
6767 <dependency >
6868 <groupId >org.springdoc</groupId >
6969 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
70- <version >2.8.6 </version >
70+ <version >2.8.12 </version >
7171 </dependency >
7272 <dependency >
7373 <groupId >org.freemarker</groupId >
You can’t perform that action at this time.
0 commit comments