Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gstoehld committed Dec 8, 2022
1 parent bf34cac commit 4b7ff02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dpppt-config-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,26 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.2</version>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-root</artifactId>
<version>0.11.2</version>
<version>0.11.5</version>
<type>pom</type>
</dependency>

<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.11.2</version>
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.11.2</version>
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-backend-logging</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -251,7 +251,7 @@
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>0.15</version>
<version>0.16</version>
<executions>
<execution>
<id>strip-jaxb</id>
Expand Down

0 comments on commit 4b7ff02

Please sign in to comment.