Skip to content

Commit 19398a9

Browse files
Update dependencies and suggestions from git bot ospo-renovate (#1644)
* Update dependencies and suggestions from git bot ospo-renovate
1 parent e91bbae commit 19398a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/check-commit-message.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check Commit Message for "LMCROSSITXSADEPLOY"
22

33
on:
44
pull_request:
5-
types: [synchronize, opened]
5+
types: [ synchronize, opened ]
66

77
jobs:
88
check_commit_message:
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Check Commit Message
1414
id: commits
15-
uses: actions/github-script@v6
15+
uses: actions/github-script@v7
1616
with:
1717
script: |
1818
const prNumber = context.payload.pull_request.number;

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</sonar.coverage.jacoco.xmlReportPaths>
1818
<junit.version>5.12.2</junit.version>
1919
<junit-platform.version>1.12.1</junit-platform.version>
20-
<mockito.version>5.17.0</mockito.version>
21-
<derby.version>10.16.1.1</derby.version>
20+
<mockito.version>5.18.0</mockito.version>
21+
<derby.version>10.16.1.1</derby.version> <!-- Upper versions of Derby(10.17.1.0) are not compatible with Java 17 -->
2222
<h2.version>2.2.224</h2.version>
2323
<servlet-api.version>6.1.0</servlet-api.version>
2424
<log4j.version>2.24.3</log4j.version>
@@ -38,12 +38,12 @@
3838
<hikari.version>6.3.0</hikari.version>
3939
<jackson.version>2.19.0</jackson.version>
4040
<jackson.databind.version>2.19.0</jackson.databind.version>
41-
<liquibase.version>4.31.1</liquibase.version>
41+
<liquibase.version>4.32.0</liquibase.version>
4242
<liquibase-slf4j.version>5.1.0</liquibase-slf4j.version>
4343
<cloudfoundry-client.version>2.56.0</cloudfoundry-client.version>
44-
<swagger.version>1.6.15</swagger.version>
44+
<swagger.version>1.6.16</swagger.version>
4545
<jclouds.version>2.7.0</jclouds.version>
46-
<guava.version>33.4.6-jre</guava.version>
46+
<guava.version>33.4.8-jre</guava.version>
4747
<resilience4j.version>2.3.0</resilience4j.version>
4848
<immutables.version>2.10.1</immutables.version>
4949
<micrometer.version>1.15.0</micrometer.version>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-compiler-plugin</artifactId>
118-
<version>3.13.0</version>
118+
<version>3.14.0</version>
119119
<configuration>
120120
<source>17</source>
121121
<target>17</target>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-surefire-plugin</artifactId>
163-
<version>3.5.2</version>
163+
<version>3.5.3</version>
164164
<configuration>
165165
<!-- Surefire excludes nested classes by default, so we need to explicitly specify that nothing should
166166
be excluded. -->
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.jacoco</groupId>
243243
<artifactId>jacoco-maven-plugin</artifactId>
244-
<version>0.8.10</version>
244+
<version>0.8.13</version>
245245
</plugin>
246246
</plugins>
247247
</pluginManagement>

0 commit comments

Comments
 (0)