Skip to content

Commit

Permalink
Merge pull request #27 from aserto-dev/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
gertd authored Dec 27, 2023
2 parents 751e327 + 33f63c2 commit 1dfadfe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/authz-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.aserto</groupId>
<artifactId>aserto-java</artifactId>
<version>0.20.9</version>
<version>0.20.10</version>
</dependency>
</dependencies>

Expand Down
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,21 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<grpc.version>1.59.0</grpc.version>
<grpc.version>1.60.1</grpc.version>
<log4j.version>2.22.0</log4j.version>
<exclude-tests>IntegrationTest</exclude-tests>
</properties>

<dependencies>
<dependency>
<groupId>com.aserto</groupId>
<artifactId>java-authorizer</artifactId>
<version>0.20.7</version>
<version>0.20.8</version>
</dependency>
<dependency>
<groupId>com.aserto</groupId>
<artifactId>java-directory</artifactId>
<version>0.30.1</version>
<version>0.30.2</version>
</dependency>

<!-- Used for unit testing -->
Expand All @@ -76,24 +77,24 @@
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
<!-- Version 3.y.z is compatible with Java 8 -->
<!-- Version 4.y.z is compatible with Java 17 -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.12.4</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>

<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.21.1</version>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.21.1</version>
<version>${log4j.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -158,7 +159,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down Expand Up @@ -186,7 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<excludedGroups>${exclude-tests}</excludedGroups>
</configuration>
Expand Down

0 comments on commit 1dfadfe

Please sign in to comment.