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 Mar 21, 2023
1 parent 81b915f commit 483f4e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-jooq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: "11"
java-package: jdk
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 @@ -18,7 +18,7 @@ jobs:
run: ./development.sh start:devdeps

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: "11"
java-package: jdk
Expand Down
22 changes: 11 additions & 11 deletions spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>

<!-- Maven build plugins and their dependencies -->
<build-helper-plugin.version>3.2.0</build-helper-plugin.version>
<build-properties-plugin.version>1.0.0</build-properties-plugin.version>
<flyway-plugin.version>8.5.13</flyway-plugin.version>
<jooq-meta.version>3.14.16</jooq-meta.version>
<kotlin-plugin.version>1.6.21</kotlin-plugin.version>
<postgresql.version>42.3.7</postgresql.version>
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<build-helper-plugin.version>3.3.0</build-helper-plugin.version>
<build-properties-plugin.version>1.1.0</build-properties-plugin.version>
<flyway-plugin.version>9.16.1</flyway-plugin.version>
<jooq-meta.version>3.18.1</jooq-meta.version>
<kotlin-plugin.version>1.8.10</kotlin-plugin.version>
<postgresql.version>42.6.0</postgresql.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>

<!-- Library versions -->
<arrow-core.version>1.1.3</arrow-core.version>
<arrow-core.version>1.1.5</arrow-core.version>
<geolatte.version>1.9.0</geolatte.version>
<kotlin-logging-jvm.version>3.0.2</kotlin-logging-jvm.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<quicktheories.version>0.26</quicktheories.version>
<spring-boot.version>2.7.5</spring-boot.version>

Expand Down Expand Up @@ -303,7 +303,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down Expand Up @@ -392,7 +392,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit 483f4e7

Please sign in to comment.