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

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Daniel Gstoehl committed Feb 2, 2023
1 parent dfd40ca commit 4b5b7b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>pushy</artifactId>
<version>0.15.1</version>
<version>0.15.2</version>
</dependency>

<!-- shedlock -->
Expand Down
12 changes: 6 additions & 6 deletions ch-covidcertificate-backend-delivery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<spring-boot-version>2.7.5</spring-boot-version>
<spring-boot-version>2.7.8</spring-boot-version>
<jackson-version>2.11.1</jackson-version>
<jsonwebtoken-version>0.11.5</jsonwebtoken-version>
<testcontainers-version>1.17.6</testcontainers-version>
<shedlock.version>4.42.0</shedlock.version>
<spring-cloud-sleuth-version>3.1.5</spring-cloud-sleuth-version>
<shedlock.version>4.44.0</shedlock.version>
<spring-cloud-sleuth-version>3.1.6</spring-cloud-sleuth-version>

<itCoverageAgent/>

Expand Down Expand Up @@ -65,13 +65,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<!-- testcontainers -->
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-backend-logging</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>

<!-- LogBack dependencies -->
Expand Down

0 comments on commit 4b5b7b2

Please sign in to comment.