Skip to content

Commit aba669a

Browse files
authored
Combined dependency updates (2025-05-03)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump javiertuya/sonarqube-action from 1.4.1 to 1.4.2](#332) - [Bump org.seleniumhq.selenium:selenium-java from 4.30.0 to 4.31.0](#331) - [Bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5](#330) - [Bump org.jsmart:zerocode-tdd from 1.3.44 to 1.3.45](#329) - [Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13](#328)
1 parent 2330557 commit aba669a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ github.actor != 'dependabot[bot]' }}
141141
runs-on: ubuntu-latest
142142
steps:
143-
- uses: javiertuya/sonarqube-action@v1.4.1
143+
- uses: javiertuya/sonarqube-action@v1.4.2
144144
with:
145145
github-token: ${{ secrets.GITHUB_TOKEN }}
146146
sonar-token: ${{ secrets.SONAR_TOKEN }}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.4</version>
23+
<version>3.4.5</version>
2424
<relativePath /> <!-- lookup parent from repository -->
2525
</parent>
2626

@@ -36,7 +36,7 @@
3636
<sonar.organization>giis</sonar.organization>
3737
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
3838
<!--required here to get the right versions, issue #15-->
39-
<selenium.version>4.30.0</selenium.version>
39+
<selenium.version>4.31.0</selenium.version>
4040
</properties>
4141

4242
<dependencies>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.jsmart</groupId>
161161
<artifactId>zerocode-tdd</artifactId>
162-
<version>1.3.44</version>
162+
<version>1.3.45</version>
163163
<scope>test</scope>
164164
</dependency>
165165

@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>org.jacoco</groupId>
235235
<artifactId>jacoco-maven-plugin</artifactId>
236-
<version>0.8.12</version>
236+
<version>0.8.13</version>
237237
<configuration>
238238
<excludes>
239239
<exclude>**/TableColumnAdjuster.*</exclude>

0 commit comments

Comments
 (0)