diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index eb427a4..8da9e25 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: diff --git a/cdkdepict-lib/pom.xml b/cdkdepict-lib/pom.xml index 69ba2a7..5c54a23 100644 --- a/cdkdepict-lib/pom.xml +++ b/cdkdepict-lib/pom.xml @@ -43,12 +43,17 @@ com.simolecule.centres centres-cdk - 1.1 + 1.2.1 org.slf4j slf4j-api 1.7.36 + + com.google.guava + guava + 33.1.0-jre + - \ No newline at end of file + diff --git a/cdkdepict-webapp/pom.xml b/cdkdepict-webapp/pom.xml index cf5b79f..571aeb7 100644 --- a/cdkdepict-webapp/pom.xml +++ b/cdkdepict-webapp/pom.xml @@ -23,7 +23,7 @@ org.webjars webjars-locator-core - 0.55 + 0.58 org.webjars @@ -33,7 +33,7 @@ org.webjars font-awesome - 6.5.1 + 6.5.2 diff --git a/pom.xml b/pom.xml index 47ad85e..e08a9ec 100644 --- a/pom.xml +++ b/pom.xml @@ -18,10 +18,10 @@ UTF-8 2.10-SNAPSHOT ${project.parent.version} - 5.10.1 + 5.10.2 2.2 - 5.3.31 + 5.3.34 2.7.18