Skip to content

Commit

Permalink
Merge pull request #134 from arjantijms/master
Browse files Browse the repository at this point in the history
#124 Prepare for 1.0.2 release - update deps to staged versions
  • Loading branch information
arjantijms authored Jul 15, 2019
2 parents ccecb9d + 653d990 commit 1e2e2f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -106,13 +106,13 @@
<dependency>
<groupId>jakarta.security.auth.message</groupId>
<artifactId>jakarta.security.auth.message-api</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.security.jacc</groupId>
<artifactId>jakarta.security.jacc-api</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1e2e2f8

Please sign in to comment.