Skip to content

Commit 897e9f9

Browse files
authored
Merge branch 'master' into renovate/aws-java-sdk-v2-monorepo
2 parents f57fa2e + 1cd36d3 commit 897e9f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
architecture: x64
5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v4.33.0
54+
uses: github/codeql-action/init@v4.34.1
5555
with:
5656
languages: ${{ matrix.language }}
5757
- name: Configure Maven settings
@@ -74,4 +74,4 @@ jobs:
7474
- name: Build with Maven
7575
run: mvn clean package -Ptest -DskipTests -U
7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@v4.33.0
77+
uses: github/codeql-action/analyze@v4.34.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<!--jsoup版本-->
238238
<jsoup.version>1.22.1</jsoup.version>
239239
<!--minio版本-->
240-
<minio.version>8.6.0</minio.version>
240+
<minio.version>9.0.0</minio.version>
241241
<!--modbus4j版本-->
242242
<modbus4j.version>v3.1.0</modbus4j.version>
243243
<!--swagger-annotations-jakarta版本-->

0 commit comments

Comments
 (0)