Skip to content

Commit 32d9fe6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 98657b0 + 005871b commit 32d9fe6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
36+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -57,4 +57,4 @@ jobs:
5757
run: ./gradlew clean build -x test
5858

5959
- name: Perform CodeQL analysis
60-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
60+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'maven-publish'
66
id 'biz.aQute.bnd.builder' version '7.1.0'
77
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
8-
id 'org.sonarqube' version '6.3.1.5724'
8+
id 'org.sonarqube' version '7.0.0.6105'
99
}
1010

1111
group = 'com.apptasticsoftware'
@@ -20,7 +20,7 @@ dependencies {
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
2222
testImplementation('org.hamcrest:hamcrest:3.0')
23-
testImplementation('org.mockito:mockito-core:5.18.0')
23+
testImplementation('org.mockito:mockito-core:5.20.0')
2424
testImplementation('nl.jqno.equalsverifier:equalsverifier:4.2')
2525
}
2626

0 commit comments

Comments
 (0)