Skip to content

Commit 3531d1a

Browse files
authored
Merge branch 'main' into dependabot/maven/org.pitest-pitest-maven-1.21.0
2 parents 34977d7 + 6670148 commit 3531d1a

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
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@v3
62+
uses: github/codeql-action/init@v4
6363
with:
6464
languages: ${{ matrix.language }}
6565
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
8787
exit 1
8888
8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@v3
90+
uses: github/codeql-action/analyze@v4
9191
with:
9292
category: "/language:${{matrix.language}}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.release>${java.version}</maven.compiler.release>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<cds.services.version>4.3.1</cds.services.version>
31+
<cds.services.version>4.4.1</cds.services.version>
3232
<cds.install-cdsdk.version>8.7.3</cds.install-cdsdk.version>
3333
<qpid.version>2.9.0</qpid.version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
3434
<com.google.code.findbugs.jsr305.version>3.0.2</com.google.code.findbugs.jsr305.version>

0 commit comments

Comments
 (0)