Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit aba8acc

Browse files
fix(deps): update all dependencies
1 parent 345a3e8 commit aba8acc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/buildAndRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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.14
6262
with:
6363
commit_message: "🤖 BOT based relase commit"
6464
repo: ${{ github.repository }}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -44,7 +44,7 @@
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>
@@ -67,7 +67,7 @@
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.8</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.freemarker</groupId>

0 commit comments

Comments
 (0)