Skip to content

Commit

Permalink
Merge pull request #83 from mjw99/master
Browse files Browse the repository at this point in the history
Various dep upgrades
  • Loading branch information
johnmay committed May 1, 2024
2 parents b82a488 + 5553a51 commit 8b01f19
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
# test against latest update of each major Java version:
Expand Down
9 changes: 7 additions & 2 deletions cdkdepict-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,17 @@
<dependency>
<groupId>com.simolecule.centres</groupId>
<artifactId>centres-cdk</artifactId>
<version>1.1</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.1.0-jre</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions cdkdepict-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator-core</artifactId>
<version>0.55</version>
<version>0.58</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>6.5.1</version>
<version>6.5.2</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<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.1</junit.version>
<junit.version>5.10.2</junit.version>
<hamcrest.version>2.2</hamcrest.version>
<!-- Note -Pjakarta for Spring 6 (Requires Java 17 and JakartaEE) -->
<spring-webmvc.version>5.3.31</spring-webmvc.version>
<spring-webmvc.version>5.3.34</spring-webmvc.version>
<spring-boot.version>2.7.18</spring-boot.version>
</properties>
<developers>
Expand Down

0 comments on commit 8b01f19

Please sign in to comment.