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

Commit a98c31b

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/buildAndRelease.yaml

Lines changed: 2 additions & 2 deletions
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.18
6262
with:
6363
commit_message: "🤖 BOT based relase commit"
6464
repo: ${{ github.repository }}
@@ -70,7 +70,7 @@ jobs:
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

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
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

mvnw

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 5 additions & 5 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.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -24,7 +24,7 @@
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>
@@ -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.13</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.freemarker</groupId>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-dependency-plugin</artifactId>
112-
<version>3.8.1</version>
112+
<version>3.9.0</version>
113113
<executions>
114114
<execution>
115115
<id>copy-dependencies</id>

0 commit comments

Comments
 (0)