We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ae60 commit edfb945Copy full SHA for edfb945
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.mastercard.developer</groupId>
8
<artifactId>client-encryption</artifactId>
9
- <version>1.8.7</version>
+ <version>1.8.8</version>
10
<packaging>jar</packaging>
11
<description>Library for Mastercard API compliant payload encryption/decryption</description>
12
<url>https://github.com/Mastercard/client-encryption-java</url>
@@ -268,6 +268,14 @@
268
<publishingServerId>central</publishingServerId>
269
</configuration>
270
</plugin>
271
+ <plugin>
272
+ <groupId>org.apache.maven.plugins</groupId>
273
+ <artifactId>maven-compiler-plugin</artifactId>
274
+ <configuration>
275
+ <source>9</source>
276
+ <target>9</target>
277
+ </configuration>
278
+ </plugin>
279
</plugins>
280
</build>
281
</project>
0 commit comments