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 36e1a73 commit 06c42bcCopy full SHA for 06c42bc
README.md
@@ -76,7 +76,7 @@ How to add this as dependency
76
### Gradle
77
78
```groovy
79
-compile('eu.geekplace.javapinning:java-pinning-core:1.2.0')
+compile('eu.geekplace.javapinning:java-pinning-core:1.3.0')
80
```
81
82
### Maven
@@ -85,7 +85,7 @@ compile('eu.geekplace.javapinning:java-pinning-core:1.2.0')
85
<dependency>
86
<groupId>eu.geekplace.javapinning</groupId>
87
<artifactId>java-pinning-core</artifactId>
88
- <version>1.2.0</version>
+ <version>1.3.0</version>
89
</dependency>
90
91
@@ -153,6 +153,10 @@ gradle check
153
Changelog
154
---------
155
156
+### 1.3.0
157
+
158
+- Require Java 11
159
160
### 1.2.0
161
162
- Fix dependency declarations
0 commit comments