Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from admin-ch/renovate/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Aug 25, 2022
2 parents 9304567 + 8d038dd commit 8916af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.6.2</version>
<version>1.6.4</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions ch-covidcertificate-backend-verification-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<properties>
<java-version>11</java-version>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.version>1.7.10</kotlin.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.7.0</spring-boot-version>
<spring-boot-version>2.7.3</spring-boot-version>
<spring-cloud-sleuth-version>3.1.3</spring-cloud-sleuth-version>
<jackson-version>2.11.1</jackson-version>
<spring-cloud-connectors-version>2.2.13.RELEASE</spring-cloud-connectors-version>
Expand Down Expand Up @@ -64,13 +64,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8916af5

Please sign in to comment.