Skip to content

Commit

Permalink
Lib Downgrade: Reflections 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zc0nf committed Oct 13, 2021
1 parent 6b44ba9 commit 88c9866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/master/pom.xml
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.1</version>
<version>0.9.11</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/slave/pom.xml
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.1</version>
<version>0.9.11</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down

0 comments on commit 88c9866

Please sign in to comment.