Skip to content

Commit

Permalink
Upped versions to be compatible with saml-idp-library
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 7, 2023
1 parent a688624 commit da47f30
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openconext</groupId>
<artifactId>tiqr-java-connector</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<name>tiqr-java-connector</name>

<dependencies>
Expand Down Expand Up @@ -62,12 +62,12 @@
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<version>3.5.0</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>com.eatthepath</groupId>
Expand All @@ -77,30 +77,31 @@
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.0</version>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.7.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.7.3</version>
<version>2.7.17</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.wiremock/wiremock -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>2.27.2</version>
<version>3.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit da47f30

Please sign in to comment.