Skip to content

Commit ef4b34e

Browse files
authored
Merge branch 'master' into renovate/httpcore5.version
2 parents ea9901f + f29afc0 commit ef4b34e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.32.5
54+
uses: github/codeql-action/init@v4.32.6
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.32.5
77+
uses: github/codeql-action/analyze@v4.32.6

KEdge-Gateway-Go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module network
1919

2020
go 1.24.0
2121

22-
toolchain go1.26.0
22+
toolchain go1.26.1
2323

2424
require (
2525
github.com/DeRuina/timberjack v1.3.9

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<!--browscap-java版本-->
212212
<browscap-java.version>1.5.1</browscap-java.version>
213213
<!--liquibase-core版本-->
214-
<liquibase-core.version>5.0.1</liquibase-core.version>
214+
<liquibase-core.version>5.0.2</liquibase-core.version>
215215
<!--snail-job版本-->
216216
<snail-job.version>1.9.0-jdk8</snail-job.version>
217217
<!--archunit-junit5版本-->

0 commit comments

Comments
 (0)