Skip to content

Commit 3a57f5f

Browse files
committed
Merge branch 'master' into core-2760-compat
2 parents f3b888a + 7f5397b commit 3a57f5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [17, 21, 22, 23-ea]
12+
java: [17, 21, 23, 24-ea, 25-ea]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<java.release.version>11</java.release.version>
7272

7373
<!-- Dependencies artifact version -->
74-
<mybatis.version>3.5.18</mybatis.version>
74+
<mybatis.version>3.5.19</mybatis.version>
7575
<thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
7676

7777
<!-- Dependencies plugin version -->
@@ -122,13 +122,13 @@
122122
<dependency>
123123
<groupId>ch.qos.logback</groupId>
124124
<artifactId>logback-classic</artifactId>
125-
<version>1.5.15</version>
125+
<version>1.5.16</version>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.springframework</groupId>
130130
<artifactId>spring-jdbc</artifactId>
131-
<version>6.2.1</version>
131+
<version>6.2.2</version>
132132
<scope>test</scope>
133133
</dependency>
134134
</dependencies>

0 commit comments

Comments
 (0)