Skip to content

Commit

Permalink
- Revert "maven-compiler-plugin" to "v.3.12.1", as the Jenkins instan…
Browse files Browse the repository at this point in the history
…ce, used to build and generate the release, has an older version of maven, which is not supported by the plugin's "v.3.13.x" onwards.

- Update the "minio" dependency.
  • Loading branch information
LSmyrnaios committed Apr 29, 2024
1 parent c816e5a commit 7b3a4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.12.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.9</version>
<version>8.5.10</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 7b3a4f3

Please sign in to comment.