Skip to content

Commit 1dfadfe

Browse files
authored
Merge pull request #27 from aserto-dev/bump-dependencies
Bump dependencies
2 parents 751e327 + 33f63c2 commit 1dfadfe

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

examples/authz-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.aserto</groupId>
2020
<artifactId>aserto-java</artifactId>
21-
<version>0.20.9</version>
21+
<version>0.20.10</version>
2222
</dependency>
2323
</dependencies>
2424

pom.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,21 @@
4141
<maven.compiler.target>17</maven.compiler.target>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343

44-
<grpc.version>1.59.0</grpc.version>
44+
<grpc.version>1.60.1</grpc.version>
45+
<log4j.version>2.22.0</log4j.version>
4546
<exclude-tests>IntegrationTest</exclude-tests>
4647
</properties>
4748

4849
<dependencies>
4950
<dependency>
5051
<groupId>com.aserto</groupId>
5152
<artifactId>java-authorizer</artifactId>
52-
<version>0.20.7</version>
53+
<version>0.20.8</version>
5354
</dependency>
5455
<dependency>
5556
<groupId>com.aserto</groupId>
5657
<artifactId>java-directory</artifactId>
57-
<version>0.30.1</version>
58+
<version>0.30.2</version>
5859
</dependency>
5960

6061
<!-- Used for unit testing -->
@@ -76,24 +77,24 @@
7677
<version>${grpc.version}</version>
7778
<scope>test</scope>
7879
</dependency>
79-
<!-- Version 3.y.z is compatible with Java 8 -->
80+
<!-- Version 4.y.z is compatible with Java 17 -->
8081
<dependency>
8182
<groupId>org.mockito</groupId>
8283
<artifactId>mockito-core</artifactId>
83-
<version>3.12.4</version>
84+
<version>4.11.0</version>
8485
<scope>test</scope>
8586
</dependency>
8687

8788
<!-- Logging -->
8889
<dependency>
8990
<groupId>org.apache.logging.log4j</groupId>
9091
<artifactId>log4j-api</artifactId>
91-
<version>2.21.1</version>
92+
<version>${log4j.version}</version>
9293
</dependency>
9394
<dependency>
9495
<groupId>org.apache.logging.log4j</groupId>
9596
<artifactId>log4j-core</artifactId>
96-
<version>2.21.1</version>
97+
<version>${log4j.version}</version>
9798
</dependency>
9899
</dependencies>
99100

@@ -158,7 +159,7 @@
158159
<plugin>
159160
<groupId>org.apache.maven.plugins</groupId>
160161
<artifactId>maven-javadoc-plugin</artifactId>
161-
<version>3.6.0</version>
162+
<version>3.6.3</version>
162163
<executions>
163164
<execution>
164165
<id>attach-javadocs</id>
@@ -186,7 +187,7 @@
186187
<plugin>
187188
<groupId>org.apache.maven.plugins</groupId>
188189
<artifactId>maven-surefire-plugin</artifactId>
189-
<version>3.2.2</version>
190+
<version>3.2.3</version>
190191
<configuration>
191192
<excludedGroups>${exclude-tests}</excludedGroups>
192193
</configuration>

0 commit comments

Comments
 (0)