Skip to content

Commit

Permalink
Merge pull request #78 from mjw99/master
Browse files Browse the repository at this point in the history
Various dep upgrades
  • Loading branch information
johnmay authored Jan 16, 2024
2 parents 6427b9f + 5242338 commit a029e02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
# test against latest update of each major Java version:
java: [ 8, 11, 17 ]
java: [ 8, 11, 17, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdk.version>2.10-SNAPSHOT</cdk.version>
<depict.version>${project.parent.version}</depict.version>
<junit.version>5.10.0</junit.version>
<junit.version>5.10.1</junit.version>
<hamcrest.version>2.2</hamcrest.version>
<!-- Note -Pjakarta for Spring 6 (Requires Java 17 and JakartaEE) -->
<spring-webmvc.version>5.3.29</spring-webmvc.version>
<spring-boot.version>2.7.14</spring-boot.version>
<spring-webmvc.version>5.3.31</spring-webmvc.version>
<spring-boot.version>2.7.18</spring-boot.version>
</properties>
<developers>
<developer>
Expand Down

0 comments on commit a029e02

Please sign in to comment.