Skip to content

Commit

Permalink
Merge branch 'master' into core-2760-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed Jan 28, 2025
2 parents f3b888a + 7f5397b commit 3a57f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [17, 21, 22, 23-ea]
java: [17, 21, 23, 24-ea, 25-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<java.release.version>11</java.release.version>

<!-- Dependencies artifact version -->
<mybatis.version>3.5.18</mybatis.version>
<mybatis.version>3.5.19</mybatis.version>
<thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>

<!-- Dependencies plugin version -->
Expand Down Expand Up @@ -122,13 +122,13 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.15</version>
<version>1.5.16</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>6.2.1</version>
<version>6.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3a57f5f

Please sign in to comment.