Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 4f54d94 commit 594e732
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
push_to_registry:
name: Build & Push docker image to dockerhub
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run_e2e_tests:
needs: push_to_registry
name: Run E2E tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Extract metadata to env variables
uses: HSLdevcom/jore4-tools/github-actions/extract-metadata@extract-metadata-v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
validate:
name: Validate renovatebot config
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-jooq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
generate-jooq:
name: Verifies whether generated jooq classes have been updated
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
run-tests:
name: Run java tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
<java.version>11</java.version>

<!-- Library versions -->
<guava.version>30.1-jre</guava.version>
<vavr.version>0.10.3</vavr.version>
<immutables.version>2.8.2</immutables.version>
<geotools.version>25-RC</geotools.version>
<guava.version>32.1.2-jre</guava.version>
<vavr.version>0.10.4</vavr.version>
<immutables.version>2.9.3</immutables.version>
<geotools.version>29.2</geotools.version>
<geojson-jackson.version>1.14</geojson-jackson.version>
<!-- Sticking to old 9.X version to avoid having to configure trusted certificates
or just blindly trust any SQL server certificate. -->
<mssql-jdbc.version>9.4.1.jre11</mssql-jdbc.version>
<mssql-jdbc.version>12.4.0.jre11</mssql-jdbc.version>

<!-- Test library version -->
<quicktheories.version>0.26</quicktheories.version>

<!-- Maven plugins -->
<maven-properties.plugin.version>1.0.0</maven-properties.plugin.version>
<maven-properties.plugin.version>1.2.0</maven-properties.plugin.version>

<!-- Packaging -->
<build.profile.id>dev</build.profile.id>
Expand Down Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -566,7 +566,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>add-source</id>
Expand Down

0 comments on commit 594e732

Please sign in to comment.